]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91576: Speed up iteration of strings (#91574)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 18 Apr 2022 14:18:27 +0000 (19:48 +0530)
committerGitHub <noreply@github.com>
Mon, 18 Apr 2022 14:18:27 +0000 (07:18 -0700)
commit8c54c3dacccb12a712acaa48d86a54f9ee9e37b5
tree429abc799a7e0e6269fb2bec5c607c69809bc850
parenta29f858124bc698f6604716b73306c65b63b5054
gh-91576: Speed up iteration of strings (#91574)
Include/internal/pycore_unicodeobject.h
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2022-04-15-16-57-23.gh-issue-91576.adoDj_.rst [new file with mode: 0644]
Objects/object.c
Objects/unicodeobject.c