COMMITS
/ Python/ceval_gil.c 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
September 8, 2023
V
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
July 3, 2023
M
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon committed
July 1, 2023
V
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner committed
June 13, 2023
E
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow committed
June 1, 2023
E
V
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner committed
May 15, 2023
E
May 8, 2023
E
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow committed
May 6, 2023
E
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow committed
N
gh-104233: Fix "unused variable" warning in `ceval_gil.c` (#104234)
Nikita Sobolev committed
May 5, 2023
E
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow committed
E
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow committed
May 4, 2023
V
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner committed
April 5, 2023
N
February 28, 2023
I
January 30, 2023
E
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow committed
January 19, 2023
E
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow committed