mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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.
This commit is contained in:
parent
89c0ec9beb
commit
7f468f29f4
7 changed files with 24 additions and 10 deletions
|
@ -69,7 +69,6 @@ EXPORTS
|
|||
_PyImport_Inittab
|
||||
_PyParser_Grammar
|
||||
_PyParser_TokenNames
|
||||
_PyThread_Started
|
||||
_Py_EllipsisObject
|
||||
_Py_NoneStruct
|
||||
_Py_PackageContext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue