]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, 8) ...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Fri, 12 Aug 2022 19:03:44 +0000 (12:03 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 19:03:44 +0000 (12:03 -0700)
commita92c2d6eb55a64881b978cfc4b531dad3d14984b
treed91845c151b6c992773082d749e08727b7def465
parent44bf05ed0cea7f9ddc0713daed38d9bb2f35c981
[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-95935)

(cherry picked from commit https://github.com/python/cpython/commit/b5e3ea286289fcad12be78480daf3756e350f69f)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Automerge-Triggered-By: GH:lysnikolaou
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