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 tvoinarovskyi
Recipients asvetlov, tvoinarovskyi, yselivanov
Date 2019-01-17.00:50:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547686259.46.0.62061911322.issue35751@roundup.psfhosted.org>
In-reply-to
Content
For now, it seems like ``copy.copy(exception)`` before raising seems to prevent this behaviour. So for all exceptions originating from background tasks I raise a copy to the user, rather than the original exception. It prints correct stack, so no real impact on the library.
History
Date User Action Args
2019-01-17 00:51:00tvoinarovskyisetrecipients: + tvoinarovskyi, asvetlov, yselivanov
2019-01-17 00:50:59tvoinarovskyisetmessageid: <1547686259.46.0.62061911322.issue35751@roundup.psfhosted.org>
2019-01-17 00:50:59tvoinarovskyilinkissue35751 messages
2019-01-17 00:50:59tvoinarovskyicreate