mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
2
Programs/test_frozenmain.h
generated
2
Programs/test_frozenmain.h
generated
|
@ -25,6 +25,6 @@ unsigned char M_test_frozenmain[] = {
|
|||
169,0,114,7,0,0,0,114,7,0,0,0,250,18,116,101,
|
||||
115,116,95,102,114,111,122,101,110,109,97,105,110,46,112,121,
|
||||
218,8,60,109,111,100,117,108,101,62,1,0,0,0,115,16,
|
||||
0,0,0,8,0,8,1,8,2,12,1,12,1,18,1,18,
|
||||
0,0,0,8,3,8,1,8,2,12,1,12,1,18,1,18,
|
||||
1,22,1,243,0,0,0,0,
|
||||
};
|
||||
|
|
|
@ -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