Petr Viktorin <encu...@gmail.com> added the comment:

as far as I can see, this had the same root cause as bpo-44184, and was fixed 
in GH-26274.


FWIW, the reproducers are missing a `Py_DECREF(type)` after 
`PyDict_SetItemString`/`PyObject_SetAttrString`; those don't steal the 
reference. That sent me on an unproductive refcounting chase :)

----------
nosy: +petr.viktorin
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42961>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to