This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Speed up iteration of bytes and bytearray
Type: performance Stage: resolved
Components: Interpreter Core Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Crowthebird, Dennis Sweeney, gvanrossum, kumaraditya
Priority: normal Keywords:

Created on 2022-03-14 11:13 by kumaraditya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31867 merged kumaraditya, 2022-03-14 11:13
Messages (2)
msg415129 - (view) Author: Kumar Aditya (kumaraditya) * (Python triager) Date: 2022-03-14 11:13
Benchmark and results are attached in the PR.
msg415858 - (view) Author: Dennis Sweeney (Dennis Sweeney) * (Python committer) Date: 2022-03-23 08:30
New changeset bd1cf6ecee76bcdce87b4f69567b95756ecf5a4c by Kumar Aditya in branch 'main':
bpo-47012: speed up iteration of bytes and bytearray (GH-31867)
https://github.com/python/cpython/commit/bd1cf6ecee76bcdce87b4f69567b95756ecf5a4c
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91168
2022-03-23 08:33:17kumaradityasetstatus: open -> closed
resolution: fixed
components: + Interpreter Core
stage: resolved
2022-03-23 08:30:16Dennis Sweeneysetnosy: + Dennis Sweeney
messages: + msg415858
2022-03-14 23:33:15Crowthebirdsetnosy: + Crowthebird
2022-03-14 11:13:25kumaradityacreate