diff options
author | Brandt Bucher <brandt@python.org> | 2021-11-11 21:52:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 21:52:43 (GMT) |
commit | a89bbde83fe7f8cc347341e7ec57cda3ba312530 (patch) | |
tree | 893064e56728e4531f5ac23f918618882c67b995 /Python/importlib_zipimport.h | |
parent | c5bfb88eb6f82111bb1603ae9d78d0476b552d66 (diff) | |
download | cpython-a89bbde83fe7f8cc347341e7ec57cda3ba312530.zip cpython-a89bbde83fe7f8cc347341e7ec57cda3ba312530.tar.gz cpython-a89bbde83fe7f8cc347341e7ec57cda3ba312530.tar.bz2 |
[3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
Diffstat (limited to 'Python/importlib_zipimport.h')
-rw-r--r-- | Python/importlib_zipimport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/importlib_zipimport.h b/Python/importlib_zipimport.h index bb870c3..07c9dd5 100644 --- a/Python/importlib_zipimport.h +++ b/Python/importlib_zipimport.h @@ -1004,9 +1004,9 @@ const unsigned char _Py_M__zipimport[] = { 1,0,1,0,89,0,113,9,119,0,124,8,100,4,25,0, 125,9,116,8,124,0,106,4,124,8,131,2,125,10,100,0, 125,11,124,5,114,91,122,10,116,9,124,0,124,9,124,7, - 124,1,124,10,131,5,125,11,87,0,110,25,4,0,116,10, + 124,1,124,10,131,5,125,11,87,0,113,96,4,0,116,10, 121,90,1,0,125,12,1,0,122,8,124,12,125,3,87,0, - 89,0,100,0,125,12,126,12,110,10,100,0,125,12,126,12, + 89,0,100,0,125,12,126,12,113,96,100,0,125,12,126,12, 119,1,119,0,116,11,124,9,124,10,131,2,125,11,124,11, 100,0,117,0,114,101,113,9,124,8,100,4,25,0,125,9, 124,11,124,6,124,9,102,3,2,0,1,0,83,0,124,3, |