[PyPy-issue] [issue402] codecs are broken in pypy-c

Alfredo Deza pypy-dev-issue at codespeak.net
Fri Mar 18 14:44:22 CET 2011


Alfredo Deza <alfredodeza at gmail.com> added the comment:

I want to avoid a discussion about encoding correctness as it works for the intended purpose in 
CPython (e.g. is *not* calling compile at any time).

Going back to the reported issue, this would mean that the implementation needs to change because 
PyPy does not use codecs.getreader but rather unicode(text, encoding) ? 

Is there *any* equivalent in PyPy to do the same thing I am doing in CPython?

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue402>
_______________________________________________________



More information about the Pypy-issue mailing list