Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
34808e2237a77d88c3f21444e57c3ae68f4d19ca
/
Python
/
ceval_gil.h
e75ff35
Issue #15038: Optimize python Locks on Windows
by Kristján Valur Jónsson
· 12 years ago
187aa54
Signal condition variables with the mutex held. Destroy condition variables
by Kristján Valur Jónsson
· 12 years ago
6a002c0
Fix the GIL with subinterpreters. Hopefully this will allow mod_wsgi to work with 3.2.
by Antoine Pitrou
· 14 years ago
1df1536
Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
by Antoine Pitrou
· 14 years ago
e1dd174
Issue #8411: new condition variable emulation under Windows for the new GIL,
by Antoine Pitrou
· 14 years ago
3937083
Make (most of) Python's tests pass under Thread Sanitizer.
by Jeffrey Yasskin
· 15 years ago
a1d2332
Try to strengthen condition-waiting under Windows.
by Antoine Pitrou
· 15 years ago
cf4cabb
Our condition variable emulation under Windows is imperfect, which
by Antoine Pitrou
· 15 years ago
074e5ed
Merge in the new GIL.
by Antoine Pitrou
· 15 years ago