diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2021-06-07 18:22:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 18:22:26 (GMT) |
commit | 2ab27c4af4ddf7528e1375e77c787c7fbb09b5e6 (patch) | |
tree | d3983e5282f575560cb7449fae4785447fdfff14 /Programs/test_frozenmain.h | |
parent | 001eb520b5757294dc455c900d94b7b153de6cdd (diff) | |
download | cpython-2ab27c4af4ddf7528e1375e77c787c7fbb09b5e6.zip cpython-2ab27c4af4ddf7528e1375e77c787c7fbb09b5e6.tar.gz cpython-2ab27c4af4ddf7528e1375e77c787c7fbb09b5e6.tar.bz2 |
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
These were reverted in gh-26530 (commit 17c4edc) due to refleaks.
* 2c1e258 - Compute deref offsets in compiler (gh-25152)
* b2bf2bc - Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)
This change fixes the refleaks.
https://bugs.python.org/issue43693
Diffstat (limited to 'Programs/test_frozenmain.h')
-rw-r--r-- | Programs/test_frozenmain.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Programs/test_frozenmain.h b/Programs/test_frozenmain.h index f5140b8..5757c15 100644 --- a/Programs/test_frozenmain.h +++ b/Programs/test_frozenmain.h @@ -19,10 +19,9 @@ 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,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, + 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, }; |