mirror of
https://github.com/python/cpython.git
synced 2026-08-10 01:32:48 +08:00
* Add tests on PyImport_AddModuleRef(), PyImport_AddModule() and PyImport_AddModuleObject(). * pythonrun.c: Replace Py_XNewRef(PyImport_AddModule(name)) with PyImport_AddModuleRef(name).
Miscellaneous source files for the main Python shared library