diff options
author | Mark Shannon <mark@hotpy.org> | 2021-03-14 18:01:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 18:01:30 (GMT) |
commit | d48848c83e0f3e41b65c8f741f3fb6dbce5b9c29 (patch) | |
tree | e38da267bef90cf413e95d3b876834069f166670 /Python/importlib.h | |
parent | cd8dcbc851fcc312722cdb5544c2f25cf46b3f8a (diff) | |
download | cpython-d48848c83e0f3e41b65c8f741f3fb6dbce5b9c29.zip cpython-d48848c83e0f3e41b65c8f741f3fb6dbce5b9c29.tar.gz cpython-d48848c83e0f3e41b65c8f741f3fb6dbce5b9c29.tar.bz2 |
bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859)
Diffstat (limited to 'Python/importlib.h')
-rw-r--r-- | Python/importlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index 880343b..90cfa4c 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -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, |