]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-94997)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Aug 2022 17:53:09 +0000 (10:53 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 17:53:09 +0000 (10:53 -0700)
commit4abf84602f81da6719f761140dc909828350b45c
tree980f827de12184870268ed66bf4231e3704ba211
parent7fdda1a47fe6f83a76248a9f142de67a347c137b
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-94997)

(cherry picked from commit b5e3ea286289fcad12be78480daf3756e350f69f)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Grammar/python.gram
Lib/test/test_ast.py
Lib/test/test_type_comments.py
Misc/NEWS.d/next/Core and Builtins/2022-07-19-04-34-56.gh-issue-94996.dV564A.rst [new file with mode: 0644]
Parser/parser.c