]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121272: move __future__ import validation from compiler to symtable (#121273)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 2 Jul 2024 16:22:08 +0000 (17:22 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jul 2024 16:22:08 +0000 (16:22 +0000)
commit1ac273224a85126c4356e355f7445206fadde7ec
tree9555c45781daca3e8f81ba025e34b2effb92878f
parent6343486eb60ac5a9e15402a592298259c5afdee1
gh-121272: move __future__ import validation from compiler to symtable (#121273)
Python/compile.c
Python/symtable.c