mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
fixed harakiri tracebacker
This commit is contained in:
@@ -114,7 +114,6 @@ void *uwsgi_python_tracebacker_thread(void *foobar) {
|
||||
}
|
||||
PyObject *frame = PyIter_Next(frames_iter);
|
||||
while(frame) {
|
||||
|
||||
PyObject *thread_id = PyTuple_GetItem(frame, 0);
|
||||
if (!thread_id) goto next2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user