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 Mark.Shannon, christian.heimes, jdemeyer, lukasz.langa, methane, pablogsal, petr.viktorin, pitrou, vstinner
Date 2019-09-09.14:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568040963.11.0.13409876932.issue38006@roundup.psfhosted.org>
In-reply-to
Content
New changeset a2af05a0d3f0da06b8d432f52efa3ecf29038532 by Victor Stinner in branch 'master':
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)
https://github.com/python/cpython/commit/a2af05a0d3f0da06b8d432f52efa3ecf29038532
History
Date User Action Args
2019-09-09 14:56:03vstinnersetrecipients: + vstinner, pitrou, christian.heimes, petr.viktorin, methane, lukasz.langa, Mark.Shannon, jdemeyer, pablogsal
2019-09-09 14:56:03vstinnersetmessageid: <1568040963.11.0.13409876932.issue38006@roundup.psfhosted.org>
2019-09-09 14:56:03vstinnerlinkissue38006 messages
2019-09-09 14:56:03vstinnercreate