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 eric.snow
Recipients eric.snow
Date 2018-12-12.19:21:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544642479.77.0.788709270274.issue35476@psf.upfronthosting.co.za>
In-reply-to
Content
In _imp_create_dynamic_impl() [1] the case where _PyImport_FindExtensionObject() returns NULL may leave an error set.  Either the error should be raised (like _imp_create_builtin() does) or it should be cleared (via PyErr_Clear()).
History
Date User Action Args
2018-12-12 19:21:19eric.snowsetrecipients: + eric.snow
2018-12-12 19:21:19eric.snowsetmessageid: <1544642479.77.0.788709270274.issue35476@psf.upfronthosting.co.za>
2018-12-12 19:21:19eric.snowlinkissue35476 messages
2018-12-12 19:21:19eric.snowcreate