mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Add import_find_and_load() helper function. The addition of the importtime option has made PyImport_ImportModuleLevelObject() large and so using a helper seems worthwhile. It also makes it clearer that abs_name is the only argument needed by _find_and_load().
Miscellaneous source files for the main Python shared library