Jelle Zijlstra <jelle.zijls...@gmail.com> added the comment:

A NamedTuple that is also a Protocol doesn't make sense to me, since a 
NamedTuple is a concrete (nominal) type and a Protocol cannot inherit from a 
concrete type. If you want something like that to happen, it's better to open 
an issue on https://github.com/python/typing first, so this issue can stay 
focused on support for Generic + NamedTuple.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43923>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to