Ticket #29: finalize.patch
File finalize.patch, 316 bytes (added by djay, 14 years ago) |
---|
Remove Py_Finalyze call after executing the Python service function |
-
service_internal_python.c
192 192 exit(-1); 193 193 } 194 194 #if not(defined(macintosh)) && not(defined(__MACH__) && defined(__APPLE__)) 195 Py_Finalize();195 // Py_Finalize(); 196 196 #endif 197 197 return res; 198 198 }