]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109615: Fix support test_copy_python_src_ignore() on WASM (GH-109970) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Sep 2023 15:58:20 +0000 (08:58 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 15:58:20 +0000 (15:58 +0000)
commit448a7071b12d019326604e0a7424d1f368f7d036
tree23682a4a331b700730b9e89aa93f4b035ed48aea
parentcb0f41f2320e0aba567c9185202195e6e9b7203e
[3.11] gh-109615: Fix support test_copy_python_src_ignore() on WASM (GH-109970) (#109976)

gh-109615: Fix support test_copy_python_src_ignore() on WASM (GH-109970)

Not only check if src_dir exists, but look also for Lib/os.py
landmark.
(cherry picked from commit cc54bcf17b5b5f7681f52baf3acef75b995fa1fd)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_support.py