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 flying sheep
Recipients flying sheep
Date 2015-12-09.11:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449662252.92.0.779493267097.issue25830@psf.upfronthosting.co.za>
In-reply-to
Content
_TypeAlias claims in its docstring that “It can be used in instance and subclass checks”, yet promptly contradicts itself if you try it: “Type aliases cannot be used with isinstance().”

it would be useful to either document (and therefore bless) type_impl, or make it actually work with isinstance (probably by delegating to type_impl)
History
Date User Action Args
2015-12-09 11:57:32flying sheepsetrecipients: + flying sheep
2015-12-09 11:57:32flying sheepsetmessageid: <1449662252.92.0.779493267097.issue25830@psf.upfronthosting.co.za>
2015-12-09 11:57:32flying sheeplinkissue25830 messages
2015-12-09 11:57:32flying sheepcreate