[pywin32-checkins] pywin32/win32/src PythonService.cpp, 1.24.2.3, 1.24.2.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2008-09-18 17:03:48
|
Update of /cvsroot/pywin32/pywin32/win32/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1841 Modified Files: Tag: py3k PythonService.cpp Log Message: Site bug fixed in 3.0rc1 Index: PythonService.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/src/PythonService.cpp,v retrieving revision 1.24.2.3 retrieving revision 1.24.2.4 diff -C2 -d -r1.24.2.3 -r1.24.2.4 *** PythonService.cpp 31 Aug 2008 02:11:22 -0000 1.24.2.3 --- PythonService.cpp 19 Sep 2008 00:03:58 -0000 1.24.2.4 *************** *** 1555,1559 **** Py_Initialize(); PyEval_InitThreads(); - module = PyImport_ImportModule("site"); // ??? remove when site bug is fixed ??? module = PyImport_ImportModule("servicemanager"); if (!module) goto failed; --- 1555,1558 ---- |