Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add exception reprisentation change to Changed Opcodes
  • Loading branch information
CAM-Gerlach committed Oct 23, 2022
commit 87e06bb5889efe6f36e30d903bfc8aebbae0b6e2
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,10 @@ Changed Opcodes
Instead, they indicate failure with ``None``
(where a tuple of extracted values would otherwise be).

* Changed opcodes that work with exceptions to reflect them
now being represented as one item on the stack instead of three
(see :gh:`89874`).


.. _whatsnew311-deprecated:
.. _whatsnew311-python-api-deprecated:
Expand Down