mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
[3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
This commit is contained in:
parent
c5bfb88eb6
commit
a89bbde83f
6 changed files with 60 additions and 81 deletions
6
Python/importlib_external.h
generated
6
Python/importlib_external.h
generated
|
@ -977,8 +977,8 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = {
|
|||
8,0,0,0,67,0,0,0,115,54,1,0,0,124,1,100,
|
||||
1,117,0,114,29,100,2,125,1,116,0,124,2,100,3,131,
|
||||
2,114,28,122,7,124,2,160,1,124,0,161,1,125,1,87,
|
||||
0,110,38,4,0,116,2,121,27,1,0,1,0,1,0,89,
|
||||
0,110,30,119,0,110,28,116,3,160,4,124,1,161,1,125,
|
||||
0,113,57,4,0,116,2,121,27,1,0,1,0,1,0,89,
|
||||
0,113,57,119,0,110,28,116,3,160,4,124,1,161,1,125,
|
||||
1,116,5,124,1,131,1,115,57,122,9,116,6,116,3,160,
|
||||
7,161,0,124,1,131,2,125,1,87,0,110,9,4,0,116,
|
||||
8,121,56,1,0,1,0,1,0,89,0,110,1,119,0,116,
|
||||
|
@ -990,7 +990,7 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = {
|
|||
1,83,0,124,3,116,16,117,0,114,131,116,0,124,2,100,
|
||||
6,131,2,114,130,122,7,124,2,160,17,124,0,161,1,125,
|
||||
7,87,0,110,9,4,0,116,2,121,124,1,0,1,0,1,
|
||||
0,89,0,110,10,119,0,124,7,114,130,103,0,124,4,95,
|
||||
0,89,0,113,134,119,0,124,7,114,130,103,0,124,4,95,
|
||||
18,110,3,124,3,124,4,95,18,124,4,106,18,103,0,107,
|
||||
2,114,153,124,1,114,153,116,19,124,1,131,1,100,7,25,
|
||||
0,125,8,124,4,106,18,160,20,124,8,161,1,1,0,124,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue