improved gevent usage of threads (it allows tracebacker and autoreloader to work in gevent)

This commit is contained in:
Roberto De Ioris
2012-10-17 21:19:48 +02:00
parent 47f3b39870
commit 94eb4f078e
6 changed files with 111 additions and 4 deletions
+1
View File
@@ -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);