[docs] [issue27387] Thread hangs on str.encode() when locale is not set

R. David Murray report at bugs.python.org
Mon Jun 27 14:21:39 EDT 2016


R. David Murray added the comment:

No, I'm talking about the threading docs, not the encoding docs.  I think that's the only place it matters.  Specifically, in the section that I linked to, in the bullet point that warns against launching threads on import, it can note that even if you try to make your own code avoid the import lock, implicit imports such as the one done by encode/decode can trip you up.

----------

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


More information about the docs mailing list