]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-94997)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Fri, 12 Aug 2022 17:27:50 +0000 (10:27 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 17:27:50 +0000 (19:27 +0200)
commitb5e3ea286289fcad12be78480daf3756e350f69f
treecbe1dd02a951509837c0136cfc78d9f0f0332931
parentd2373fcb498888e3faa47747a57791f0ed82c91e
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-94997)
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