Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32226: Make __class_getitem__ an automatic class method. (#5098) | Serhiy Storchaka | 2018-01-04 | 1 | -2/+11 |
| | |||||
* | Add tests for using PEP560 with classes implemented in C. (#4883) | Serhiy Storchaka | 2017-12-16 | 1 | -0/+18 |
| | | | Based on tests from #4878 | ||||
* | bpo-32226: Implementation of PEP 560 (core components) (#4732) | Ivan Levkivskyi | 2017-12-14 | 1 | -0/+252 |
This part of the PEP implementation adds support for __mro_entries__ and __class_getitem__ by updating __build_class__ and PyObject_GetItem. |