commit | 9ad11544bfb80b7881e0d567e40ef2fa2da58f02 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jan 18 21:11:18 2016 -0800 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jan 18 21:11:18 2016 -0800 |
tree | 3541a0acf72d617ab42811ced0b4dac474b65d73 | |
parent | 9e9f850f9912228a8963f94f4b0480215a6c168c [diff] |
set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) Debugging by Eryk Sun.