mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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.
This commit is contained in:
parent
eaede0ded7
commit
834498e178
3 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
|||
# Script used to test Py_FrozenMain(): see test_embed.test_frozenmain().
|
||||
# Run "make regen-test-frozenmain" if you modify this test.
|
||||
|
||||
import sys
|
||||
import _testinternalcapi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue