mirror of
https://github.com/python/cpython.git
synced 2026-08-05 18:17:53 +08:00
It combines PyImport_ImportModule() and PyObject_GetAttrString() and saves 4-6 lines of code on every use. Add also _PyImport_GetModuleAttr() which takes Python strings as arguments.
Miscellaneous source files for the main Python shared library