Ivan Levkivskyi <levkivs...@gmail.com> added the comment:

Guido, what is your preference for the implementation of ``__class_getitem__``: 
``PyObject_GetItem`` (current one) or ``type.__getitem__`` (old one)? Can we 
just go ahead with the version you like and then re-consider if some objections 
will appear? I am asking because you are going on vacation soon and there is a 
second part of implementation -- changes in typing (and someone needs to review 
them :-)

----------

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

Reply via email to