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
Makefile.in -rw-r--r-- 2.4 KB
abstract.c -rw-r--r-- 22.6 KB
classobject.c -rw-r--r-- 35.9 KB
cobject.c -rw-r--r-- 4.9 KB
complexobject.c -rw-r--r-- 13.6 KB
dictobject.c -rw-r--r-- 23.5 KB
fileobject.c -rw-r--r-- 20.9 KB
floatobject.c -rw-r--r-- 13.2 KB
frameobject.c -rw-r--r-- 9.9 KB
funcobject.c -rw-r--r-- 5.5 KB
intobject.c -rw-r--r-- 16.3 KB
listobject.c -rw-r--r-- 22.1 KB
longobject.c -rw-r--r-- 31.6 KB
methodobject.c -rw-r--r-- 6.4 KB
moduleobject.c -rw-r--r-- 5.6 KB
object.c -rw-r--r-- 16.1 KB
rangeobject.c -rw-r--r-- 5.5 KB
sliceobject.c -rw-r--r-- 3.7 KB
stringobject.c -rw-r--r-- 23.4 KB
tupleobject.c -rw-r--r-- 10.8 KB
typeobject.c -rw-r--r-- 2.8 KB
xxobject.c -rw-r--r-- 3.9 KB

back to top