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 ncoghlan
Recipients eric.snow, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2018-05-23.13:06:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527080800.59.0.682650639539.issue23188@psf.upfronthosting.co.za>
In-reply-to
Content
Also see https://github.com/python/cpython/blob/55edd0c185ad2d895b5d73e47d67049bc156b654/Objects/exceptions.c#L2713 for the version we use in a few places to implicitly update the exception message, while keeping the exception type and state the same (and giving up and letting the exception through unchained if we can't work out how to do that in a reliable way).
History
Date User Action Args
2018-05-23 13:06:40ncoghlansetrecipients: + ncoghlan, pitrou, vstinner, eric.snow, serhiy.storchaka
2018-05-23 13:06:40ncoghlansetmessageid: <1527080800.59.0.682650639539.issue23188@psf.upfronthosting.co.za>
2018-05-23 13:06:40ncoghlanlinkissue23188 messages
2018-05-23 13:06:40ncoghlancreate