diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2021-06-04 16:51:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 16:51:05 (GMT) |
commit | 17c4edc4e0692fe55e185755ea8a2f5238f3ef08 (patch) | |
tree | 563807f4bbdebbf89b2065e4807cc291c44be2b1 /Programs | |
parent | a46c220edc5cf716d0b71eb80ac29ecdb4ebb430 (diff) | |
download | cpython-17c4edc4e0692fe55e185755ea8a2f5238f3ef08.zip cpython-17c4edc4e0692fe55e185755ea8a2f5238f3ef08.tar.gz cpython-17c4edc4e0692fe55e185755ea8a2f5238f3ef08.tar.bz2 |
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673d387341e06c8d3c2bc6e259747 (GH-26530)
* Revert "bpo-43693: Compute deref offsets in compiler (gh-25152)"
This reverts commit b2bf2bc1ece673d387341e06c8d3c2bc6e259747.
* Revert "bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)"
This reverts commit 2c1e2583fdc4db6b43d163239ea42b0e8394171f.
These two commits are breaking the refleak buildbots.
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/test_frozenmain.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Programs/test_frozenmain.h b/Programs/test_frozenmain.h index 5757c15..f5140b8 100644 --- a/Programs/test_frozenmain.h +++ b/Programs/test_frozenmain.h @@ -19,9 +19,10 @@ unsigned char M_test_frozenmain[] = { 121,115,90,17,95,116,101,115,116,105,110,116,101,114,110,97, 108,99,97,112,105,218,5,112,114,105,110,116,218,4,97,114, 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,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,243,0,0,0,0, + 2,0,0,0,218,3,107,101,121,169,0,114,8,0,0,0, + 114,8,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,243,0,0,0, + 0, }; |