]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118216: Don't consider dotted `__future__` imports (#118267)
authorCrowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>
Thu, 2 May 2024 13:32:20 +0000 (21:32 +0800)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 13:32:20 +0000 (06:32 -0700)
commit7c97dc8c9594c71bd3d1f69758a27de45f57e4c3
tree480d75833e594394bccb168b6b8d86c131d0d65a
parent67bba9dd0f5b9c2d24c2bc6d239c4502040484af
gh-118216: Don't consider dotted `__future__` imports (#118267)
Doc/whatsnew/3.13.rst
Lib/test/test_future_stmt/test_future.py
Misc/NEWS.d/next/Core and Builtins/2024-04-25-11-48-28.gh-issue-118216.SVg700.rst [new file with mode: 0644]
Python/compile.c
Python/future.c