cpython/Modules/_testlimitedcapi
Victor Stinner d95ba9fa11
gh-128911: Add tests on the PyImport C API (#128915)
* 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>
2025-01-17 17:52:18 +00:00
..
clinic gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) 2025-01-09 11:10:28 +01:00
abstract.c
bytearray.c
bytes.c
codec.c gh-111495: Add tests for PyCodec_* C API (#123343) 2024-09-29 15:22:39 +00:00
complex.c
dict.c
eval.c
float.c
heaptype_relative.c
import.c gh-128911: Add tests on the PyImport C API (#128915) 2025-01-17 17:52:18 +00:00
list.c
long.c
object.c
parts.h gh-128911: Add tests on the PyImport C API (#128915) 2025-01-17 17:52:18 +00:00
pyos.c
set.c
sys.c
testcapi_long.h
tuple.c
unicode.c gh-124502: Add PyUnicode_Equal() function (#124504) 2024-10-07 21:24:53 +00:00
util.h
vectorcall_limited.c
version.c gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) 2025-01-09 11:10:28 +01:00