New issue 2742: cpyext: class subclassable even if Py_TPFLAGS_BASETYPE not set https://bitbucket.org/pypy/pypy/issues/2742/cpyext-class-subclassable-even-if
Christoph Reiter: I have a base class which has Py_TPFLAGS_BASETYPE set, then on subclass which has it cleared. In PyPy the resulting type can be subclassed, in CPython TypeError is raised. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
