]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39316: Make sure that attribute accesses and stores, including method calls,...
authorMark Shannon <mark@hotpy.org>
Sun, 14 Mar 2021 18:01:30 +0000 (18:01 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 18:01:30 +0000 (18:01 +0000)
commitd48848c83e0f3e41b65c8f741f3fb6dbce5b9c29
treee38da267bef90cf413e95d3b876834069f166670
parentcd8dcbc851fcc312722cdb5544c2f25cf46b3f8a
bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859)
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2021-03-14-16-44-50.bpo-39316.Ns3a_F.rst [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h