mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
This part of the PEP implementation adds support for __mro_entries__ and __class_getitem__ by updating __build_class__ and PyObject_GetItem.
Miscellaneous source files for the main Python shared library