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 yselivanov
Recipients gvanrossum, levkivskyi, ned.deily, serhiy.storchaka, yselivanov
Date 2016-11-09.18:13:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478715219.27.0.158230859329.issue28649@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that functools.lru_cache is used in _tp_cache.  If I remove type caching, the original "refleak" is fixed.
History
Date User Action Args
2016-11-09 18:13:39yselivanovsetrecipients: + yselivanov, gvanrossum, ned.deily, serhiy.storchaka, levkivskyi
2016-11-09 18:13:39yselivanovsetmessageid: <1478715219.27.0.158230859329.issue28649@psf.upfronthosting.co.za>
2016-11-09 18:13:39yselivanovlinkissue28649 messages
2016-11-09 18:13:39yselivanovcreate