summaryrefslogtreecommitdiff
path: root/c/misc_thread_posix.h
Commit message (Collapse)AuthorAgeFilesLines
* Generalize the code for 'local_thread_state' and move it toArmin Rigo2016-01-031-141/+4
| | | | misc_thread_common.h.
* bump version numberArmin Rigo2015-12-171-1/+2
|
* grumble, the disappearance of _Py_atomic_load_relaxed andArmin Rigo2015-12-171-2/+2
| | | | _PyThreadState_Current occurred in 3.5.1, not in 3.5.
* fixesArmin Rigo2015-12-171-0/+11
|
* py3k compatArmin Rigo2015-12-071-2/+11
|
* more casesArmin Rigo2015-12-071-0/+3
|
* typoArmin Rigo2015-12-071-1/+1
|
* Tweak for PyGILState_Ensure(), improving massively its performance inArmin Rigo2015-12-061-0/+162
case it is called repeatedly in a non-python-created thread