mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.10] bpo-46724: Use JUMP_ABSOLUTE
for all backward jumps. (GH-31326) (GH-31354)
This commit is contained in:
parent
3d407b9311
commit
d4e4ef107a
6 changed files with 47 additions and 14 deletions
|
@ -130,7 +130,7 @@ const unsigned char _Py_M__zipimport[] = {
|
|||
3,141,2,130,1,124,5,125,1,124,3,160,13,124,6,161,
|
||||
1,1,0,89,0,110,15,119,0,124,4,106,14,100,6,64,
|
||||
0,100,7,107,3,114,89,116,4,100,5,124,1,100,3,141,
|
||||
2,130,1,113,91,113,33,122,6,116,15,124,1,25,0,125,
|
||||
2,130,1,110,1,113,33,122,6,116,15,124,1,25,0,125,
|
||||
7,87,0,110,17,4,0,116,16,121,114,1,0,1,0,1,
|
||||
0,116,17,124,1,131,1,125,7,124,7,116,15,124,1,60,
|
||||
0,89,0,110,1,119,0,124,7,124,0,95,18,124,1,124,
|
||||
|
@ -653,7 +653,7 @@ const unsigned char _Py_M__zipimport[] = {
|
|||
100,2,141,2,130,1,119,0,9,0,124,1,160,7,100,16,
|
||||
161,1,125,3,116,8,124,3,131,1,100,5,107,0,144,1,
|
||||
114,55,116,14,100,17,131,1,130,1,124,3,100,0,100,5,
|
||||
133,2,25,0,100,18,107,3,144,1,114,66,144,2,113,85,
|
||||
133,2,25,0,100,18,107,3,144,1,114,66,144,1,110,19,
|
||||
116,8,124,3,131,1,100,16,107,3,144,1,114,77,116,14,
|
||||
100,17,131,1,130,1,116,15,124,3,100,19,100,20,133,2,
|
||||
25,0,131,1,125,13,116,15,124,3,100,20,100,9,133,2,
|
||||
|
@ -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,113,96,4,0,116,10,
|
||||
124,1,124,10,131,5,125,11,87,0,110,25,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,113,96,100,0,125,12,126,12,
|
||||
89,0,100,0,125,12,126,12,110,10,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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue