mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859)
This commit is contained in:
parent
cd8dcbc851
commit
d48848c83e
5 changed files with 70 additions and 6 deletions
6
Python/importlib.h
generated
6
Python/importlib.h
generated
|
@ -694,7 +694,7 @@ const unsigned char _Py_M__importlib_bootstrap[] = {
|
|||
218,4,106,111,105,110,41,2,114,33,0,0,0,114,62,0,
|
||||
0,0,114,5,0,0,0,114,5,0,0,0,114,6,0,0,
|
||||
0,114,53,0,0,0,123,1,0,0,115,22,0,0,0,10,
|
||||
1,10,1,4,255,10,2,18,1,10,1,8,1,4,1,6,
|
||||
1,10,1,4,255,10,2,18,1,10,1,6,1,8,1,4,
|
||||
255,22,2,255,128,122,19,77,111,100,117,108,101,83,112,101,
|
||||
99,46,95,95,114,101,112,114,95,95,99,2,0,0,0,0,
|
||||
0,0,0,0,0,0,0,3,0,0,0,8,0,0,0,67,
|
||||
|
@ -1552,8 +1552,8 @@ const unsigned char _Py_M__importlib_bootstrap[] = {
|
|||
0,114,82,0,0,0,114,5,0,0,0,114,5,0,0,0,
|
||||
114,6,0,0,0,218,14,95,102,105,110,100,95,97,110,100,
|
||||
95,108,111,97,100,253,3,0,0,115,28,0,0,0,10,2,
|
||||
14,1,8,1,24,1,14,255,16,128,8,3,4,1,2,1,
|
||||
4,255,12,2,8,2,4,1,255,128,114,227,0,0,0,114,
|
||||
14,1,8,1,24,1,14,255,16,128,8,3,2,1,6,1,
|
||||
2,255,12,2,8,2,4,1,255,128,114,227,0,0,0,114,
|
||||
25,0,0,0,99,3,0,0,0,0,0,0,0,0,0,0,
|
||||
0,3,0,0,0,4,0,0,0,67,0,0,0,115,42,0,
|
||||
0,0,116,0,124,0,124,1,124,2,131,3,1,0,124,2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue