COMMITS
/ Python/ceval_gil.h 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