diff options
author | Brandt Bucher <brandtbucher@microsoft.com> | 2022-12-22 00:41:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 00:41:18 (GMT) |
commit | 3c033a2e6fbde56f904aeca138141be6564341cf (patch) | |
tree | 79f5e7622dbf80f187cdd06f3eaa856b90d0c42a /Programs | |
parent | bbf4a66a18cc0fa9121e1bbc90d75d10f5b3a389 (diff) | |
download | cpython-3c033a2e6fbde56f904aeca138141be6564341cf.zip cpython-3c033a2e6fbde56f904aeca138141be6564341cf.tar.gz cpython-3c033a2e6fbde56f904aeca138141be6564341cf.tar.bz2 |
GH-99554: Pack location tables more effectively (GH-99556)
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/test_frozenmain.h | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/Programs/test_frozenmain.h b/Programs/test_frozenmain.h index 96be3ce..95f78b1 100644 --- a/Programs/test_frozenmain.h +++ b/Programs/test_frozenmain.h @@ -28,15 +28,12 @@ unsigned char M_test_frozenmain[] = { 115,114,3,0,0,0,218,3,107,101,121,169,0,243,0,0, 0,0,250,18,116,101,115,116,95,102,114,111,122,101,110,109, 97,105,110,46,112,121,250,8,60,109,111,100,117,108,101,62, - 114,18,0,0,0,1,0,0,0,115,154,0,0,0,240,3, - 1,1,1,240,8,0,1,11,128,10,128,10,128,10,216,0, - 24,208,0,24,208,0,24,208,0,24,224,0,5,128,5,208, - 6,26,212,0,27,208,0,27,216,0,5,128,5,128,106,144, - 35,151,40,145,40,212,0,27,208,0,27,216,9,38,208,9, - 26,215,9,38,209,9,38,212,9,40,168,24,212,9,50,128, - 6,240,2,6,12,2,240,0,7,1,42,241,0,7,1,42, - 128,67,240,14,0,5,10,128,69,208,10,40,144,67,208,10, - 40,208,10,40,152,54,160,35,156,59,208,10,40,208,10,40, - 212,4,41,208,4,41,208,4,41,240,15,7,1,42,240,0, - 7,1,42,240,0,7,1,42,114,16,0,0,0, + 114,18,0,0,0,1,0,0,0,115,100,0,0,0,240,3, + 1,1,1,243,8,0,1,11,219,0,24,225,0,5,208,6, + 26,213,0,27,217,0,5,128,106,144,35,151,40,145,40,213, + 0,27,216,9,38,208,9,26,215,9,38,209,9,38,212,9, + 40,168,24,212,9,50,128,6,240,2,6,12,2,242,0,7, + 1,42,128,67,241,14,0,5,10,208,10,40,144,67,209,10, + 40,152,54,160,35,156,59,209,10,40,214,4,41,242,15,7, + 1,42,114,16,0,0,0, }; |