cpython/Lib/test/test_capi
2023-12-23 09:56:30 +00:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py Add more C API tests (GH-112522) 2023-11-29 17:37:05 +02:00
test_bytearray.py
test_bytes.py
test_codecs.py
test_complex.py gh-109802: Increase test coverage for complexobject.c (GH-112452) 2023-11-28 10:18:33 +02:00
test_dict.py gh-111262: Add PyDict_Pop() function (#112028) 2023-11-14 12:51:00 +00:00
test_eval_code_ex.py
test_exceptions.py
test_float.py
test_getargs.py gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) 2023-11-27 18:32:55 +01:00
test_hash.py gh-111545: Add Py_HashPointer() function (#112096) 2023-12-06 15:09:22 +01:00
test_immortal.py
test_list.py gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) 2023-11-13 16:14:56 +00:00
test_long.py
test_mem.py gh-112532: Require mimalloc in --disable-gil builds (gh-112883) 2023-12-12 09:04:48 +09:00
test_misc.py gh-81682: Fix test failures when CPython is built without docstrings (GH-113410) 2023-12-23 09:56:30 +00:00
test_opt.py GH-111485: Generate instruction and uop metadata (GH-113287) 2023-12-20 14:27:25 +00:00
test_pyatomic.py
test_set.py
test_structmembers.py
test_sys.py gh-106672: C API: Report indiscriminately ignored errors (GH-106674) 2023-11-07 15:58:04 +02:00
test_unicode.py gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) 2023-11-07 22:36:13 +00:00
test_watchers.py