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
readme.txt -rw-r--r-- 230 bytes

readme.txt

back to top