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 /Python/frozen_hello.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 'Python/frozen_hello.h')
-rw-r--r-- | Python/frozen_hello.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Python/frozen_hello.h b/Python/frozen_hello.h index 967dd05..1e15063 100644 --- a/Python/frozen_hello.h +++ b/Python/frozen_hello.h @@ -5,8 +5,7 @@ const unsigned char _Py_M__hello[] = { 100,1,131,1,1,0,100,2,83,0,41,3,84,122,12,72, 101,108,108,111,32,119,111,114,108,100,33,78,41,2,90,11, 105,110,105,116,105,97,108,105,122,101,100,218,5,112,114,105, - 110,116,169,0,114,1,0,0,0,114,1,0,0,0,122,14, - 60,102,114,111,122,101,110,32,104,101,108,108,111,62,218,8, - 60,109,111,100,117,108,101,62,1,0,0,0,115,4,0,0, - 0,4,0,12,1,243,0,0,0,0, + 110,116,169,0,122,14,60,102,114,111,122,101,110,32,104,101, + 108,108,111,62,218,8,60,109,111,100,117,108,101,62,1,0, + 0,0,115,4,0,0,0,4,0,12,1,243,0,0,0,0, }; |