]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 9 Jul 2023 12:27:03 +0000 (15:27 +0300)
committerGitHub <noreply@github.com>
Sun, 9 Jul 2023 12:27:03 +0000 (15:27 +0300)
commit93d292c2b3f8e85ef562c37f59678c639b9b8fcb
tree17f1ff429d63ab4c900d2fd2a3bcf143e53e760f
parentd137c2cae28b79555433079d917c3e0614bdcd61
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)

It simplifies and speed up the code.
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Objects/funcobject.c
Python/ceval.c