]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Mar 2025 22:13:59 +0000 (23:13 +0100)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 22:13:59 +0000 (22:13 +0000)
commitfcf1f57d91f69b80f5a89b960c06c4180ed9f3f3
treec4dc8694b0c86bfc6852898477a7f46c16f1db86
parent22ac71dc8e9ae28331ec960b121d2d0d8282f0bb
[3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (#131063)

gh-125331: Allow the parser to activate future imports on the fly (GH-125482)
(cherry picked from commit 3bd3e09588bfde7edba78c55794a0e28e2d21ea5)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_flufl.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-29-23-30-35.gh-issue-125331.quKQ7V.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.h