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 levkivskyi, orenbenkiki
Date 2017-06-02.17:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496425499.32.0.712710222444.issue30505@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for reporting!

The runtime implementation of protocol classes will be thoroughly reworked as a part of PEP 544, see also https://github.com/python/typing/pull/417 for a proof of concept runtime implementation.

Also, there is another ongoing discussion https://github.com/python/typing/issues/432 about a global refactoring of typing module that will significantly improve performance.

Therefore, I would wait with any large PRs until these two stories are settled. If you still want to propose a small PR, you can do this at the upstream typing repo https://github.com/python/typing
History
Date User Action Args
2017-06-02 17:44:59levkivskyisetrecipients: + levkivskyi, orenbenkiki
2017-06-02 17:44:59levkivskyisetmessageid: <1496425499.32.0.712710222444.issue30505@psf.upfronthosting.co.za>
2017-06-02 17:44:59levkivskyilinkissue30505 messages
2017-06-02 17:44:59levkivskyicreate