Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

Victor,

I understand your last comment as wanting to keep the GIL while calling 
tzset(), but release it around the strftime() call.  You still want to apply 
your patch, right?

I think the problem is not with a concurrent tzset() call, but with another 
thread changing TZ environment variable.

See http://sourceware.org/bugzilla/show_bug.cgi?id=4350

----------
assignee:  -> belopolsky
nosy: +belopolsky

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7739>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to