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
Raw File
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
libsun.tex
\chapter{SunOS Specific Services}
\label{sunos}

The modules described in this chapter provide interfaces to features
that are unique to the SunOS operating system (versions 4 and 5; the
latter is also known as Solaris version 2).
back to top