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 ----
|