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-16.07:18:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552720734.85.0.828801099705.issue14934@roundup.psfhosted.org>
In-reply-to
Content
In the docs https://docs.python.org/3/extending/newtypes.html#weak-reference-support points out:

> /* Clear weakrefs first before calling any destructors */

So maybe we should also update the docs after fix this bug. Anyway, I will try to understand/fix this bug.
History
Date User Action Args
2019-03-16 07:18:54Windson Yangsetrecipients: + Windson Yang, ncoghlan, pitrou
2019-03-16 07:18:54Windson Yangsetmessageid: <1552720734.85.0.828801099705.issue14934@roundup.psfhosted.org>
2019-03-16 07:18:54Windson Yanglinkissue14934 messages
2019-03-16 07:18:54Windson Yangcreate