cpython/Lib/test/test_capi
Ken Jin 2402f84665
gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple (GH-138458)
Co-authored-by: Mark Shannon <9448417+markshannon@users.noreply.github.com>
2025-09-04 02:05:06 +08:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180) 2025-07-03 14:51:44 +02:00
test_bytearray.py
test_bytes.py
test_codecs.py
test_complex.py
test_config.py
test_dict.py
test_emscripten.py gh-124621: Emscripten: Add support for async input devices (GH-136822) 2025-07-19 17:14:29 +02:00
test_eval.py
test_eval_code_ex.py
test_exceptions.py gh-134170: Add colorization to unraisable exceptions (#134183) 2025-08-04 14:35:00 +00:00
test_file.py
test_float.py
test_frame.py
test_function.py
test_getargs.py Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991) 2025-07-22 16:39:50 +03:00
test_hash.py
test_immortal.py
test_import.py
test_list.py
test_long.py
test_mem.py
test_misc.py gh-135721: skip test_trashcan_python_class on wasm buildbots with stack overflow (#135766) 2025-06-20 20:06:01 +03:00
test_number.py
test_object.py
test_opt.py gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple (GH-138458) 2025-09-04 02:05:06 +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
test_unicode.py gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892) 2025-06-06 15:51:00 +02:00
test_watchers.py