Amaury Forgeot d Arc <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1106> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
