cpython/Lib/test/test_capi
2025-05-03 17:07:52 +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
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-107954: Allow setting cpu_count in PyConfig_Set() (#132954) 2025-04-25 18:29:55 +02:00
test_dict.py
test_eval.py
test_eval_code_ex.py
test_exceptions.py
test_file.py gh-132162: Add tests for Py_UniversalNewlineFgets() (#132164) 2025-04-24 17:43:48 +02:00
test_float.py gh-133304: workaround for RISC-V in PyFloat_Pack4/Unpack4() (#133328) 2025-05-03 17:07:52 +02:00
test_frame.py
test_function.py
test_getargs.py gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988) 2025-04-26 17:14:18 +03:00
test_hash.py
test_immortal.py
test_import.py
test_list.py
test_long.py
test_mem.py
test_misc.py
test_number.py
test_object.py gh-133164: Add PyUnstable_Object_IsUniqueReferencedTemporary C API (gh-133170) 2025-05-02 13:24:57 +00:00
test_opt.py gh-131798: JIT: Propagate the result in _BINARY_OP_SUBSCR_TUPLE_INT (GH-133003) 2025-04-27 02:47:55 +08: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 gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240) 2025-05-01 14:32:57 +02:00
test_unicode.py
test_watchers.py