[issue11108] Intermittent AttributeError when using time.strptime in threads

Amaury Forgeot d'Arc report at bugs.python.org
Fri Feb 4 01:27:15 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

It's a duplicate of issue7980.
One workaround is to call strptime() once in the main thread.

----------
nosy: +amaury.forgeotdarc
resolution:  -> duplicate
status: open -> closed
superseder:  -> time.strptime not thread safe

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11108>
_______________________________________


More information about the Python-bugs-list mailing list