[Python-checkins] python/dist/src/PC/os2vacpp python.def,1.5,1.6

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Oct 11 04:40:52 CEST 2004


Update of /cvsroot/python/python/dist/src/PC/os2vacpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23529/PC/os2vacpp

Modified Files:
	python.def 
Log Message:
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.


Index: python.def
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2vacpp/python.def,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- python.def	29 Mar 2004 11:49:24 -0000	1.5
+++ python.def	11 Oct 2004 02:40:50 -0000	1.6
@@ -69,7 +69,6 @@
                _PyImport_Inittab
                _PyParser_Grammar
                _PyParser_TokenNames
-               _PyThread_Started
                _Py_EllipsisObject
                _Py_NoneStruct
                _Py_PackageContext



More information about the Python-checkins mailing list