COMMITS
/ Python/ceval_gil.h September 20, 2022
M
gh-96387: take_gil() resets drop request before exit (GH-96869) (GH-96941)
Miss Islington (bot) committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
May 5, 2020
V
bpo-40513: Per-interpreter GIL (GH-19943)
Victor Stinner committed
V
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
Victor Stinner committed
V
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
Victor Stinner committed
April 8, 2020
V
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
Victor Stinner committed
March 20, 2020
V
bpo-40010: Pass tstate to ceval GIL functions (GH-19077)
Victor Stinner committed
March 19, 2020
V
bpo-39877: 4th take_gil() fix for daemon threads (GH-19080)
Victor Stinner committed
V
bpo-40010: Optimize signal handling in multithreaded applications (GH-19067)
Victor Stinner committed
V
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner committed
March 18, 2020
V
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
Victor Stinner committed
V
bpo-39877: Fix take_gil() for daemon threads (GH-19054)
Victor Stinner committed
March 9, 2020
V
bpo-39877: take_gil() checks tstate_must_exit() twice (GH-18890)
Victor Stinner committed
V
bpo-39877: Refactor take_gil() function (GH-18885)
Victor Stinner committed
March 8, 2020
V
bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811)
Victor Stinner committed
June 3, 2019
V
June 1, 2019
E
May 10, 2019
V
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner committed
April 12, 2019
E
E
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
February 24, 2019
E
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 30, 2018
V
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
January 22, 2016
V
Use Py_uintptr_t for atomic pointers
Victor Stinner committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
February 16, 2015
S
Fixed few compiler warnings.
Serhiy Storchaka committed
June 18, 2012
K
Issue #15038: Optimize python Locks on Windows
Kristján Valur Jónsson committed
June 5, 2012
K
Signal condition variables with the mutex held. Destroy condition variables
Kristján Valur Jónsson committed
January 15, 2011
A
Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2.
Antoine Pitrou committed
September 13, 2010
A
Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
Antoine Pitrou committed
August 10, 2010
A
Issue #8411: new condition variable emulation under Windows for the new GIL,
Antoine Pitrou committed
May 3, 2010
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed
November 12, 2009
A
Try to strengthen condition-waiting under Windows.
Antoine Pitrou committed
November 11, 2009
A
Our condition variable emulation under Windows is imperfect, which
Antoine Pitrou committed
November 10, 2009
A
Merge in the new GIL.
Antoine Pitrou committed