diff options
author | Guido van Rossum <guido@python.org> | 2021-06-21 20:53:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 20:53:04 (GMT) |
commit | 355f5dd36a0f53175517f35798aa874564d1113a (patch) | |
tree | cfc6c7e4f009afc772d4a9e0c909d6e3499cf2e9 /Programs | |
parent | c5d700f0e2e2921c6b54c72ffb0fca3c3d1ef06b (diff) | |
download | cpython-355f5dd36a0f53175517f35798aa874564d1113a.zip cpython-355f5dd36a0f53175517f35798aa874564d1113a.tar.gz cpython-355f5dd36a0f53175517f35798aa874564d1113a.tar.bz2 |
bpo-43693: Turn localspluskinds into an object (GH-26749)
Managing it as a bare pointer to malloc'ed bytes is just too awkward in a few places.
Diffstat (limited to 'Programs')
-rw-r--r-- | Programs/test_frozenmain.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Programs/test_frozenmain.h b/Programs/test_frozenmain.h index 5757c15..6256e98 100644 --- a/Programs/test_frozenmain.h +++ b/Programs/test_frozenmain.h @@ -19,9 +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,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,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,114,9,0,0,0, }; |