diff options
author | Gabriele N. Tornetta <P403n1x87@users.noreply.github.com> | 2021-07-07 11:21:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 11:21:51 (GMT) |
commit | 2f180ce2cb6e6a7e3c517495e0f4873d6aaf5f2f (patch) | |
tree | 446776f951c764ef32fbe91e80c7928be0fe54b4 /Programs/test_frozenmain.h | |
parent | 32096df0e00e692ee6dc688e62213bff0dffd573 (diff) | |
download | cpython-2f180ce2cb6e6a7e3c517495e0f4873d6aaf5f2f.zip cpython-2f180ce2cb6e6a7e3c517495e0f4873d6aaf5f2f.tar.gz cpython-2f180ce2cb6e6a7e3c517495e0f4873d6aaf5f2f.tar.bz2 |
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Diffstat (limited to 'Programs/test_frozenmain.h')
-rw-r--r-- | Programs/test_frozenmain.h | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Programs/test_frozenmain.h b/Programs/test_frozenmain.h index 22af31c..2c78991 100644 --- a/Programs/test_frozenmain.h +++ b/Programs/test_frozenmain.h @@ -21,14 +21,15 @@ unsigned char M_test_frozenmain[] = { 103,118,90,11,103,101,116,95,99,111,110,102,105,103,115,114, 2,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,218,8,60,109,111,100,117,108,101,62,1,0, - 0,0,115,16,0,0,0,8,3,8,1,8,2,12,1,12, - 1,8,1,26,7,4,249,115,18,0,0,0,8,3,8,1, - 8,2,12,1,12,1,2,7,4,1,2,249,30,7,115,86, - 0,0,0,1,11,1,11,1,11,1,11,1,25,1,25,1, - 25,1,25,1,6,7,27,1,28,1,28,1,6,7,17,19, - 22,19,27,1,28,1,28,10,27,10,39,10,41,42,50,10, - 51,1,7,12,2,1,42,1,42,5,8,5,10,11,41,21, - 24,11,41,11,41,28,34,35,38,28,39,11,41,11,41,5, - 42,5,42,5,42,1,42,1,42,114,9,0,0,0, + 110,46,112,121,218,8,60,109,111,100,117,108,101,62,114,11, + 0,0,0,1,0,0,0,115,16,0,0,0,8,3,8,1, + 8,2,12,1,12,1,8,1,26,7,4,249,115,18,0,0, + 0,8,3,8,1,8,2,12,1,12,1,2,7,4,1,2, + 249,30,7,115,86,0,0,0,1,11,1,11,1,11,1,11, + 1,25,1,25,1,25,1,25,1,6,7,27,1,28,1,28, + 1,6,7,17,19,22,19,27,1,28,1,28,10,27,10,39, + 10,41,42,50,10,51,1,7,12,2,1,42,1,42,5,8, + 5,10,11,41,21,24,11,41,11,41,28,34,35,38,28,39, + 11,41,11,41,5,42,5,42,5,42,1,42,1,42,114,9, + 0,0,0, }; |