]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110209: Add __class_getitem__ for generator and coroutine (#110212)
authorJames Hilton-Balfe <gobot1234yt@gmail.com>
Tue, 7 May 2024 01:41:32 +0000 (02:41 +0100)
committerGitHub <noreply@github.com>
Tue, 7 May 2024 01:41:32 +0000 (18:41 -0700)
commite7dafdc2240a8e4e45f53782c47120eb3fe37712
tree6ff7070c1f48907643b1354b2726d4c268befa15
parentb4bdf83cc67434235d9630c92c84a5261992b235
gh-110209: Add __class_getitem__ for generator and coroutine (#110212)
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Library/2023-10-02-10-35-58.gh-issue-110209.b5zfIz.rst [new file with mode: 0644]
Objects/genobject.c