]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
authorMark Dickinson <mdickinson@enthought.com>
Mon, 23 Aug 2021 14:24:12 +0000 (15:24 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 14:24:12 +0000 (15:24 +0100)
commitae5259171b8ef62165e061b9dea7ad645a5131a2
treecfeedb7cd3d61e804813461486f3805819471358
parent24b63c695ae0a95b06379eaadace66735abac1e2
Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902)
Lib/test/test_bytes.py
Objects/bytesobject.c