fixed harakiri tracebacker

This commit is contained in:
Unbit
2014-01-12 10:25:32 +01:00
parent d4e9f3a2d4
commit d1285c6dc4
2 changed files with 7 additions and 10 deletions
-1
View File
@@ -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;