]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111495: Add tests for PyList C API (#111562)
authorKalyan <kalyan.ben10@live.com>
Wed, 8 Nov 2023 17:10:53 +0000 (22:40 +0530)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 17:10:53 +0000 (18:10 +0100)
commita3903c8ec838f82338f7a7af68a6699118778e1d
tree431bbaa7227ac85cd59cd7f5a2249451ae2d4359
parent005d1e8fc81539c60c6b21ebba34de3edd5bb232
gh-111495: Add tests for PyList C API (#111562)

Signed-off-by: kalyanr <kalyan.ben10@live.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_capi/test_list.py [new file with mode: 0644]
Modules/_testcapi/list.c