]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 May 2025 08:34:46 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 08:34:46 +0000 (08:34 +0000)
commit64c265a63805fdc9eac62ac853891c8a58033201
treedd30da7d6ec5910cb8614a850a805ac6a3056414
parent9cef5c1f65d884f73f5ed1d7191a5621232e17b0
[3.14] gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458) (#134489)

gh-131357: Add some extra tests for empty bytes and bytearray (GH-134458)
(cherry picked from commit 7309eb60c077836b4b05a86ed23c710dbff737ec)

Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Lib/test/test_capi/test_bytearray.py
Lib/test/test_capi/test_bytes.py