]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45402: Fix test_tools.test_sundry() (GH-28786)
authorVictor Stinner <vstinner@python.org>
Thu, 7 Oct 2021 19:19:13 +0000 (21:19 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 19:19:13 +0000 (21:19 +0200)
commitff8859d965815e8b5af346bd90299cfa5568c855
tree7a69ac5bc1af96f02278975da2dfbca2d4a01756
parent32485cecab0111a858055b7a60df3b9903b162e3
bpo-45402: Fix test_tools.test_sundry() (GH-28786)

Fix test_tools.test_sundry() when Python is built out of tree: fix
how the freeze_modules.py tool locates the _freeze_module program.
Misc/NEWS.d/next/Tests/2021-10-07-13-43-01.bpo-45402.jlQvep.rst [new file with mode: 0644]
Tools/scripts/freeze_modules.py