◐ Shell
clean mode source ↗

gh-69605: In test_pyrepl.test_already_imported*, invalidate FS import caches by ambv · Pull Request #143436 · python/cpython

@ambv

ambv added a commit to ambv/cpython that referenced this pull request

Jan 5, 2026
…import caches (python#143436)

This makes the test robust against file systems with low timestamp resolution, which otherwise would fail to re-import in the tight loop of the test.

thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request

Feb 15, 2026
…import caches (python#143436)

This makes the test robust against file systems with low timestamp resolution, which otherwise would fail to re-import in the tight loop of the test.