]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 4 Jan 2018 22:21:41 +0000 (00:21 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2018 22:21:41 +0000 (00:21 +0200)
commitce5b0e9db1b9698e6ffc43ae41cf3a22ca5a6ba6
treecde80dea939a4594a505c4cabc0e6f8de56d0f6a
parent87be28f4a1c5b76926c71a3d9f92503f9eb82d51
bpo-32226: Make __class_getitem__ an automatic class method. (#5098)
Lib/test/test_genericclass.py
Misc/NEWS.d/next/Core and Builtins/2018-01-04-15-06-15.bpo-32226.7cAvRG.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/abstract.c
Objects/typeobject.c