[issue7980] time.strptime not thread safe
Brett Cannon
report at bugs.python.org
Mon Feb 22 16:34:23 CET 2010
Brett Cannon <brett at python.org> added the comment:
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.
----------
nosy: +brett.cannon
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7980>
_______________________________________
More information about the Python-bugs-list
mailing list