[3.11] GH-93516: Drop broken assert, fixes GH-93769 by tiran · Pull Request #94411 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
The assert is broken on big endian platforms and not present in the
main branch. Drop it.
Correct version would be _PyOpcode_Deopt[_Py_OPCODE(...)] instead of
_PyOpcode_Deopt[...].
The ``assert`` is broken on big endian platforms and not present in the main branch. Drop it. Correct version would be ``_PyOpcode_Deopt[_Py_OPCODE(...)]`` instead of ``_PyOpcode_Deopt[...]``.
tiran
requested a review
from markshannon
as a code owner
bedevere-bot
added
the
awaiting core review
label
tiran
added
skip news
🔨 test-with-buildbots
labels
bedevere-bot
commented
Jun 29, 2022
bedevere-bot commented
bedevere-bot
removed
the
🔨 test-with-buildbots
label
tiran
mentioned this pull request
markshannon
commented
Jun 29, 2022
markshannon commented
Member
Thanks
markshannon
merged commit
9140c41
into
python:3.11
bedevere-bot
removed
the
awaiting core review
label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment