]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42613: Fix freeze.py config directory (GH-23792) (GH-23817)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Dec 2020 14:29:36 +0000 (06:29 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 14:29:36 +0000 (15:29 +0100)
commit79c535796da4a1377364910e309b97e53c3e51ef
treece11ea072a5a548fd62cc8fbd76f8307d84300b6
parent1c70d40e94741578ce28b8851fb65372ac2e7942
bpo-42613: Fix freeze.py config directory (GH-23792) (GH-23817)

Fix freeze.py tool to use the prope config and library directories.
(cherry picked from commit 1c653f17cb84d81df3a74ab0b42140d2bb68c5c4)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Tools-Demos/2020-12-16-09-10-32.bpo-42613.J-jnm5.rst [new file with mode: 0644]
Tools/freeze/freeze.py