mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
9cf25ce3a0
PYTHONDUMPREFS output after most teardown. Attempts to use PYTHONDUMPREFS with the Zope3 test suite died with Py_FatalError(), since _Py_PrintReferences() can end up executing arbitrary Python code (for objects that override __repr__), and that requires an intact interpreter.