Victor Stinner
71ae93374d
gh-93649: Move _testcapi tests to specific files ( #129544 )
...
Move many functions from _testcapimodule.c into more specific files
in Modules/_testcapi/.
In moved code:
* Replace get_testerror() with PyExc_AssertionError.
* Replace raiseTestError() with
PyErr_Format(PyExc_AssertionError, ...).
2025-02-01 13:39:16 +01:00
Victor Stinner
ecb4a2b711
gh-116417: Move limited C API list.c tests to _testlimitedcapi ( #116602 )
...
Split list.c and set.c tests of _testcapi into two parts: limited C
API tests in _testlimitedcapi and non-limited C API tests in
_testcapi.
2024-03-18 22:03:55 +01:00
Nikita Sobolev
ea39c877c0
gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544)
2023-10-09 14:04:49 +03:00
Nikita Sobolev
89df5b73d0
gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552)
2023-10-09 10:37:57 +00:00
Nikita Sobolev
c49edd7d9c
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
2023-10-09 11:57:48 +03:00