]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
allow changing __class__ between a heaptype and non-heaptype in some cases (closes...
authorBenjamin Peterson <benjamin@python.org>
Fri, 30 Jan 2015 18:33:42 +0000 (13:33 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 30 Jan 2015 18:33:42 +0000 (13:33 -0500)
commit9d4cbcc86bbef64ec00ba4987b5fc35e3a5f433d
tree790823b6da6784389d4f3062a36cc09b3bc0e31a
parent91496a08d4cb0b185fed53692cd9f36c76de9725
allow changing __class__ between a heaptype and non-heaptype in some cases (closes #22986)

Patch by Nathaniel Smith.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c