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
..
2024-11-05 15:18:46 +05:30
2025-01-09 11:10:28 +01:00
2025-01-06 13:28:50 +01:00
2024-09-10 15:05:28 +02:00
2024-08-04 00:55:47 +03:00
2024-09-06 16:08:17 +02:00
2024-07-09 18:47:35 +03:00
2024-10-08 07:52:12 +00:00
2024-11-26 17:57:39 +02:00
2024-10-16 13:53:21 +02:00
2024-11-01 22:04:31 +00:00
2024-09-01 05:59:42 +01:00
2024-07-01 17:36:27 -07:00
2024-12-04 14:13:52 +01:00
2024-02-11 12:23:30 +02:00
2024-07-19 08:06:02 +00:00
2024-12-11 17:28:44 +01:00
2024-02-10 15:59:23 -07:00
2024-08-30 15:42:27 +00:00
2025-01-30 11:17:29 +00:00
2024-05-04 08:23:50 +00:00
2025-01-20 15:46:45 +01:00
2025-01-19 22:47:05 +01:00
2024-02-11 12:23:30 +02:00
2024-08-08 00:47:15 +02:00
2024-07-16 10:16:41 +09:00
2025-01-27 10:51:16 +00:00
2024-11-15 13:48:57 +01:00
2024-09-13 15:15:44 +00:00
2024-01-29 11:56:11 +02:00
2024-10-09 10:53:57 +00:00
2024-12-19 16:59:51 +00:00
2024-07-19 08:06:02 +00:00
2025-01-28 19:32:27 +00:00
2024-09-17 16:02:14 +03:00
2024-06-02 04:44:29 +00:00
2024-12-16 14:56:04 +01:00
2024-07-10 13:56:44 +03:00
2024-12-03 13:30:27 +01:00
2024-09-05 14:14:05 +02:00
2025-01-14 13:52:58 +02:00
2024-09-23 14:28:17 +01:00
2024-10-07 19:52:34 +02:00
2024-11-30 15:01:15 +00:00
2024-12-26 20:09:44 +05:30
2025-01-20 16:54:29 +01:00
2024-02-12 18:13:10 +01:00
2025-01-20 17:45:08 +01:00
2024-12-19 16:17:15 +01:00