Staging
v0.5.1
https://github.com/python/cpython
Revision f9becec8cd989743aeb22d02a0ededddeecc89a6 authored by Tim Peters on 09 October 2004, 22:47:13 UTC, committed by Tim Peters on 09 October 2004, 22:47:13 UTC
can fail, check its return value, and die if it does fail.

_PyGILState_Init():  Assert that the thread doesn't already have an
association for autoTLSkey.  If it does, PyThread_set_key_value() will
ignore the attempt to (re)set the association, which the code clearly
doesn't want.
1 parent fda787f
History
Tip revision: f9becec8cd989743aeb22d02a0ededddeecc89a6 authored by Tim Peters on 09 October 2004, 22:47:13 UTC
_PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value()
Tip revision: f9becec
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.3 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 572.1 KB
configure.in -rw-r--r-- 85.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.7 KB
setup.py -rw-r--r-- 51.2 KB

README

back to top