on kFreeBSD python atexit will make mess, disable it for now

This commit is contained in:
Unbit
2013-09-25 09:20:20 +02:00
parent 4b603071d8
commit b190744b77
+4
View File
@@ -308,6 +308,10 @@ realstuff:
// this time we use this higher level function
// as this code can be executed in a signal handler
#ifdef __FreeBSD_kernel__
return;
#endif
if (!Py_IsInitialized()) {
return;
}