]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113212: Improve error message & document zero-arg super inside nested functions...
authorYan Yanchii <yyanchiy@gmail.com>
Fri, 22 Dec 2023 15:12:08 +0000 (16:12 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Dec 2023 15:12:08 +0000 (17:12 +0200)
commit4a3d2419bb5b7cd862e3d909f53a2ef0a09cdcee
treed10bb72da55a999a1df66a525342d1e87f5c0731
parent237e2cff00cca49db47bcb7ea13683a4d9ad1ea5
gh-113212: Improve error message & document zero-arg super inside nested functions and generator expressions (GH-113307)
Doc/library/functions.rst
Lib/test/test_super.py
Misc/NEWS.d/next/Core and Builtins/2023-12-20-08-54-54.gh-issue-113212.62AUlw.rst [new file with mode: 0644]
Objects/typeobject.c