]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44131: Fix Makefile for test_frozenmain (GH-26203)
authorVictor Stinner <vstinner@python.org>
Tue, 18 May 2021 06:40:37 +0000 (08:40 +0200)
committerGitHub <noreply@github.com>
Tue, 18 May 2021 06:40:37 +0000 (08:40 +0200)
commit834498e178684a7e2da49b4efe1adea33e0026b0
treec3ef0398d242eb4565e0e04b3d6806e20a5df631
parenteaede0ded72e67cee4a91c086847d54cb64ca74c
bpo-44131: Fix Makefile for test_frozenmain (GH-26203)

Remove Programs/test_frozenmain.h Makefile target: it ran make
in parallel which caused build errors on LTO+PGO builds.
Makefile.pre.in
Programs/test_frozenmain.h
Programs/test_frozenmain.py