Add a testcase to ensure that cycles going through the __class__ link
authorGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 14:38:04 +0000 (14:38 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 14:38:04 +0000 (14:38 +0000)
commit05e01ee1149f2795c0daa86415528254ebe1cc4a
treea9ed00a33c59f6e16820617454363831b4663616
parentc5fe5eb8d2650026ae7ce9195cd0dfc153514d2a
Add a testcase to ensure that cycles going through the __class__ link
of a new-style instance are detected by the garbage collector.
Lib/test/test_gc.py