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 levkivskyi
Recipients gvanrossum, levkivskyi, lukasz.langa
Date 2019-05-26.18:52:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558896734.9.0.411733767258.issue37058@roundup.psfhosted.org>
In-reply-to
Content
The implementation would be basically copying some code from `typing_extension` and fixing some important known issues (such as renaming @runtime to @runtime_checkable and allowing sub-protocols of builtin protocols). Also ideally we should get rid of the metaclass `_ProtocolMeta`.
History
Date User Action Args
2019-05-26 18:52:14levkivskyisetrecipients: + levkivskyi, gvanrossum, lukasz.langa
2019-05-26 18:52:14levkivskyisetmessageid: <1558896734.9.0.411733767258.issue37058@roundup.psfhosted.org>
2019-05-26 18:52:14levkivskyilinkissue37058 messages
2019-05-26 18:52:14levkivskyicreate