[pypy-issue] [issue1106] [cpyext] reassignments to tp_dict items don't have an effect

Amaury Forgeot d Arc tracker at bugs.pypy.org
Mon Mar 11 22:34:48 CET 2013


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

The cause was in the type cache; PyType_Modified() used to be a no-op, which is 
wrong for extension types.
Fixed with 889d20441589.

----------
nosy: +amaury
status: chatting -> resolved

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


More information about the pypy-issue mailing list