diff options
author | Zackery Spytz <zspytz@gmail.com> | 2018-04-15 16:12:29 -0600 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-04-16 01:12:29 +0300 |
commit | f303639e3ac96cfe6c1438f1c594226941f46216 (patch) | |
tree | c66297b58547aafe7df7333bdb183ef48eb2778a /Python/importlib.h | |
parent | afbbac12a517818a1efa88f7bea18e82b68a79d4 (diff) | |
download | cpython-git-f303639e3ac96cfe6c1438f1c594226941f46216.tar.gz |
bpo-33270: Intern names for all anonymous code objects (#6472)
Diffstat (limited to 'Python/importlib.h')
-rw-r--r-- | Python/importlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index 032ad45f96..3120faf5b7 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -561,7 +561,7 @@ const unsigned char _Py_M__importlib[] = { 1,100,0,107,9,86,0,1,0,113,2,100,0,83,0,41, 1,78,114,10,0,0,0,41,2,90,2,46,48,90,3,97, 114,103,114,10,0,0,0,114,10,0,0,0,114,11,0,0, - 0,250,9,60,103,101,110,101,120,112,114,62,65,1,0,0, + 0,218,9,60,103,101,110,101,120,112,114,62,65,1,0,0, 115,2,0,0,0,4,0,122,45,95,105,110,115,116,97,108, 108,101,100,95,115,97,102,101,108,121,46,95,95,101,120,105, 116,95,95,46,60,108,111,99,97,108,115,62,46,60,103,101, |