-
Meta
- New York
Block or Report
Block or report colesbury
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
pytorch/pytorch
pytorch/pytorch PublicTensors and Dynamic neural networks in Python with strong GPU acceleration
-
facebookarchive/fb.resnet.torch
facebookarchive/fb.resnet.torch Public archiveTorch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
-
pytorch/examples
pytorch/examples PublicA set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
-
pytorch/vision
pytorch/vision PublicDatasets, Transforms and Models specific to Computer Vision
-
facebookarchive/ztorch
facebookarchive/ztorch Public archiveComplex number support for Torch
656 contributions in the last year
| Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Contribution activity
March 2024
Created 21 commits in 2 repositories
Created a pull request in python/cpython that received 10 comments
gh-113964: Don't prevent new threads until all non-daemon threads exit
Starting in Python 3.12, we started preventing fork() and starting new threads during interpreter finalization (shutdown). This has led to a number…
Opened 23 other pull requests in 1 repository
python/cpython
4
open
16
merged
3
closed
-
gh-117303: Don't detach in
PyThreadState_DeleteCurrent()This contribution was made on Mar 27 -
gh-117300: Use stop the world to make
sys._current_framesandsys._current_exceptionsthread-safe.This contribution was made on Mar 27 -
gh-117293: Fix race condition in run_workers.py
This contribution was made on Mar 27
-
gh-110481: Fix biased reference counting queue initialization.
This contribution was made on Mar 26
-
gh-116522: Refactor
_PyThreadState_DeleteExceptThis contribution was made on Mar 21 -
[3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit (GH-116677)
This contribution was made on Mar 19
-
gh-116941: Fix pyatomic_std.h syntax errors
This contribution was made on Mar 18
-
Revert "gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)"
This contribution was made on Mar 18
-
gh-116877: Update
wheelto version0.43.0This contribution was made on Mar 15 -
gh-116682: stdout may be empty in test_cancel_futures_wait_false
This contribution was made on Mar 12
-
gh-116631: Fix race condition in
test_shutdown_immediate_put_joinThis contribution was made on Mar 12 -
gh-116604: Check for
gcstate->enabledin _Py_RunGC in free-threaded buildThis contribution was made on Mar 12 -
gh-116604: Fix test_gc on free-threaded build
This contribution was made on Mar 12
-
gh-116522: Stop the world before fork() and during shutdown
This contribution was made on Mar 11
-
Revert "gh-112069: Make sets thread-safe with the GIL disabled (#113800)"
This contribution was made on Mar 8
-
gh-116515: Clear thread-local state before tstate_delete_common()
This contribution was made on Mar 8
-
gh-108724: Fix _PySemaphore_Wait call during thread deletion
This contribution was made on Mar 7
-
gh-115103: Fix unregistering of QSBR state
This contribution was made on Mar 7
-
gh-116439: Ensure thread is joined in test_empty_authkey
This contribution was made on Mar 6
-
gh-110097: Make test_map_timeout faster and increase timeout.
This contribution was made on Mar 6
-
gh-116396: Pass "detached_state" argument to tstate_set_detached
This contribution was made on Mar 6
-
gh-115103: Enable internal mimalloc assertions in debug builds
This contribution was made on Mar 4
-
gh-116029: Fix unused function warning on macOS
This contribution was made on Mar 4
Reviewed 47 pull requests in 2 repositories
python/cpython
25 pull requests
-
gh-116664: Make module state Py_SETREF's in _warnings thread-safe
This contribution was made on Mar 28
-
gh-111926: Use QSBR to avoid locking in PyType_IsSubtype
This contribution was made on Mar 28
-
gh-117293: Fix race condition in run_workers.py
This contribution was made on Mar 28
-
gh-116818: Make
sys.settrace,sys.setprofile, and monitoring thread-safeThis contribution was made on Mar 27 -
GH-115776: Embed the values array into the object, for "normal" Python objects.
This contribution was made on Mar 27
-
gh-117139: Set up the tagged evaluation stack
This contribution was made on Mar 26
-
gh-116522: Stop the world before fork() and during shutdown
This contribution was made on Mar 21
-
gh-116984: Install mimalloc headers
This contribution was made on Mar 21
-
gh-116908: Only write to
_pending_calls.calls_to_dowith atomic operationsThis contribution was made on Mar 19 -
gh-117041: Add "-X gil" in the Python CLI help
This contribution was made on Mar 19
-
gh-113964: Restore the ability to start threads from atexit handler functions.
This contribution was made on Mar 19
-
gh-116621: Specialize list.extend for dict items
This contribution was made on Mar 19
-
gh-116869: Enable test_cext and test_cppext on Free Threading build
This contribution was made on Mar 18
-
gh-116869: Add test_cext test: build a C extension
This contribution was made on Mar 18
-
gh-112536: Add TSAN builds on Github Actions
This contribution was made on Mar 15
-
gh-116868: Avoid locking in PyType_IsSubtype
This contribution was made on Mar 15
-
gh-112536: Add --tsan test for reasonable TSAN execution times.
This contribution was made on Mar 15
-
gh-116621: Specialize list.extend for dict keys/values
This contribution was made on Mar 15
-
gh-111926: Simplify proxy creation logic
This contribution was made on Mar 15
-
gh-111926: Simplify weakref creation logic
This contribution was made on Mar 15
-
gh-116664: Ensure thread-safe dict access in _warnings
This contribution was made on Mar 14
-
gh-116621: Set manual critical section for list.extend
This contribution was made on Mar 12
-
gh-116616: Use relaxed atomic ops to access socket module defaulttimeout
This contribution was made on Mar 12
-
gh-114271: Fix race in
Thread.join()This contribution was made on Mar 11 -
gh-116167: Allow disabling the GIL with
PYTHON_GIL=0or-X gil=0This contribution was made on Mar 11 - Some pull request reviews not shown.
psf/pyperf
1 pull request
-
gh-174: Support free-threading CPython by disabling psutil related fe…
This contribution was made on Mar 5
Created an issue in python/cpython that received 7 comments
test_subprocess: test_check_output_timeout flaky
Bug report
The test_check_output_timeout test sometimes times out before the "BDFL" string is printed to stdout.
https://github.com/python/cpython/…
Opened 20 other issues in 4 repositories
python/cpython
6
open
11
closed
-
Make
cellthread-safe in the free-threaded buildThis contribution was made on Mar 28 -
Free-threading crash involving
os.fork()andPyThreadState_DeleteCurrent()This contribution was made on Mar 27 -
Use stop-the-world to make
sys._current_frames()andsys._current_exceptions()thread-safe in free-threaded buildThis contribution was made on Mar 27 -
test.libregrtest race condition in runtest_mp leads to 30 second delay in free-threaded build
This contribution was made on Mar 27
-
Update
wheelto0.43.0inLib/test/wheeldataThis contribution was made on Mar 15 -
Make the Python test suite pass with the GIL disabled
This contribution was made on Mar 13
-
test_concurrent_futures/test_shutdown.py: test_cancel_futures_wait_false flaky
This contribution was made on Mar 12
-
Make
_warnings.cthread-safe in free-threaded buildThis contribution was made on Mar 12 -
Race condition in
test_queue.test_shutdown_immediate_put_joinThis contribution was made on Mar 11 -
list(set)should be atomic in the free-threaded buildThis contribution was made on Mar 11 -
socketmodule.c: use atomics to access
defaulttimeoutin free-threaded buildThis contribution was made on Mar 11 -
test_3_join_in_forked_from_thread forks (and starts thread) at shutdown
This contribution was made on Mar 11
-
Use stop-the-world to make fork and interpreter shutdown thread-safe
This contribution was made on Mar 8
-
Ensure current thread state is cleared before deleting it in _PyThreadState_DeleteCurrent
This contribution was made on Mar 8
-
test_multiprocessing.test_empty_authkey triggers env changed failure
This contribution was made on Mar 6
-
_PyGC_ClearAllFreeLists called while other threads may be running
This contribution was made on Mar 6
-
Stop the world doesn't set paused threads states to
_Py_THREAD_SUSPENDEDThis contribution was made on Mar 6
astral-sh/uv
1
open
-
uvshould excludeabi3wheels in free-threaded Python 3.13+This contribution was made on Mar 13
microsoft/mimalloc
1
closed
-
Code comment for
mi_page_t.usedpossibly incorrectThis contribution was made on Mar 4
python/devguide
1
open
-
Guide for using RR with CPython
This contribution was made on Mar 1