]> granicus.if.org Git - python/commit
Move the call to _Py_PrintReferences() a bit further down. This
authorGuido van Rossum <guido@python.org>
Tue, 15 Apr 2003 14:10:09 +0000 (14:10 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Apr 2003 14:10:09 +0000 (14:10 +0000)
commitd922fa46ce0763e63c3d6a14bc89059b0eef33ea
treef3492021c7986307d35530ea9f442c189d70f826
parent28e83e3a668c9098595c858aae04d69022306fdb
Move the call to _Py_PrintReferences() a bit further down.  This
prevents it from showing stuff (like codec state) that is cleared when
the interpreter state is cleared.
Python/pythonrun.c