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-09.23:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478732511.2.0.093534878561.issue28649@psf.upfronthosting.co.za>
In-reply-to
Content
Ivan, this is the part of the test that leaks:

    def test_extended_generic_rules_eq(self):
        T = TypeVar('T')
        U = TypeVar('U')
        with self.assertRaises(TypeError):
            Callable[[T], U][[], int]
History
Date User Action Args
2016-11-09 23:01:51yselivanovsetrecipients: + yselivanov, gvanrossum, ned.deily, python-dev, serhiy.storchaka, josh.r, levkivskyi
2016-11-09 23:01:51yselivanovsetmessageid: <1478732511.2.0.093534878561.issue28649@psf.upfronthosting.co.za>
2016-11-09 23:01:51yselivanovlinkissue28649 messages
2016-11-09 23:01:51yselivanovcreate