]> granicus.if.org Git - python/commit
set tp_new from the class in the hierarchy that actually owns the descriptor (closes...
authorBenjamin Peterson <benjamin@python.org>
Tue, 19 Jan 2016 05:17:54 +0000 (21:17 -0800)
committerBenjamin Peterson <benjamin@python.org>
Tue, 19 Jan 2016 05:17:54 +0000 (21:17 -0800)
commita4acf1ff847f072b2035bbb02c9af5496e59d6d6
treec9b6597035109690871e435bd0eb51a5c31eb8c2
parent27d9c3d39f21fe5fa4b501b013d3250c86076464
set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731)

Debugging by Eryk Sun.
Objects/typeobject.c