]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125331: Allow the parser to activate future imports on the fly (#125482)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Fri, 14 Feb 2025 04:54:56 +0000 (04:54 +0000)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2025 04:54:56 +0000 (04:54 +0000)
commit3bd3e09588bfde7edba78c55794a0e28e2d21ea5
tree5c8e9a2a012327cf789de2fc0b5ca1b52ed04462
parent05e89c34bd8389f87bd6c9462d5a06ef9e1a65ab
gh-125331: Allow the parser to activate future imports on the fly (#125482)
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