cpython/Lib/test/test_capi
2025-01-20 17:09:23 +00:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py gh-71339: Use new assertion methods in test_capi (GH-129053) 2025-01-20 14:32:27 +02:00
test_bytearray.py
test_bytes.py
test_codecs.py gh-111495: improve test coverage of codecs C API (GH-126030) 2024-11-01 13:28:18 +00:00
test_complex.py gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829) 2024-11-26 17:57:39 +02:00
test_config.py gh-126925: Modify how iOS test results are gathered (#127592) 2024-12-09 13:28:57 +08:00
test_dict.py
test_eval.py
test_eval_code_ex.py
test_exceptions.py gh-123378: Ensure results of PyUnicode*Error_Get{Start,End} are clamped (GH-123380) 2024-12-04 14:13:52 +01:00
test_file.py gh-127350: Add more tests for Py_fopen() (GH-128587) 2025-01-07 21:13:08 +00:00
test_float.py
test_getargs.py
test_hash.py
test_immortal.py GH-125174: Mark objects as statically allocated. (#127797) 2024-12-11 17:37:38 +00:00
test_import.py gh-128911: Add tests on the PyImport C API (#128915) 2025-01-17 17:52:18 +00:00
test_list.py
test_long.py gh-102471, PEP 757: Add PyLong import and export API (#121339) 2024-12-13 14:24:48 +01:00
test_mem.py gh-127314: Don't mention the GIL when calling without a thread state on the free-threaded build (#127315) 2024-12-06 16:58:19 +01:00
test_misc.py gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048) 2025-01-20 16:31:33 +01:00
test_number.py
test_object.py Fix intermittent failures for the PyUnstable_Object_EnableDeferredRefcount tests (GH-126849) 2024-11-15 14:03:46 +01:00
test_opt.py GH-128914: Remove conditional stack effects from bytecodes.c and the code generators (GH-128918) 2025-01-20 17:09:23 +00:00
test_pyatomic.py
test_run.py
test_set.py
test_structmembers.py gh-127572: Fix test_structmembers initialization (GH-127577) 2024-12-04 09:58:22 +01:00
test_sys.py gh-71339: Use new assertion methods in test_capi (GH-129053) 2025-01-20 14:32:27 +02:00
test_time.py
test_tuple.py GH-127058: Make PySequence_Tuple safer and probably faster. (#127758) 2024-12-11 14:02:59 +00:00
test_type.py gh-128923: Use zero to indicate unassigned unique id (#128925) 2025-01-17 16:42:27 +01:00
test_unicode.py gh-128013: fix data race in PyUnicode_AsUTF8AndSize on free-threading (#128021) 2024-12-19 17:08:32 +05:30
test_watchers.py