[Python-Dev] Threading and callbacks - missing documentation (original) (raw)
Martin v. Loewis martin@v.loewis.de
12 Apr 2002 19:15:39 +0200
- Previous message: [Python-Dev] Threading and callbacks - missing documentation
- Next message: [Python-Dev] Threading and callbacks - missing documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Thomas Heller" <thomas.heller@ion-tof.com> writes:
The helper functions are implemented in http://www.pythonpros.com/cgi-bin/viewcvs.cgi/PyWin32/win32/src/PyWinTypesmodule.cpp
The pthreads equivalent of Windows TLS is pthread_getspecific/setspecific, so you could cover pthreads and Win32.
Regards, Martin
- Previous message: [Python-Dev] Threading and callbacks - missing documentation
- Next message: [Python-Dev] Threading and callbacks - missing documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]