summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_bytearray.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-111495: Test C API functions with extreme sizes and indices ↵Serhiy Storchaka2023-11-041-4/+6
| | | | | (GH-111631) (GH-111731) (cherry picked from commit a8e1f474c20ab15140dd0cfcb96b696857907a60)
* [3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) ↵Miss Islington (bot)2023-11-011-0/+162
(GH-111607) (cherry picked from commit 97b3cd38d105fd891ba46dd27d08f03d1c6dd348) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>