This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-07 03:51:54 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c65ae26f2b46ca616a7ca000bbfcdf63b9bdd779
cpython
/
Lib
/
test
/
test_capi
T
History
Serhiy Storchaka
4e5b27e6a3
gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)
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
…
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
…
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
…
test_unicode.py
…
test_watchers.py
…