]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117613: Argument Clinic: disallow defining class parameter at module level (#117950)
authorneonene <53406459+neonene@users.noreply.github.com>
Wed, 17 Apr 2024 20:43:29 +0000 (05:43 +0900)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 20:43:29 +0000 (22:43 +0200)
commitc1d7147c820545bb0a97a072fdba82154fd97ab6
tree2e73a51fc04ee0a6add03c305d83df80293d547a
parenta4b44d39cd6941cc03590fee7538776728bdfd0a
gh-117613: Argument Clinic: disallow defining class parameter at module level (#117950)
Lib/test/test_clinic.py
Tools/clinic/libclinic/dsl_parser.py