Matt Groth added the comment:

Thank you Antoine Pitrou, I was able to disable this behavior by commenting out 
some lines of code in 'traceback' and replacing them with the appropriate call 
to 'sys.excepthook'. Note you also have to comment out a few lines in 
"Modules/_threadmodule.c" to correspond to this change or else that file 
complains that there wasn't the expected output printed to stderr.

----------
nosy: +Matt Groth

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

Reply via email to