]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH-111607)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Nov 2023 18:23:39 +0000 (19:23 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 18:23:39 +0000 (18:23 +0000)
commitf1087855e24a01a3c358c520fd3f2fcbc04d1786
tree0f73b32491331560163b34e616597d35e831bdfc
parentd3d2cfead71e3a64704d8e578f22bba18b8e0284
[3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH-111607)

(cherry picked from commit 97b3cd38d105fd891ba46dd27d08f03d1c6dd348)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_capi/test_bytearray.py [new file with mode: 0644]
Lib/test/test_capi/test_bytes.py [new file with mode: 0644]
Lib/test/test_capi/test_unicode.py
Modules/_testcapi/bytearray.c
Modules/_testcapi/bytes.c