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, josh.r, levkivskyi, ned.deily, python-dev, serhiy.storchaka, yselivanov
Date 2016-11-10.15:59:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478793548.84.0.831779817338.issue28649@psf.upfronthosting.co.za>
In-reply-to
Content
Good work, Ivan!

> Those two seem to fix everything, I tried various cache sizes with both C and Python versions of lru_cache and found no refleaks.

Speaking of lru_cache: typing currently doesn't configure maxsize, which means that the cache is limited to 128 items.  Is that OK?  Should maxsize be set to None to make the cache unlimited, or, maybe, a higher number like 1024 is more appropriate?
History
Date User Action Args
2016-11-10 15:59:08yselivanovsetrecipients: + yselivanov, gvanrossum, ned.deily, python-dev, serhiy.storchaka, josh.r, levkivskyi
2016-11-10 15:59:08yselivanovsetmessageid: <1478793548.84.0.831779817338.issue28649@psf.upfronthosting.co.za>
2016-11-10 15:59:08yselivanovlinkissue28649 messages
2016-11-10 15:59:08yselivanovcreate