diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-09-11 04:02:39 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-09-11 04:02:39 (GMT) |
commit | b6855150397a86da84c30d1144075d4609b339be (patch) | |
tree | 4a951462295e339535e03bb26967ee5583fcd9ea /Python/importlib_external.h | |
parent | 508a81e0944a8332936273810f14c9bdcd9d434f (diff) | |
download | cpython-b6855150397a86da84c30d1144075d4609b339be.zip cpython-b6855150397a86da84c30d1144075d4609b339be.tar.gz cpython-b6855150397a86da84c30d1144075d4609b339be.tar.bz2 |
compute stack effect of BUILD_MAP correctly (closes #25060)
Diffstat (limited to 'Python/importlib_external.h')
-rw-r--r-- | Python/importlib_external.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importlib_external.h b/Python/importlib_external.h index aea434c..48d6be5 100644 --- a/Python/importlib_external.h +++ b/Python/importlib_external.h @@ -1395,7 +1395,7 @@ const unsigned char _Py_M__importlib_external[] = { 32,83,111,117,114,99,101,76,111,97,100,101,114,32,117,115, 105,110,103,32,116,104,101,32,102,105,108,101,32,115,121,115, 116,101,109,46,99,2,0,0,0,0,0,0,0,3,0,0, - 0,5,0,0,0,67,0,0,0,115,34,0,0,0,116,0, + 0,4,0,0,0,67,0,0,0,115,34,0,0,0,116,0, 0,124,1,0,131,1,0,125,2,0,100,1,0,124,2,0, 106,1,0,100,2,0,124,2,0,106,2,0,105,2,0,83, 41,3,122,33,82,101,116,117,114,110,32,116,104,101,32,109, |