Message404629
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 :) |
|
Date |
User |
Action |
Args |
2021-10-21 17:59:20 | petr.viktorin | set | recipients:
+ petr.viktorin, YannickJadoul, bstaletic |
2021-10-21 17:59:20 | petr.viktorin | set | messageid: <1634839160.83.0.751017111036.issue42961@roundup.psfhosted.org> |
2021-10-21 17:59:20 | petr.viktorin | link | issue42961 messages |
2021-10-21 17:59:20 | petr.viktorin | create | |
|