COMMITS
/ Python/ceval_gil.c March 2, 2026
December 18, 2025
M
GH-142513: Reimplement executor management (GH-142931)
Mark Shannon committed
November 17, 2025
P
gh-135953: Add GIL contention markers to sampling profiler Gecko format (#139485)
Pablo Galindo Salgado committed
October 27, 2025
August 7, 2025
P
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Peter Bierma committed
June 25, 2025
N
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
Neil Schemenauer committed
June 19, 2025
N
gh-135543: Emit sys.remote_exec audit event when sys.remote_exec is called (GH-135544)
Nadeshiko Manju committed
May 13, 2025
S
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
Serhiy Storchaka committed
April 23, 2025
M
gh-132859: Run debugger scripts in their own namespaces (#132860)
Matt Wozniski committed
P
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado committed
April 19, 2025
P
gh-131591: Execute the source and not the file to avoid locking it in Windows (#132712)
Pablo Galindo Salgado committed
April 3, 2025
P
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 6, 2025
S
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross committed
February 28, 2025
S
gh-130605: Use relaxed atomics to set the GIL switch interval (gh-130654)
Sam Gross committed
January 20, 2025
P
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread state (#128361)
Peter Bierma committed
November 21, 2024
E
gh-114940: Add _Py_FOR_EACH_TSTATE_UNLOCKED(), and Friends (gh-127077)
Eric Snow committed
October 2, 2024
J
gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
Jeremy Maitin-Shepard committed
September 27, 2024
S
GH-123516: Improve JIT memory consumption by invalidating cold executors (GH-124443)
Savannah Ostrowski committed
August 11, 2024
S
gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)
Sam Gross committed
July 26, 2024
S
gh-122201: Lock mutex when setting handling_thread to NULL (#122204)
Sam Gross committed
July 15, 2024
E
May 23, 2024
B
gh-118727: Don't drop the GIL in `drop_gil()` unless the current thread holds it (#118745)
Brett Simmers committed
May 7, 2024
B
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers committed
May 3, 2024
S
gh-118534: Fix load of `gil->locked` (#118553)
Sam Gross committed
May 1, 2024
M
April 26, 2024
S
gh-116749: Disable GIL by default in free-threaded build (#118295)
Sam Gross committed
E
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow committed
April 17, 2024
V
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner committed
March 21, 2024
S
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross committed
March 20, 2024
B
gh-116908: Only write to `_pending_calls.calls_to_do` with atomic operations (#117044)
Brett Simmers committed
March 11, 2024
B
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers committed
N
gh-116590: Fix unused `current_thread_holds_gil` function warning (#116591)
Nikita Sobolev committed
February 20, 2024
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
February 9, 2024
S
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross committed
February 2, 2024
A
gh-104530: Enable native Win32 condition variables by default (GH-104531)
Andrew Rogers committed
January 23, 2024
S
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross committed
December 13, 2023
S
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross committed
December 11, 2023
Y
gh-112978: Remove redundant condition inside `take_gil` (gh-112979)
Yan Yanchii committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
October 17, 2023
D
gh-109693: Remove pycore_atomic.h (gh-110992)
Donghee Na committed
October 16, 2023
D
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
Donghee Na committed
October 13, 2023
D
gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)
Donghee Na committed
October 9, 2023
D
gh-109693: Use pyatomic.h for signal module (gh-110480)
Donghee Na committed
E
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow committed
October 5, 2023
S
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross committed
October 4, 2023
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
September 19, 2023
E
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow committed
September 11, 2023
V
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner committed