mirror of
https://github.com/python/cpython.git
synced 2026-07-20 17:08:16 -04:00
4bacb0ccef
gh-151626: Fix tests that fail when PYTHONPYCACHEPREFIX is set (GH-151952)
Fix tests in test_compileall, test_import, test_importlib, test_py_compile, and test_inspect to neutralize PYTHONPYCACHEPREFIX
(cherry picked from commit 564c58c718)
Co-authored-by: Jiucheng(Oliver) <git.jiucheng@gmail.com>