]> granicus.if.org Git - python/commit
SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick
authorTim Peters <tim.peters@gmail.com>
Mon, 11 Oct 2004 02:40:51 +0000 (02:40 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 11 Oct 2004 02:40:51 +0000 (02:40 +0000)
commit7f468f29f49786988e4f1a005174578fc83c7eb9
tree0a675ca5df1a5df96404213998dc51672394328e
parent89c0ec9beba4e6b086e74345bc1ef15041bd5e7d
SF patch 1044089:  New C API function PyEval_ThreadsInitialized(), by Nick
Coghlan, for determining whether PyEval_InitThreads() has been called.
Also purged the undocumented+unused _PyThread_Started int.
Doc/api/init.tex
Include/ceval.h
Misc/NEWS
PC/os2emx/python24.def
PC/os2vacpp/python.def
Python/ceval.c
Python/pythonrun.c