This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Matt Groth
Recipients CyberJacob, Decorater, Matt Groth, ellisj, eric.araujo, mwh, nikratio, pitrou, tiagoaoa, tim.peters, undercoveridiot
Date 2017-09-16.05:13:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505538819.0.0.439473578573.issue1230540@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-16 05:13:39Matt Grothsetrecipients: + Matt Groth, mwh, tim.peters, ellisj, pitrou, tiagoaoa, eric.araujo, nikratio, undercoveridiot, Decorater, CyberJacob
2017-09-16 05:13:38Matt Grothsetmessageid: <1505538819.0.0.439473578573.issue1230540@psf.upfronthosting.co.za>
2017-09-16 05:13:38Matt Grothlinkissue1230540 messages
2017-09-16 05:13:38Matt Grothcreate