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 levkivskyi
Recipients gvanrossum, larry, levkivskyi, ned.deily, python-dev, serhiy.storchaka, yselivanov
Date 2016-11-10.00:26:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478737612.22.0.977666173745.issue28653@psf.upfronthosting.co.za>
In-reply-to
Content
> Wow. I can reproduce refleaks in test_typing, but not in test_functools. This is weird.

Indeed, I copied the new test from test_functools to test_typing, but now I see that pure Python version of lru_cache fails even if I remove this test and test that was previously failing with C version (test_extended_generic_rules_eq).

> Not so sure, a refleak in pure-python version kind of scares me.  It can be a bug in the core.

Indeed. Now we need to figure out what it so special about typing that triggers the leak.
History
Date User Action Args
2016-11-10 00:26:52levkivskyisetrecipients: + levkivskyi, gvanrossum, larry, ned.deily, python-dev, serhiy.storchaka, yselivanov
2016-11-10 00:26:52levkivskyisetmessageid: <1478737612.22.0.977666173745.issue28653@psf.upfronthosting.co.za>
2016-11-10 00:26:52levkivskyilinkissue28653 messages
2016-11-10 00:26:52levkivskyicreate