[Python-checkins] python/dist/src/Include pythonrun.h,2.63,2.64

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Aug 19 13:31:59 CEST 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13464/Include

Modified Files:
	pythonrun.h 
Log Message:
Patch #900727: Add Py_InitializeEx to allow embedding without signals.


Index: pythonrun.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pythonrun.h,v
retrieving revision 2.63
retrieving revision 2.64
diff -C2 -d -r2.63 -r2.64
*** pythonrun.h	9 Aug 2004 15:02:30 -0000	2.63
--- pythonrun.h	19 Aug 2004 11:31:56 -0000	2.64
***************
*** 24,27 ****
--- 24,28 ----
  
  PyAPI_FUNC(void) Py_Initialize(void);
+ PyAPI_FUNC(void) Py_InitializeEx(int);
  PyAPI_FUNC(void) Py_Finalize(void);
  PyAPI_FUNC(int) Py_IsInitialized(void);



More information about the Python-checkins mailing list