]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139227: Remove unused _PyRuntime.imports.pkgcontext (#151490)
authorVictor Stinner <vstinner@python.org>
Mon, 15 Jun 2026 10:23:04 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2026 10:23:04 +0000 (10:23 +0000)
commit552ce57e33ccb83c9e31cba1075f60c9364612a2
tree04014737fe54041e88c41c566f9225c9f987a535
parent0ec7c9d17e0eab5bad60796cad8dcf3632f571df
gh-139227: Remove unused _PyRuntime.imports.pkgcontext (#151490)

The global variable has been replaced by a new thread local variable
"pkgcontext" in Python/import.c.
Include/internal/pycore_interp_structs.h
Python/import.c