Jon Parise <j...@indelible.org> added the comment:

There are a few places in the patch where you call the global version 
immediately followed by the local version.  For example:

+        PyEval_SetGlobalTrace(NULL, NULL);
         PyEval_SetTrace(NULL, NULL);

Isn't the local call now redundant given that the global version clears all of 
the threadstates already?

----------
nosy: +jon

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9622>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to