summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-10-11 02:40:51 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-10-11 02:40:51 (GMT)
commit7f468f29f49786988e4f1a005174578fc83c7eb9 (patch)
tree0a675ca5df1a5df96404213998dc51672394328e /PC
parent89c0ec9beba4e6b086e74345bc1ef15041bd5e7d (diff)
downloadcpython-7f468f29f49786988e4f1a005174578fc83c7eb9.zip
cpython-7f468f29f49786988e4f1a005174578fc83c7eb9.tar.gz
cpython-7f468f29f49786988e4f1a005174578fc83c7eb9.tar.bz2
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.
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/python24.def1
-rw-r--r--PC/os2vacpp/python.def1
2 files changed, 0 insertions, 2 deletions
diff --git a/PC/os2emx/python24.def b/PC/os2emx/python24.def
index 4cfd4b8..4f78914 100644
--- a/PC/os2emx/python24.def
+++ b/PC/os2emx/python24.def
@@ -980,7 +980,6 @@ EXPORTS
"Py_UseClassExceptionsFlag"
"Py_UnicodeFlag"
"_Py_QnewFlag"
- "_PyThread_Started"
; From python24_s.lib(structmember)
"PyMember_Get"
diff --git a/PC/os2vacpp/python.def b/PC/os2vacpp/python.def
index 8f1207b..bc73fac 100644
--- a/PC/os2vacpp/python.def
+++ b/PC/os2vacpp/python.def
@@ -69,7 +69,6 @@ EXPORTS
_PyImport_Inittab
_PyParser_Grammar
_PyParser_TokenNames
- _PyThread_Started
_Py_EllipsisObject
_Py_NoneStruct
_Py_PackageContext