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 python-dev
Recipients gvanrossum, larry, levkivskyi, ned.deily, python-dev, serhiy.storchaka, yselivanov
Date 2016-11-09.23:57:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161109235714.2214.44007.FE48FF2E@psf.io>
In-reply-to
Content
New changeset ba59f3328032 by Yury Selivanov in branch '3.5':
Issue #28653: Fix a refleak in functools.lru_cache.
https://hg.python.org/cpython/rev/ba59f3328032

New changeset 5b253d641826 by Yury Selivanov in branch '3.6':
Merge 3.6 (issue #28653)
https://hg.python.org/cpython/rev/5b253d641826

New changeset 784fea019cab by Yury Selivanov in branch 'default':
Merge 3.6 (issue #28653)
https://hg.python.org/cpython/rev/784fea019cab
History
Date User Action Args
2016-11-09 23:57:17python-devsetrecipients: + python-dev, gvanrossum, larry, ned.deily, serhiy.storchaka, yselivanov, levkivskyi
2016-11-09 23:57:17python-devlinkissue28653 messages
2016-11-09 23:57:17python-devcreate