]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17522: Add the PyGILState_Check() API.
authorKristján Valur Jónsson <sweskman@gmail.com>
Sat, 23 Mar 2013 10:36:16 +0000 (03:36 -0700)
committerKristján Valur Jónsson <sweskman@gmail.com>
Sat, 23 Mar 2013 10:36:16 +0000 (03:36 -0700)
commit684cd0e64311faafba989457e28fbf2e84faa62e
treec5d7122fb92223ede065f704ac6cffea0ceebd71
parentd4296fc19c20525215a26ad639be33e7fb53a898
Issue #17522: Add the PyGILState_Check() API.
Doc/c-api/init.rst
Include/pystate.h
Misc/NEWS
Python/pystate.c