]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (GH-26677)
authorBatuhan Taskaya <batuhan@python.org>
Wed, 30 Jun 2021 22:53:36 +0000 (01:53 +0300)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 22:53:36 +0000 (23:53 +0100)
commit1b28187a0e3e914ee48de8032cbba0a965dd5563
treeebdccc08b86369b90e61eb1066a8af68694589c0
parent66c53b48e1f5c841d9f48e51ce7bf1a74b75b629
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (GH-26677)
Include/internal/pycore_symtable.h
Lib/importlib/_bootstrap_external.py
Lib/test/test_compile.py
Misc/NEWS.d/next/Core and Builtins/2021-06-10-16-10-39.bpo-44313.34RjI8.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/compile.c
Python/importlib_external.h
Python/importlib_zipimport.h
Python/symtable.c