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 vstinner
Recipients benjamin.peterson, gjb1002, vstinner
Date 2010-03-08.12:04:59
SpamBayes Score 0.0006341242
Marked as misclassified No
Message-id <1268049901.47.0.153314956098.issue3137@psf.upfronthosting.co.za>
In-reply-to
Content
PyImport_Import() clears errors if a module has no globals, whereas PyEval_GetGlobals() doesn't set any exception on failure. => import_no_global.patch removes this unnecessary PyErr_Clear().
History
Date User Action Args
2010-03-08 12:05:01vstinnersetrecipients: + vstinner, gjb1002, benjamin.peterson
2010-03-08 12:05:01vstinnersetmessageid: <1268049901.47.0.153314956098.issue3137@psf.upfronthosting.co.za>
2010-03-08 12:04:59vstinnerlinkissue3137 messages
2010-03-08 12:04:59vstinnercreate