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 Oren Milman, serhiy.storchaka
Date 2017-09-13.22:30:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505341808.06.0.840508772714.issue31418@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset f6e61df01536493f1280cd07639c7ff9bffb2cdc by Serhiy Storchaka (Oren Milman) in branch 'master':
bpo-31418: Fix an assertion failure in PyErr_WriteUnraisable() in case of an exception with a bad __module__ attribute. (#3539)
https://github.com/python/cpython/commit/f6e61df01536493f1280cd07639c7ff9bffb2cdc
History
Date User Action Args
2017-09-13 22:30:08serhiy.storchakasetrecipients: + serhiy.storchaka, Oren Milman
2017-09-13 22:30:08serhiy.storchakasetmessageid: <1505341808.06.0.840508772714.issue31418@psf.upfronthosting.co.za>
2017-09-13 22:30:08serhiy.storchakalinkissue31418 messages
2017-09-13 22:30:08serhiy.storchakacreate