Message362866
I'm suspecting that maybe we shouldn't be doing
Py_VISIT(od->od_weakreflist);
at all - best I can tell from a quick (non-exhaustive!) scan, the objects in the weakref list aren't incref'ed to begin with. And even if they were, that line would only be looking at the head of the list, ignoring all the non-head weakrefs after the head. |
|
Date |
User |
Action |
Args |
2020-02-28 05:53:29 | tim.peters | set | recipients:
+ tim.peters, rhettinger, eric.snow, leezu |
2020-02-28 05:53:29 | tim.peters | set | messageid: <1582869209.41.0.998490683222.issue39778@roundup.psfhosted.org> |
2020-02-28 05:53:29 | tim.peters | link | issue39778 messages |
2020-02-28 05:53:29 | tim.peters | create | |
|