Skip to content

Conversation

@aisk
Copy link
Contributor

@aisk aisk commented Jan 18, 2026

Copy link
Member

@Fidget-Spinner Fidget-Spinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, does this need backporting?

@aisk
Copy link
Contributor Author

aisk commented Jan 18, 2026

Thanks, does this need backporting?

I think it should, the 3.14 branch doesn’t check it either:

cpython/Python/bytecodes.c

Lines 825 to 826 in 23e3c0a

PyObject *res_o = d->action(left_o, right_o);
DECREF_INPUTS();

And 3.13 branch don't have this opcode, so we can just backport it to 3.14.

@aisk aisk added the needs backport to 3.14 bugs and security fixes label Jan 18, 2026
@Fidget-Spinner Fidget-Spinner merged commit 54bedcf into python:main Jan 18, 2026
79 checks passed
@miss-islington-app
Copy link

Thanks @aisk for the PR, and @Fidget-Spinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @aisk and @Fidget-Spinner, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 54bedcf714160c3ecff3103a53f6291a7e1efd27 3.14

@Fidget-Spinner
Copy link
Member

@aisk can you please handle the backport? Thank you!

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

Labels

needs backport to 3.14 bugs and security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants