mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
2e8f6140ff
calls the repr function. When the refcount is bad, don't print the object at all (chances of crashes). Changes to checking and printing of references: the consistency check is somewhat faster; don't print strings referenced once (most occur in function's name lists).