]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)
authorSergey B Kirpichev <skirpichev@gmail.com>
Tue, 27 Aug 2024 09:07:17 +0000 (12:07 +0300)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2024 09:07:17 +0000 (12:07 +0300)
commitee464309a58924b1a2af0a42174208a107ee1d37
tree4cec8195e44156449e13d664e11469b3a3979f60
parentfa21b3b8ee5327cdedb62b6459181952fd7680fd
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)

(cherry picked from commit dbc1752d4107532d312c78263212e807a3674eb1)

Co-authored-by: kalyanr <kalyan.ben10@live.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
12 files changed:
Lib/test/test_capi/test_hash.py
Lib/test/test_capi/test_list.py
Lib/test/test_capi/test_set.py
Lib/test/test_capi/test_time.py
Lib/test/test_capi/test_tuple.py [new file with mode: 0644]
Modules/Setup.stdlib.in
Modules/_testcapi/tuple.c
Modules/_testlimitedcapi.c
Modules/_testlimitedcapi/parts.h
Modules/_testlimitedcapi/tuple.c [new file with mode: 0644]
PCbuild/_testlimitedcapi.vcxproj
PCbuild/_testlimitedcapi.vcxproj.filters