diff options
author | Mark Shannon <mark@hotpy.org> | 2021-03-14 18:01:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 18:01:30 +0000 |
commit | d48848c83e0f3e41b65c8f741f3fb6dbce5b9c29 (patch) | |
tree | e38da267bef90cf413e95d3b876834069f166670 /Python/importlib_external.h | |
parent | cd8dcbc851fcc312722cdb5544c2f25cf46b3f8a (diff) | |
download | cpython-git-d48848c83e0f3e41b65c8f741f3fb6dbce5b9c29.tar.gz |
bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859)
Diffstat (limited to 'Python/importlib_external.h')
-rw-r--r-- | Python/importlib_external.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/importlib_external.h b/Python/importlib_external.h index 108f59e263..f904589288 100644 --- a/Python/importlib_external.h +++ b/Python/importlib_external.h @@ -1173,8 +1173,8 @@ const unsigned char _Py_M__importlib_bootstrap_external[] = { 3,114,130,0,0,0,218,6,109,111,100,117,108,101,114,175, 0,0,0,114,7,0,0,0,114,7,0,0,0,114,8,0, 0,0,218,11,101,120,101,99,95,109,111,100,117,108,101,60, - 3,0,0,115,14,0,0,0,12,2,8,1,6,1,4,1, - 6,255,20,2,255,128,122,25,95,76,111,97,100,101,114,66, + 3,0,0,115,14,0,0,0,12,2,8,1,4,1,8,1, + 4,255,20,2,255,128,122,25,95,76,111,97,100,101,114,66, 97,115,105,99,115,46,101,120,101,99,95,109,111,100,117,108, 101,99,2,0,0,0,0,0,0,0,0,0,0,0,2,0, 0,0,4,0,0,0,67,0,0,0,115,12,0,0,0,116, |