]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix __init_subclass__ using self instead of class (#31135)
authorGregory Beauregard <greg@greg.red>
Sat, 5 Feb 2022 15:50:00 +0000 (07:50 -0800)
committerGitHub <noreply@github.com>
Sat, 5 Feb 2022 15:50:00 +0000 (07:50 -0800)
commit2f077b6991f59c51989b65618317297c1eb0fb95
tree2f0d7ff5dfc80c7d06d4a3673ab9930414c7eb42
parentfea7290a0ecee09bbce571d4d10f5881b7ea3485
Fix __init_subclass__ using self instead of class (#31135)
Lib/typing.py