]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Nov 2023 18:10:13 +0000 (19:10 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 18:10:13 +0000 (18:10 +0000)
commit759168a2a9b6d56f3274ded92d376e472da3b99a
tree9efad8cb446394f179f6b1ded4bcc1288f8a0adb
parent992c3f6b51edd58ad6c751af9aa6a7819e2796c1
[3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)

(cherry picked from commit a3903c8ec838f82338f7a7af68a6699118778e1d)

Signed-off-by: kalyanr <kalyan.ben10@live.com>
Co-authored-by: Kalyan <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