Sergey B Kirpichev
|
ee464309a5
|
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)
(cherry picked from commit dbc1752d41 )
Co-authored-by: kalyanr <kalyan.ben10@live.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
|
2024-08-27 12:07:17 +03: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
|
9cfb4e0d1e
|
gh-110525: Add tests for internal `set` CAPI (GH-110630)
|
2023-10-10 19:00:05 +03:00 |
Nikita Sobolev
|
c49edd7d9c
|
gh-110525: Add CAPI tests for set and frozenset objects (GH-110526)
|
2023-10-09 11:57:48 +03:00 |