[pypy-issue] [issue1601] AssertionError: ('mixing pointer type <* Array of INT > with something else SomePBC(can_be_None=True, const=None, subset_of=None)

Amaury Forgeot d'Arc tracker at bugs.pypy.org
Thu Sep 12 01:15:44 CEST 2013


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

it's an issue in pypy/module/_codecs/locale.py
As a temporary workaround, you can try to modify this file, and set
MERGE_SURROGATES = False

To pjenvey: the "if we_are_translated()" logic is broken: outside of a function, it's always False!

----------
assignedto:  -> pjenvey

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


More information about the pypy-issue mailing list