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 Windson Yang
Recipients Windson Yang, ncoghlan, pitrou
Date 2019-03-21.02:46:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553136385.35.0.8273173946.issue14934@roundup.psfhosted.org>
In-reply-to
Content
The fixed looks easy, we call `PyObject_CallFinalizerFromDealloc` before PyObject_ClearWeakRefs. But I can't come up with the use case for testing when generator resurrects from `PyObject_CallFinalizer`. Any ideas?
History
Date User Action Args
2019-03-21 02:46:25Windson Yangsetrecipients: + Windson Yang, ncoghlan, pitrou
2019-03-21 02:46:25Windson Yangsetmessageid: <1553136385.35.0.8273173946.issue14934@roundup.psfhosted.org>
2019-03-21 02:46:25Windson Yanglinkissue14934 messages
2019-03-21 02:46:25Windson Yangcreate