bpo-25750: fix refcounts in type_getattro() (GH-6118)
When calling tp_descr_get(self, obj, type), make sure that we own a strong reference to "self".
Showing
Please
register
or
sign in
to comment
When calling tp_descr_get(self, obj, type), make sure that we own a strong reference to "self".