summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/bytes.c
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) ↵Miss Islington (bot)2023-11-011-0/+239
| | | | | | | (GH-111607) (cherry picked from commit 97b3cd38d105fd891ba46dd27d08f03d1c6dd348) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)Sergey B Kirpichev2023-11-011-0/+17
This is to reduce merge conflicts (Modules/Setup.stdlib.in) for subsequent pull requests for the issue. (cherry picked from commit 33ed5fa69dbe25d64a910c450be527f4db9dc5dd)