From 32bc1e4c7e3d32edb9a77714391ed5593c1c001c Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Mon, 11 Oct 2004 02:40:51 +0000 Subject: 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. --- PC/os2emx/python24.def | 1 - 1 file changed, 1 deletion(-) (limited to 'PC/os2emx') diff --git a/PC/os2emx/python24.def b/PC/os2emx/python24.def index 4cfd4b8663..4f78914577 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" -- cgit v1.2.1