cpython/Lib/test/test_capi
2026-05-04 17:29:10 +01: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
test_codecs.py
test_complex.py
test_config.py gh-142349: Implement PEP 810 - Explicit lazy imports (#142351) 2026-02-12 00:15:33 +00:00
test_dict.py gh-141510: Raise TypeError in PyDict_SetItem() on frozendict (#145564) 2026-03-11 17:05:09 +01:00
test_emscripten.py
test_eval.py
test_eval_code_ex.py
test_exceptions.py gh-146480: Override the exception in _PyErr_SetKeyError() (#146486) 2026-03-27 11:20:19 +00:00
test_file.py
test_float.py gh-143429: Use compile-time NaN encoding detection for test_struct (#143432) 2026-01-09 10:46:48 +00:00
test_frame.py
test_function.py gh-144629: Add test for the PyFunction_GetAnnotations() function (#144630) 2026-02-10 14:38:24 +00:00
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 gh-144278: Enable overriding sys.implementation's name and cache_tag when building sysmodule.c (GH-144293) 2026-02-10 00:01:17 +00:00
test_list.py gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129) 2026-03-19 09:59:48 +02:00
test_long.py gh-147988: Initialize digits in long_alloc() in debug mode (#147989) 2026-04-02 11:55:34 +00:00
test_mem.py
test_misc.py gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032) 2026-04-16 09:44:26 -07:00
test_modsupport.py gh-144175: Add PyArg_ParseArray() function (#144283) 2026-03-06 21:57:44 +00:00
test_module.py gh-146636: Py_mod_abi mandatory for modules created from slots array (GH-146855) 2026-04-02 13:54:21 +02:00
test_number.py
test_object.py gh-148829: Implement PEP 661 (#148831) 2026-04-27 19:28:30 -07:00
test_opt.py gh-143732: add specialization for FOR_ITER (GH-148745) 2026-05-04 17:29:10 +01:00
test_pyatomic.py
test_run.py
test_set.py gh-140232: Do not track frozenset objects with immutables (#140234) 2026-01-28 11:27:37 +01:00
test_structmembers.py
test_sys.py
test_time.py
test_tuple.py gh-146056: Fix list.__repr__() for lists containing NULLs (GH-146129) 2026-03-19 09:59:48 +02: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 Improve tests for the PyUnicodeWriter C API (GH-146157) 2026-03-19 19:15:30 +02:00
test_watchers.py gh-141510: Don't accept frozendict in PyDict_Watch() (#145529) 2026-03-05 12:31:29 +01:00