◐ Shell
clean mode source ↗

[3.13] Tee of tee was not producing n independent iterators (gh-123884) by rhettinger · Pull Request #125081 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@rhettinger

@rhettinger rhettinger commented

Oct 8, 2024

edited by github-actions Bot

Loading

Copy link Copy Markdown

Contributor

@rhettinger rhettinger added type-bug

An unexpected behavior, bug, or error

3.13

bugs and security fixes

labels

Oct 8, 2024

@rhettinger rhettinger added needs backport to 3.12

only security fixes

and removed awaiting core review labels

Oct 8, 2024

@rhettinger

Copy link Copy Markdown

Contributor Author

@serhiy-storchaka Do you know how to fix the ABI stability test failure?

@serhiy-storchaka

Copy link Copy Markdown

Member

As a workaround, you perhaps can add a reference to __copy__: (void)&_Py_ID(__copy__).

rhettinger reacted with thumbs up emoji

@rhettinger rhettinger merged commit 7bc99dd into python:3.13

Oct 8, 2024

@miss-islington-app

Copy link Copy Markdown

Thanks @rhettinger for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app

Copy link Copy Markdown

Sorry, @rhettinger, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 7bc99dd49ed4cebe4795cc7914c4231209b2aa4b 3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@serhiy-storchaka serhiy-storchaka serhiy-storchaka approved these changes

@Yhg1s Yhg1s Awaiting requested review from Yhg1s

+1 more reviewer

@rruuaanng rruuaanng rruuaanng left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

@rhettinger rhettinger

Labels

3.13

bugs and security fixes

type-bug

An unexpected behavior, bug, or error

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@rhettinger @serhiy-storchaka @rruuaanng @hugovk