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 iritkatriel
Recipients Aaron.Meurer, asmeurer, iritkatriel
Date 2020-11-04.21:47:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604526421.85.0.169661500061.issue30384@roundup.psfhosted.org>
In-reply-to
Content
__traceback__  doesn't disable printing tracebacks.  It *is* the traceback. By setting it to None you erased the exception's traceback.
History
Date User Action Args
2020-11-04 21:47:01iritkatrielsetrecipients: + iritkatriel, Aaron.Meurer, asmeurer
2020-11-04 21:47:01iritkatrielsetmessageid: <1604526421.85.0.169661500061.issue30384@roundup.psfhosted.org>
2020-11-04 21:47:01iritkatriellinkissue30384 messages
2020-11-04 21:47:01iritkatrielcreate