mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 12:41:38 +00:00
improved gevent usage of threads (it allows tracebacker and autoreloader to work in gevent)
This commit is contained in:
@@ -1329,6 +1329,7 @@ int uwsgi_check_python_mtime(PyObject *times_dict, char *filename) {
|
||||
}
|
||||
|
||||
PyObject *uwsgi_python_setup_thread(char *name) {
|
||||
|
||||
// block signals on this thread
|
||||
sigset_t smask;
|
||||
sigfillset(&smask);
|
||||
|
||||
Reference in New Issue
Block a user