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 Ilya.Kulakov
Recipients Ilya.Kulakov
Date 2017-11-28.22:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511909570.66.0.213398074469.issue32162@psf.upfronthosting.co.za>
In-reply-to
Content
Current workaround is

    class X(typing.Generic[T] if typing.TYPE_CHECKING else object):
History
Date User Action Args
2017-11-28 22:52:50Ilya.Kulakovsetrecipients: + Ilya.Kulakov
2017-11-28 22:52:50Ilya.Kulakovsetmessageid: <1511909570.66.0.213398074469.issue32162@psf.upfronthosting.co.za>
2017-11-28 22:52:50Ilya.Kulakovlinkissue32162 messages
2017-11-28 22:52:50Ilya.Kulakovcreate