This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients YannickJadoul, bstaletic, petr.viktorin
Date 2021-10-21.17:59:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634839160.83.0.751017111036.issue42961@roundup.psfhosted.org>
In-reply-to
Content
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 :)
History
Date User Action Args
2021-10-21 17:59:20petr.viktorinsetrecipients: + petr.viktorin, YannickJadoul, bstaletic
2021-10-21 17:59:20petr.viktorinsetmessageid: <1634839160.83.0.751017111036.issue42961@roundup.psfhosted.org>
2021-10-21 17:59:20petr.viktorinlinkissue42961 messages
2021-10-21 17:59:20petr.viktorincreate