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 BTaskaya
Recipients BTaskaya, gvanrossum, lukasz.langa
Date 2020-04-07.20:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586291746.04.0.671745261256.issue39481@roundup.psfhosted.org>
In-reply-to
Content
@gvanrossum is new types going to support generic alias protocol or this subset will be kept? Like typeshed uses os.DirEntry as a generic, but in reality it is not. (https://github.com/python/cpython/pull/17561)
History
Date User Action Args
2020-04-07 20:35:46BTaskayasetrecipients: + BTaskaya, gvanrossum, lukasz.langa
2020-04-07 20:35:46BTaskayasetmessageid: <1586291746.04.0.671745261256.issue39481@roundup.psfhosted.org>
2020-04-07 20:35:46BTaskayalinkissue39481 messages
2020-04-07 20:35:45BTaskayacreate