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 serhiy.storchaka
Recipients gvanrossum, levkivskyi, serhiy.storchaka
Date 2017-12-12.08:21:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513066914.19.0.213398074469.issue32226@psf.upfronthosting.co.za>
In-reply-to
Content
As for __class_getitem__, why not implement type.__getitem__ instead of hacking PyObject_GetItem()?
History
Date User Action Args
2017-12-12 08:21:54serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, levkivskyi
2017-12-12 08:21:54serhiy.storchakasetmessageid: <1513066914.19.0.213398074469.issue32226@psf.upfronthosting.co.za>
2017-12-12 08:21:54serhiy.storchakalinkissue32226 messages
2017-12-12 08:21:54serhiy.storchakacreate