]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Extend _close() to break cycles.
authorGuido van Rossum <guido@python.org>
Fri, 25 Jun 1999 16:09:27 +0000 (16:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Jun 1999 16:09:27 +0000 (16:09 +0000)
commitfed9b914b5469ba36c30c0e6ab9cde441c2431a9
treecbb57381caad9de90116597003e304816151d772
parent205afb487a4ed9a70b0360da47402d2409aa9ed1
Extend _close() to break cycles.
Break some other cycles too (and destroy the root when done).
Tools/idle/PyShell.py