mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 04:31:44 +00:00
fixed python embedded module, first refactoring of the spooler, better rack compliance
This commit is contained in:
@@ -87,6 +87,11 @@ struct uwsgi_python {
|
||||
void (*gil_get) (void);
|
||||
void (*gil_release) (void);
|
||||
#endif
|
||||
|
||||
PyObject *workers_tuple;
|
||||
PyObject *embedded_dict;
|
||||
PyObject *embedded_args;
|
||||
PyObject *fastfuncslist;
|
||||
};
|
||||
|
||||
|
||||
@@ -167,3 +172,7 @@ void gil_real_get(void);
|
||||
void gil_real_release(void);
|
||||
void gil_fake_get(void);
|
||||
void gil_fake_release(void);
|
||||
|
||||
void init_uwsgi_module_advanced(PyObject *);
|
||||
void init_uwsgi_module_spooler(PyObject *);
|
||||
void init_uwsgi_module_sharedarea(PyObject *);
|
||||
|
||||
Reference in New Issue
Block a user