COMMITS
/ Lib/test/test_genericclass.py April 3, 2024
E
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
Erlend E. Aasland committed
October 16, 2023
A
Enable ruff on several more files in `Lib/test` (#110929)
Alex Waygood committed
May 2, 2022
S
gh-92114: Improve error message for types with __class_getitem__ = None (GH-92115)
Serhiy Storchaka committed
April 22, 2019
W
bpo-36679: Rename duplicate test_class_getitem function (GH-12892)
Windson yang committed
February 17, 2019
I
bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857)
Ivan Levkivskyi committed
January 4, 2018
S
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Serhiy Storchaka committed
December 16, 2017
S
Add tests for using PEP560 with classes implemented in C. (#4883)
Serhiy Storchaka committed
December 14, 2017
I
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi committed