]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142666: Remove unused variable package in import logic (GH-142667)
authorYongtao Huang <yongtaoh2022@gmail.com>
Sun, 14 Dec 2025 09:39:45 +0000 (17:39 +0800)
committerGitHub <noreply@github.com>
Sun, 14 Dec 2025 09:39:45 +0000 (11:39 +0200)
commite90e6d155a58c2bf442e69ee66aef32c668f4a42
tree6e7eaff466b215c15e03a71d516963af2173a0e2
parenta154c9ed4e8efff75e7a683f217d728f108b73dd
gh-142666: Remove unused variable package in import logic (GH-142667)

The variable was previously used, but became unused after 133138a284b.

Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Python/import.c