mirror of
https://github.com/python/cpython.git
synced 2026-06-23 11:33:30 -04:00
d95ba9fa11
* Add Modules/_testlimitedcapi/import.c * Add Lib/test/test_capi/test_import.py * Remove _testcapi.check_pyimport_addmodule(): tests already covered by newly added tests. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>