]> granicus.if.org Git - python/commit
Py_Finalize(): Reverted recent changes that tried to move the
authorTim Peters <tim.peters@gmail.com>
Thu, 17 Apr 2003 15:21:01 +0000 (15:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 17 Apr 2003 15:21:01 +0000 (15:21 +0000)
commit9cf25ce3a03e299ebd167b161b3bc1b04683e73d
tree80f4a4082aa96871f98e27a9556258dcaaca80ec
parentd3ab37f1df86b86d340360412331078a1da63d58
Py_Finalize():  Reverted recent changes that tried to move the
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.
Python/pythonrun.c