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 brett.cannon
Recipients amaury.forgeotdarc, brett.cannon, cptnwillard, eric.smith
Date 2010-02-22.15:34:20
SpamBayes Score 0.00022333897
Marked as misclassified No
Message-id <1266852863.27.0.896457155031.issue7980@psf.upfronthosting.co.za>
In-reply-to
Content
Lib/_strptime.py itself should be thread-safe. I am guessing that it has something to do with the way the C code in time.c imports _strptime.py. A possible solution if it is the C code's import stuff is to create a time.py that imports a _time.c, but that's a total guess as to whether that will solve anything.
History
Date User Action Args
2010-02-22 15:34:23brett.cannonsetrecipients: + brett.cannon, amaury.forgeotdarc, eric.smith, cptnwillard
2010-02-22 15:34:23brett.cannonsetmessageid: <1266852863.27.0.896457155031.issue7980@psf.upfronthosting.co.za>
2010-02-22 15:34:21brett.cannonlinkissue7980 messages
2010-02-22 15:34:20brett.cannoncreate