]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Aug 2023 15:51:43 +0000 (18:51 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Aug 2023 15:51:43 +0000 (18:51 +0300)
commit16c9415fba4972743f1944ebc44946e475e68bc4
tree3fcc78ed09fa2db6bc0b833fd29feabb619cb8c0
parent85793278793708ad6b7132a54ac9fb4b2c5bcac1
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)

Cover all the Mapping Protocol, almost all the Sequence Protocol
(except PySequence_Fast) and a part of the Object Protocol.

Move existing tests to Lib/test/test_capi/test_abstract.py and
Modules/_testcapi/abstract.c.

Add also tests for PyDict C API.
13 files changed:
Lib/test/test_bytes.py
Lib/test/test_capi/test_abstract.py [new file with mode: 0644]
Lib/test/test_capi/test_dict.py [new file with mode: 0644]
Lib/test/test_capi/test_misc.py
Lib/test/test_class.py
Misc/NEWS.d/next/Tests/2023-07-24-16-56-59.gh-issue-107178.Gq1usE.rst [new file with mode: 0644]
Modules/Setup.stdlib.in
Modules/_testcapi/abstract.c [new file with mode: 0644]
Modules/_testcapi/dict.c [new file with mode: 0644]
Modules/_testcapi/parts.h
Modules/_testcapimodule.c
PCbuild/_testcapi.vcxproj
PCbuild/_testcapi.vcxproj.filters