]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 1 Oct 2024 16:05:17 +0000 (19:05 +0300)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 16:05:17 +0000 (16:05 +0000)
commit60ff67d010078eca15a74b1429caf779ac4f9c74
tree84d0243dfd4a07b55348e4f7276c4def3e8273ba
parentda1e5526aee674bb33c17a498aa3781587b9850c
gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)

For source file "path/to/file.py" it created file with incorrect path
"/absolute/path/to/path/to/file.pyc" instead of "path/to/file.pyc".
Lib/test/support/import_helper.py