cpython/Lib/test/test_capi
Bénédikt Tran 6d0d26eb8c
gh-111495: Add tests for `PyCodec_*` C API (#123343)
2024-09-29 15:22:39 +00:00
..
__init__.py
__main__.py
check_config.py
test_abstract.py
test_bytearray.py
test_bytes.py gh-121645: Add PyBytes_Join() function (#121646) 2024-08-30 12:57:33 +00:00
test_codecs.py gh-111495: Add tests for `PyCodec_*` C API (#123343) 2024-09-29 15:22:39 +00:00
test_complex.py gh-119771: Set errno on overflows in _Py_c_pow() (#120256) 2024-09-18 10:39:11 +02:00
test_config.py gh-107954: Fix configuration type for the perf profiler (#124636) 2024-09-28 01:50:16 +02:00
test_dict.py
test_eval.py
test_eval_code_ex.py
test_exceptions.py
test_float.py
test_getargs.py gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071) 2024-09-08 16:01:54 +03:00
test_hash.py gh-122854: Add Py_HashBuffer() function (#122855) 2024-08-30 15:42:27 +00:00
test_immortal.py
test_list.py
test_long.py
test_mem.py
test_misc.py gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124163) 2024-09-18 09:18:19 +02:00
test_number.py
test_object.py
test_opt.py
test_pyatomic.py
test_run.py
test_set.py
test_structmembers.py
test_sys.py
test_time.py
test_tuple.py
test_unicode.py
test_watchers.py gh-119333: Add C api to have contextvar enter/exit callbacks (#119335) 2024-09-23 20:40:17 -07:00