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 vstinner
Recipients brett.cannon, corona10, eric.snow, ncoghlan, shihai1991, vstinner
Date 2020-03-24.17:33:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585071209.62.0.435607799952.issue40050@roundup.psfhosted.org>
In-reply-to
Content
Since this reference leak is fixed, I reapplied Hai Shi's change for _weakref in bpo-1635741:

New changeset 93460d097f50db0870161a63911d61ce3c5f4583 by Victor Stinner in branch 'master':
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19140)
https://github.com/python/cpython/commit/93460d097f50db0870161a63911d61ce3c5f4583
History
Date User Action Args
2020-03-24 17:33:29vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, eric.snow, corona10, shihai1991
2020-03-24 17:33:29vstinnersetmessageid: <1585071209.62.0.435607799952.issue40050@roundup.psfhosted.org>
2020-03-24 17:33:29vstinnerlinkissue40050 messages
2020-03-24 17:33:29vstinnercreate