cpython/Lib/test/test_capi
Ken Jin 6b4bc6e6a2
gh-134584: JIT: Borrow references for immortal promoted globals (GH-142921)
JIT: Borrow references for immortal promoted globals
2025-12-19 19:06:34 +00:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py
test_bytearray.py gh-139871: Add bytearray.take_bytes([n]) to efficiently extract bytes (GH-140128) 2025-11-13 13:19:44 +00:00
test_bytes.py gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824) 2025-09-12 14:21:57 +02:00
test_codecs.py
test_complex.py
test_config.py
test_dict.py
test_emscripten.py
test_eval.py
test_eval_code_ex.py
test_exceptions.py
test_file.py
test_float.py gh-141042: fix sNaN's packing for mixed floating-point formats (#141107) 2025-11-12 11:06:29 +01:00
test_frame.py
test_function.py
test_getargs.py
test_hash.py
test_immortal.py gh-133059: Increase the small positive integer cache to 1024 (GH-133160) 2025-09-24 17:05:30 -04:00
test_import.py
test_list.py
test_long.py
test_mem.py
test_misc.py gh-81313: Add the math.integer module (PEP-791) (GH-133909) 2025-10-31 16:13:43 +02:00
test_modsupport.py
test_module.py gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785) 2025-11-24 13:26:35 +01:00
test_number.py
test_object.py gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593) 2025-12-11 14:41:03 -05:00
test_opt.py gh-134584: JIT: Borrow references for immortal promoted globals (GH-142921) 2025-12-19 19:06:34 +00:00
test_pyatomic.py
test_run.py
test_set.py
test_structmembers.py
test_sys.py
test_time.py
test_tuple.py gh-139951: Tests on tuple GC tracking (#140575) 2025-10-28 10:55:41 +01:00
test_type.py gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556) 2025-11-05 12:31:42 +01:00
test_unicode.py
test_watchers.py gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925) 2025-10-10 15:25:38 -07:00