Victor Stinner
3bebe46d34
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Add PyImport_ImportModuleAttr() and
PyImport_ImportModuleAttrString() functions.
* Add unit tests.
* Replace _PyImport_GetModuleAttr()
with PyImport_ImportModuleAttr().
* Replace _PyImport_GetModuleAttrString()
with PyImport_ImportModuleAttrString().
* Remove "pycore_import.h" includes, no longer needed.
2025-01-30 11:17:29 +00:00
..
2025-01-20 12:40:18 +01:00
2024-06-24 17:11:47 +01:00
2025-01-30 11:17:29 +00:00
2023-07-02 15:07:46 +09:00
2025-01-20 12:40:18 +01:00
2023-07-02 15:07:46 +09:00
2023-11-10 20:49:24 +00:00
2023-07-02 15:07:46 +09:00
2025-01-30 11:17:29 +00:00
2023-07-02 15:07:46 +09:00
2023-10-17 14:30:31 +02:00
2023-07-02 15:07:46 +09:00
2023-07-02 15:07:46 +09:00
2024-12-17 12:12:45 +01:00
2023-07-02 15:07:46 +09:00