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 skrah
Recipients asmeurer, brett.cannon, eric.snow, ncoghlan, remi.lapeyre, serhiy.storchaka, skrah, xtreak
Date 2019-03-25.20:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553547064.8.0.409962898552.issue36370@roundup.psfhosted.org>
In-reply-to
Content
New changeset 027b09c5a13aac9e14a3b43bb385298d549c3833 by Stefan Krah in branch 'master':
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
https://github.com/python/cpython/commit/027b09c5a13aac9e14a3b43bb385298d549c3833
History
Date User Action Args
2019-03-25 20:51:04skrahsetrecipients: + skrah, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka, remi.lapeyre, asmeurer, xtreak
2019-03-25 20:51:04skrahsetmessageid: <1553547064.8.0.409962898552.issue36370@roundup.psfhosted.org>
2019-03-25 20:51:04skrahlinkissue36370 messages
2019-03-25 20:51:04skrahcreate