mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00: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