cpython/Lib/test/test_capi
2025-04-23 17:10:09 +02:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py gh-132825: Enhance unhashable error messages for dict and set (#132828) 2025-04-23 17:10:09 +02:00
test_bytearray.py gh-131357: Add a set of asserts to test.test_capi.test_bytearray (#131554) 2025-03-23 10:20:40 +03:00
test_bytes.py
test_codecs.py
test_complex.py gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703) 2025-04-22 14:18:18 +02:00
test_config.py gh-128384: Use a context variable for warnings.catch_warnings (gh-130010) 2025-04-09 16:18:54 -07:00
test_dict.py
test_eval.py
test_eval_code_ex.py
test_exceptions.py
test_file.py
test_float.py
test_frame.py
test_function.py
test_getargs.py gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303) 2025-04-08 22:08:00 +03:00
test_hash.py
test_immortal.py
test_import.py
test_list.py
test_long.py
test_mem.py
test_misc.py gh-117657: Skip some tests when running with TSAN (gh-131555) 2025-03-21 15:16:08 -04:00
test_number.py gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251) 2025-04-16 18:32:41 +03:00
test_object.py
test_opt.py GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419) 2025-04-22 09:30:38 -07:00
test_pyatomic.py
test_run.py
test_set.py
test_structmembers.py
test_sys.py
test_time.py
test_tuple.py
test_type.py
test_unicode.py
test_watchers.py