]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Tue, 19 Jul 2022 06:24:48 +0000 (23:24 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 06:24:48 +0000 (07:24 +0100)
commit906b345dddb4cc5f72a11a10c4e3f1f7712919c0
tree18e8f4115c9e5c9560ca5a23d524ef842534ce5c
parent96e15167b0a902db206f0868f081b3d73e4e18fc
[3.10] gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH-94950) (#94990)

(cherry picked from commit 0daba822212cd5d6c63384a27f390f0945330c2b)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Grammar/python.gram
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2022-07-18-05-10-29.gh-issue-94949.OsZ7_s.rst [new file with mode: 0644]
Parser/parser.c