cpython/Lib/test/test_capi
Ken Jin 60fc42c169
[3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613) (#135739)
gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613)

Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
2025-06-20 15:24:25 +08:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py
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
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
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 [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