cpython/Modules/_testlimitedcapi
Victor Stinner 039d20ae54
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Split abstract.c and float.c tests of _testcapi into two parts:
limited C API tests in _testlimitedcapi and non-limited C API tests
in _testcapi.

Update test_bytes and test_class.
2024-03-19 10:44:13 +00:00
..
clinic
abstract.c gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986) 2024-03-19 10:44:13 +00:00
bytearray.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00
bytes.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00
float.c gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986) 2024-03-19 10:44:13 +00:00
heaptype_relative.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00
list.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00
parts.h gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986) 2024-03-19 10:44:13 +00:00
pyos.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00
set.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00
sys.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00
util.h gh-116417: Move 4 limited C API test files to _testlimitedcapi (#116571) 2024-03-11 10:28:16 +00:00
vectorcall_limited.c gh-116417: Fix WASI build of _testlimitedcapi (#116974) 2024-03-18 23:06:52 +01:00