cpython/Lib/test/test_capi
2025-07-22 19:16:31 +03: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 [3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134489) 2025-05-22 08:34:46 +00:00
test_bytes.py [3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134489) 2025-05-22 08:34:46 +00:00
test_codecs.py
test_complex.py
test_config.py gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655) 2025-05-06 01:03:55 +01:00
test_dict.py
test_emscripten.py [3.14] gh-124621: Emscripten: Add support for async input devices (GH-136822) (GH-136935) 2025-07-22 11:51:02 +02:00
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 [3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (GH-136991) (#137006) 2025-07-22 19:16:31 +03:00
test_hash.py
test_immortal.py
test_import.py
test_list.py
test_long.py
test_mem.py
test_misc.py [3.14] gh-135721: skip test_trashcan_python_class on wasm buildbots with stack overflow (GH-135766) (GH-135955) 2025-06-25 23:02:39 +00:00
test_number.py
test_object.py [3.14] gh-134578: Mark more slow tests (GH-134579) (GH-134590) 2025-05-24 15:06:54 +00:00
test_opt.py [3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613) (#135739) 2025-06-20 15:24:25 +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 [3.14] GH-133912: Fix PyObject_GenericSetDict to handle inline values (GH-134725) (#134859) 2025-05-29 11:19:58 -07:00
test_unicode.py [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974) 2025-06-09 14:37:26 +02:00
test_watchers.py