diff options
author | Victor Stinner <vstinner@python.org> | 2025-02-05 11:03:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-05 11:03:58 +0100 |
commit | dc804ffb2f7cfaf60916b36f3d5cac9c00e4f1ea (patch) | |
tree | 3eb3cce29397c318c1eba574c0cb41efe3b2f37e /Lib/test/test_struct.py | |
parent | fb5d1c923677e7982360bad934d70cf9ad3366ca (diff) | |
download | cpython-dc804ffb2f7cfaf60916b36f3d5cac9c00e4f1ea.tar.gz cpython-dc804ffb2f7cfaf60916b36f3d5cac9c00e4f1ea.zip |
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
* Replace PyImport_ImportModule() + PyObject_GetAttr() with
PyImport_ImportModuleAttr().
* Replace PyImport_ImportModule() + PyObject_GetAttrString() with
PyImport_ImportModuleAttrString().
Diffstat (limited to 'Lib/test/test_struct.py')
0 files changed, 0 insertions, 0 deletions