summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/tuple.c
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)Sergey B Kirpichev2024-08-271-1/+108
| | | | | | | (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>
* gh-111495: add stub files for C API test modules (GH-111586)Sergey B Kirpichev2023-11-011-0/+17
This is to reduce merge conflicts (Modules/Setup.stdlib.in) for subsequent pull requests for the issue.