]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 1 Nov 2023 15:31:07 +0000 (17:31 +0200)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 15:31:07 +0000 (17:31 +0200)
commit97b3cd38d105fd891ba46dd27d08f03d1c6dd348
treecf7bea1effdf7b85ff6bf1a65374157ceaf3c5b3
parent937872e8ea740e22ff571eec474e38312e09bd68
gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496)
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