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 eric.snow, leezu, miss-islington, pablogsal, pitrou, rhettinger, tim.peters, vstinner
Date 2020-03-03.09:10:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583226644.61.0.982912910446.issue39778@roundup.psfhosted.org>
In-reply-to
Content
It seems like OrderedDict was the only type which visited weak references:

$ scm.py grep 'VISIT.*weak'
master: Grep 'VISIT.*weak' -- <4284 filenames>
==============================================

Objects/odictobject.c:1457:    Py_VISIT(od->od_weakreflist);
History
Date User Action Args
2020-03-03 09:10:44vstinnersetrecipients: + vstinner, tim.peters, rhettinger, pitrou, eric.snow, leezu, pablogsal, miss-islington
2020-03-03 09:10:44vstinnersetmessageid: <1583226644.61.0.982912910446.issue39778@roundup.psfhosted.org>
2020-03-03 09:10:44vstinnerlinkissue39778 messages
2020-03-03 09:10:44vstinnercreate