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, serhiy.storchaka, yselivanov
Date 2016-11-09.18:33:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478716405.73.0.619066388646.issue28649@psf.upfronthosting.co.za>
In-reply-to
Content
Josh, Serhiy,

I've created an issue for tracking empty slots types: #28651.

This issue is about typing.py using functools.lru_cache for internal cache That is what causing the refleaks, and inability of test_typing.py to be run in refleak hunting mode.
History
Date User Action Args
2016-11-09 18:33:25yselivanovsetrecipients: + yselivanov, gvanrossum, ned.deily, serhiy.storchaka, josh.r, levkivskyi
2016-11-09 18:33:25yselivanovsetmessageid: <1478716405.73.0.619066388646.issue28649@psf.upfronthosting.co.za>
2016-11-09 18:33:25yselivanovlinkissue28649 messages
2016-11-09 18:33:25yselivanovcreate