Message99749
| 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. |
|