summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_tuple.py
Commit message (Collapse)AuthorAgeFilesLines
* GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758)Mark Shannon2024-12-111-0/+25
| | | | * Use a small buffer, then list when constructing a tuple from an arbitrary sequence.
* gh-111495: Add tests for PyTuple C API (#118757)Sergey B Kirpichev2024-08-261-0/+261
Co-authored-by: kalyanr <kalyan.ben10@live.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Victor Stinner <vstinner@python.org>