Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758) | Mark Shannon | 2024-12-11 | 1 | -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 Kirpichev | 2024-08-26 | 1 | -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> |