Staging
v0.5.1
https://github.com/python/cpython
Revision ede0439cd8e53c50df8be78bef564fd585dc171d authored by Guido van Rossum on 10 April 1998, 20:18:25 UTC, committed by Guido van Rossum on 10 April 1998, 20:18:25 UTC
   PyThreadState_GetDict() returns a dictionary that can be used to hold such
   state; the caller should pick a unique key and store its state there.  If
   PyThreadState_GetDict() returns NULL, an exception has been raised (most
   likely MemoryError) and the caller should pass on the exception. */

PyObject *
PyThreadState_GetDict()
1 parent c45cf02
History
Tip revision: ede0439cd8e53c50df8be78bef564fd585dc171d authored by Guido van Rossum on 10 April 1998, 20:18:25 UTC
/* An extension mechanism to store arbitrary additional per-thread state.
Tip revision: ede0439
File Mode Size
Compat
Demo
Include
Lib
MPW
Modules
Python
Resources
Tools
Unsupported
mwerks
scripts
think
HISTORY -rw-r--r-- 27.2 KB
ReadMe -rw-r--r-- 7.6 KB
ReadMe-dev -rw-r--r-- 876 bytes
ReadMe-src -rw-r--r-- 561 bytes
Relnotes -rw-r--r-- 5.5 KB
_checkversion.py -rw-r--r-- 417 bytes
errno_unix.h -rw-r--r-- 307 bytes
fopenRF.c -rw-r--r-- 5.9 KB
mkapplet.py -rw-r--r-- 5.7 KB
mwerksglue.c -rw-r--r-- 566 bytes

ReadMe

back to top