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 ccorbacho
Recipients amaury.forgeotdarc, belopolsky, brett.cannon, ccorbacho, cptnwillard, davidfraser, eric.smith, r.david.murray, ruseel
Date 2011-02-04.08:08:12
SpamBayes Score 2.1012267e-05
Marked as misclassified No
Message-id <1296806893.18.0.433262792486.issue7980@psf.upfronthosting.co.za>
In-reply-to
Content
As per my comments on Issue11108 - I suspect that PyImport_ImportModuleNoBlock is a bit of a red herring here - in Python 2.5 and earlier versions (well before PyImport_ImportModuleNoBlock was added), we have occasionally seen 'AttributeError: strptime' from threaded code calling time.strptime(), so whatever this bug is, I don't believe it's caused by the call now being non-blocking from 2.6 onwards.
History
Date User Action Args
2011-02-04 08:08:13ccorbachosetrecipients: + ccorbacho, brett.cannon, amaury.forgeotdarc, davidfraser, belopolsky, eric.smith, ruseel, cptnwillard, r.david.murray
2011-02-04 08:08:13ccorbachosetmessageid: <1296806893.18.0.433262792486.issue7980@psf.upfronthosting.co.za>
2011-02-04 08:08:12ccorbacholinkissue7980 messages
2011-02-04 08:08:12ccorbachocreate