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

Alexander Belopolsky report at bugs.python.org
Tue Jan 11 01:11:31 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

-1 on releasing the GIL around strftime().  Until we have an implementation that can support multiple locales and multiple timezones, people will work around this limitation by messing up with the TZ environment variable or global locale settings.

----------
assignee: belopolsky -> 
stage:  -> patch review
type:  -> performance
versions: +Python 3.3 -Python 2.6

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


More information about the Python-bugs-list mailing list