gh-126618: fix repr(itertools.count(sys.maxsize))#127048
gh-126618: fix repr(itertools.count(sys.maxsize))#127048vstinner merged 1 commit intopython:mainfrom
Conversation
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
picnixz
left a comment
There was a problem hiding this comment.
I assume that you picked up my tests and NEWS entry so it should be fine.
|
Yes. And tests from #126617 aren't reverted, of course. |
|
Thanks @skirpichev for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
) (cherry picked from commit 930ba0c) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-127508 is a backport of this pull request to the 3.13 branch. |
|
Thanks @skirpichev for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Sorry, @skirpichev and @vstinner, I could not cleanly backport this to |
|
@skirpichev @picnixz: Does the 3.12 branch have the bug? If yes, can you propose a backport @skirpichev? |
|
I think so. The reason why I didn't put the 3.12 label before was because my branch used free-threaded special code. This fix is 3.12+ compatible (the fix that was reverted in this PR was backported up to 3.12). |
|
I'm working on backport. |
|
GH-127510 is a backport of this pull request to the 3.12 branch. |
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
itertools.count(sys.maxsize)#126618