object.__str__ use capi slot in order to increase compatibility with cpython
With this change we print True for: class C(object): pass print C.__str__ is object.__str__ Cheetah depends on this behaviour (see https://bitbucket.org/pypy/compatibility/wiki/cheetah)
Showing
test/tests/wrapperdesc.py
0 → 100644
Please register or sign in to comment