]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:14:46 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 10:14:46 +0000 (10:14 +0000)
commit7c99a42d102c452b8e38bb4969fe81de18855d29
tree171f2a480b3d0cf3a4f52edc155d03cb16ba9efd
parentd12d7a9c09d94b57a1e9ec51cd64e627e6b865a8
[3.13] gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (GH-143642) (#143648)

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