mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 12:41:38 +00:00
fixed python optimize flag
This commit is contained in:
@@ -138,9 +138,10 @@ int uwsgi_python_init() {
|
||||
#endif
|
||||
|
||||
|
||||
Py_OptimizeFlag = up.optimize;
|
||||
|
||||
Py_Initialize();
|
||||
|
||||
Py_OptimizeFlag = up.optimize;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user