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 Arfrever, abarry, josh.r, levkivskyi, llllllllll, mark.dickinson, martin.panter, python-dev, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, taleinat, yselivanov
Date 2016-11-09.18:05:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478714723.29.0.900120060016.issue24379@psf.upfronthosting.co.za>
In-reply-to
Content
Even more reduced test case:

    def test_refleak(self):
        T = typing.TypeVar('T')
        typing.Generic[T]
History
Date User Action Args
2016-11-09 20:52:40yselivanovunlinkissue24379 messages
2016-11-09 18:05:23yselivanovsetrecipients: + yselivanov, rhettinger, mark.dickinson, taleinat, Arfrever, steven.daprano, r.david.murray, python-dev, martin.panter, serhiy.storchaka, josh.r, llllllllll, levkivskyi, abarry
2016-11-09 18:05:23yselivanovsetmessageid: <1478714723.29.0.900120060016.issue24379@psf.upfronthosting.co.za>
2016-11-09 18:05:23yselivanovlinkissue24379 messages
2016-11-09 18:05:23yselivanovcreate