]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941) 27050/head
authorGabriele N. Tornetta <P403n1x87@users.noreply.github.com>
Wed, 7 Jul 2021 11:21:51 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Jul 2021 11:21:51 +0000 (12:21 +0100)
commit2f180ce2cb6e6a7e3c517495e0f4873d6aaf5f2f
tree446776f951c764ef32fbe91e80c7928be0fe54b4
parent32096df0e00e692ee6dc688e62213bff0dffd573
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
20 files changed:
Doc/c-api/function.rst
Include/cpython/code.h
Include/internal/pycore_code.h
Lib/ctypes/test/test_values.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_code.py
Lib/test/test_dis.py
Misc/NEWS.d/next/C API/2021-06-28-23-44-47.bpo-44530.qij7YC.rst [new file with mode: 0644]
Objects/clinic/codeobject.c.h
Objects/codeobject.c
Objects/funcobject.c
Objects/genobject.c
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c
Python/frozen_hello.h
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h
Python/marshal.c