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, josh.r, levkivskyi, ned.deily, serhiy.storchaka, yselivanov
Date 2016-11-09.19:06:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478718412.63.0.667175510713.issue28649@psf.upfronthosting.co.za>
In-reply-to
Content
Yury, Guido, I think I understand why test_typing crashes in refleak hunting mode. The test relies on caching, namely type variables are compared by id, so that if cache is cleared between those two lines, then test fails. I think we should just update those test to use a usual class in forward reference. The patch is attached.

(Patch fixes the crash in refleak hunting mode, but the refleak is still there)
History
Date User Action Args
2016-11-09 19:06:52levkivskyisetrecipients: + levkivskyi, gvanrossum, ned.deily, serhiy.storchaka, yselivanov, josh.r
2016-11-09 19:06:52levkivskyisetmessageid: <1478718412.63.0.667175510713.issue28649@psf.upfronthosting.co.za>
2016-11-09 19:06:52levkivskyilinkissue28649 messages
2016-11-09 19:06:52levkivskyicreate