[issue7739] time.strftime may hung while trying to open /etc/localtime but does not release GIL

STINNER Victor report at bugs.python.org
Thu Jan 21 02:37:43 CET 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Here you have a patch releasing the GIL for the call to strftime().

----------
keywords: +patch
Added file: http://bugs.python.org/file15959/time_strftime_gil.patch

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


More information about the Python-bugs-list mailing list