diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2022-07-05 14:01:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 14:01:24 (GMT) |
commit | 1bfe83a114da3939c00746fc44dc5da7f56f525f (patch) | |
tree | 8ac7429e794740f0748de56a1541df3f5357d70b /Programs | |
parent | 0615e7f9bbc0ba07f48582df7857122d3f4c82b0 (diff) | |
download | cpython-1bfe83a114da3939c00746fc44dc5da7f56f525f.zip cpython-1bfe83a114da3939c00746fc44dc5da7f56f525f.tar.gz cpython-1bfe83a114da3939c00746fc44dc5da7f56f525f.tar.bz2 |
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (GH-94552) (GH-94562)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Mark Shannon <mark@hotpy.org>
(cherry picked from commit 324d01944d16868b07df9e8eef6987766a31a36d)
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/test_frozenmain.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Programs/test_frozenmain.h b/Programs/test_frozenmain.h index eec2e0c..0b65800 100644 --- a/Programs/test_frozenmain.h +++ b/Programs/test_frozenmain.h @@ -28,15 +28,15 @@ unsigned char M_test_frozenmain[] = { 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,152,0,0,0,248,240,6,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,209,0,27,212,0,27,208,0,27,216, - 0,5,128,5,128,106,144,35,148,40,209,0,27,212,0,27, - 208,0,27,216,9,38,208,9,26,212,9,38,209,9,40,212, - 9,40,168,24,212,9,50,128,6,240,2,6,12,2,240,0, - 7,1,42,240,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,209,4,41,212,4,41,208,4, - 41,208,4,41,240,15,7,1,42,240,0,7,1,42,114,16, - 0,0,0, + 0,115,156,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,209,0,27,212,0,27, + 208,0,27,216,0,5,128,5,128,106,144,35,148,40,209,0, + 27,212,0,27,208,0,27,216,9,38,208,9,26,212,9,38, + 209,9,40,212,9,40,168,24,212,9,50,128,6,240,2,6, + 12,2,240,0,7,1,42,240,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,209,4,41,212, + 4,41,208,4,41,208,4,41,240,15,7,1,42,240,0,7, + 1,42,114,16,0,0,0, }; |