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 gvanrossum
Recipients Martí Congost Tapias, gvanrossum, xiang.zhang
Date 2015-10-13.15:54:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444751676.87.0.766747617334.issue25390@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed. The failure is because Pattern is _TypeAlias, which is not a type. But it should be allowed. I'll think of something. (Does mypy accept this?)
History
Date User Action Args
2015-10-13 15:54:36gvanrossumsetrecipients: + gvanrossum, xiang.zhang, Martí Congost Tapias
2015-10-13 15:54:36gvanrossumsetmessageid: <1444751676.87.0.766747617334.issue25390@psf.upfronthosting.co.za>
2015-10-13 15:54:36gvanrossumlinkissue25390 messages
2015-10-13 15:54:36gvanrossumcreate