mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +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
8
Python/importlib_external.h
generated
8
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,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,
|
||||
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,
|
||||
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,
|
||||
|
|
@ -986,11 +986,11 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = {
|
|||
5,124,4,95,11,124,2,100,1,117,0,114,99,116,12,131,
|
||||
0,68,0,93,21,92,2,125,5,125,6,124,1,160,13,116,
|
||||
14,124,6,131,1,161,1,114,96,124,5,124,0,124,1,131,
|
||||
2,125,2,124,2,124,4,95,15,1,0,113,99,113,75,100,
|
||||
2,125,2,124,2,124,4,95,15,1,0,110,3,113,75,100,
|
||||
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,113,134,119,0,124,7,114,130,103,0,124,4,95,
|
||||
0,89,0,110,10,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