]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport 1.15:
authorGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 14:41:50 +0000 (14:41 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Jun 2002 14:41:50 +0000 (14:41 +0000)
commit76c63a4980c7c08052b2284300af6a31fd8c650a
treef48f0f3be1c1b2a07f0390e7210533396ba6d4e9
parent9d21cd7e1ac79097a87654ec2ed9c85d3b963e5e
Backport 1.15:

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