Re-enable the Incref() call on ConstructorBinding.tp_descr_get() For now, it seems, the sole reason for the Descriptor __get__ is to return AN INCREF()ed reference to the wrapped instance.
Incref the ConstructorBinding before return
Log in to post a comment.
Incref the ConstructorBinding before return