[pypy-issue] [issue1227] LookupError for str.encode() in a multi threaded application

Armin Rigo tracker at bugs.pypy.org
Fri Aug 10 13:44:20 CEST 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

Mostly unrelated: I see in unicodetype.py special-cases for performance for the
"utf-8" encoding, but not for the "utf8" encoding.  Should we fix that too?  (If
we do, we probably accidentally solve the problem reported here, but the same
problem will continue to exist with other encodings.)

----------
nosy: +arigo

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1227>
________________________________________


More information about the pypy-issue mailing list