]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47012: speed up iteration of bytes and bytearray (GH-31867)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 23 Mar 2022 08:30:05 +0000 (14:00 +0530)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 08:30:05 +0000 (04:30 -0400)
commitbd1cf6ecee76bcdce87b4f69567b95756ecf5a4c
tree250124df65639f63a413564c3254b26b881d4371
parent894d0ea5afa822c23286e9e68ed80bb1122b402d
bpo-47012: speed up iteration of bytes and bytearray (GH-31867)
Include/internal/pycore_long.h
Misc/NEWS.d/next/Core and Builtins/2022-03-14-11-15-11.bpo-47012.5L6NoE.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/bytesobject.c