commit | 9d4cbcc86bbef64ec00ba4987b5fc35e3a5f433d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jan 30 13:33:42 2015 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jan 30 13:33:42 2015 -0500 |
tree | 790823b6da6784389d4f3062a36cc09b3bc0e31a | |
parent | 91496a08d4cb0b185fed53692cd9f36c76de9725 [diff] |
allow changing __class__ between a heaptype and non-heaptype in some cases (closes #22986) Patch by Nathaniel Smith.