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