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 serhiy.storchaka
Recipients christian.heimes, serhiy.storchaka, skrause
Date 2019-12-18.20:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576699509.86.0.704344820387.issue39091@roundup.psfhosted.org>
In-reply-to
Content
Good catch! Since you already investigated the code, do you mind to create a PR which fixes a crash? I think that adding PyExceptionInstance_Check() in _PyErr_CreateException() could fix the issue.
History
Date User Action Args
2019-12-18 20:05:09serhiy.storchakasetrecipients: + serhiy.storchaka, christian.heimes, skrause
2019-12-18 20:05:09serhiy.storchakasetmessageid: <1576699509.86.0.704344820387.issue39091@roundup.psfhosted.org>
2019-12-18 20:05:09serhiy.storchakalinkissue39091 messages
2019-12-18 20:05:09serhiy.storchakacreate