[pypy-issue] [issue1366] Djblets-0.6.22 single test failure under pypy{1.9, 2.0}

Amaury Forgeot d Arc tracker at bugs.pypy.org
Mon Jan 14 10:46:11 CET 2013


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

Looks like an attribute name clash :-(
PyPy's specific version of JSONEncoder has a .encoder member, and djblets's 
JSONEncoderAdapter uses the same attribute for something else.

https://bitbucket.org/pypy/pypy/src/tip/lib-python/2.7/json/encoder.py?at=default#cl-141
https://github.com/djblets/djblets/blob/master/djblets/webapi/core.py#L83

----------
nosy: +afa, fijal

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


More information about the pypy-issue mailing list