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, serhiy.storchaka
Date 2017-12-12.21:10:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513113056.14.0.213398074469.issue32226@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2017-12-12 21:10:56levkivskyisetrecipients: + levkivskyi, gvanrossum, serhiy.storchaka
2017-12-12 21:10:56levkivskyisetmessageid: <1513113056.14.0.213398074469.issue32226@psf.upfronthosting.co.za>
2017-12-12 21:10:56levkivskyilinkissue32226 messages
2017-12-12 21:10:56levkivskyicreate