]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit52c424343d625d3e795bd670aaaf542dfa63b7c7
tree8744b09cf8766d55a1ba348258e728b9d307613e
parent1ae230aa1a0c7b51839c6d07eaaddfeef71be63b
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