]> granicus.if.org Git - python/commit
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
authorBenjamin Peterson <benjamin@python.org>
Thu, 8 Mar 2012 00:41:11 +0000 (18:41 -0600)
committerBenjamin Peterson <benjamin@python.org>
Thu, 8 Mar 2012 00:41:11 +0000 (18:41 -0600)
commita8d458560e961bd45c5a8900f964cb9c7d95e475
treea2811a393996db01d99a714241a2056a7063e037
parentec17afdfdac9aa30fc4ec8e6a5153474ab8d32f4
allow cycles throught the __dict__ slot to be cleared (closes #1469629)

Patch from Armin, test from me.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c