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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-02-22 15:34:23 | brett.cannon | set | recipients: + brett.cannon, amaury.forgeotdarc, eric.smith, cptnwillard |
| 2010-02-22 15:34:23 | brett.cannon | set | messageid: <1266852863.27.0.896457155031.issue7980@psf.upfronthosting.co.za> |
| 2010-02-22 15:34:21 | brett.cannon | link | issue7980 messages |
| 2010-02-22 15:34:20 | brett.cannon | create | |