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.19:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478718628.66.0.549035719501.issue28649@psf.upfronthosting.co.za>
In-reply-to
Content
> Does that patch fix the refleak completely or only partially?

I tried to empty the cache in test_typing.BaseTestCase.setUp and tearDown; this doesn't fix all refleaks.

Do we have some other caches in typing.py?
History
Date User Action Args
2016-11-09 19:10:28yselivanovsetrecipients: + yselivanov, gvanrossum, ned.deily, serhiy.storchaka, josh.r, levkivskyi
2016-11-09 19:10:28yselivanovsetmessageid: <1478718628.66.0.549035719501.issue28649@psf.upfronthosting.co.za>
2016-11-09 19:10:28yselivanovlinkissue28649 messages
2016-11-09 19:10:28yselivanovcreate