Message127872
| 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:13 | ccorbacho | set | recipients: + ccorbacho, brett.cannon, amaury.forgeotdarc, davidfraser, belopolsky, eric.smith, ruseel, cptnwillard, r.david.murray |
| 2011-02-04 08:08:13 | ccorbacho | set | messageid: <1296806893.18.0.433262792486.issue7980@psf.upfronthosting.co.za> |
| 2011-02-04 08:08:12 | ccorbacho | link | issue7980 messages |
| 2011-02-04 08:08:12 | ccorbacho | create | |