Message351007
| Author |
pablogsal |
| Recipients |
Mark.Shannon, christian.heimes, jdemeyer, lukasz.langa, pablogsal, petr.viktorin, pitrou, vstinner |
| Date |
2019-09-02.15:06:40 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1567436800.6.0.798488964711.issue38006@roundup.psfhosted.org> |
| In-reply-to |
|
| Content |
The more I think about this the more I think there is something else at play. If the GC is able to follow the dependency chain, all weakrefs should have been already managed correctly and PyObject_ClearWeakRefs should have never be invoked.
I think *something* is not informing the gc about the dependency chain |
|