commit | 2b5fd1e9ca9318673989e6ccac2c8acadc3809cd | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Thu Dec 14 23:32:56 2017 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 14 23:32:56 2017 +0100 |
tree | 5aa372f821be82c0d17265700364a5c4643d1cd4 | |
parent | 15a8728415e765f57e37f431f09e5c5821a04063 [diff] |
bpo-32226: Implementation of PEP 560 (core components) (#4732) This part of the PEP implementation adds support for __mro_entries__ and __class_getitem__ by updating __build_class__ and PyObject_GetItem.