]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Jan 2026 10:17:10 +0000 (11:17 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 10:17:10 +0000 (10:17 +0000)
commit5728089b73b099da6c2af9981845154c4df5f5d1
tree717229734d0d3556b6a5292a7c6042bbca05a9de
parentbf3ed370de0cf0f070871b48d9f0f7652acc1fc3
[3.14] gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (GH-143642) (#143647)

gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (GH-143642)

Make ready_to_import always remove tempdir from sys.path
(cherry picked from commit e7f5ffa0de2476828d78b8d39caefc38d797c206)

Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
Lib/test/support/import_helper.py