mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 11:15:57 +00:00
on kFreeBSD python atexit will make mess, disable it for now
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user