aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2022-01-04-14-08-10.bpo-45923.rBp7r1.rst
blob: 967f6db1236b7dd4a21f53ee4e340b501e3a363a (plain)
1
2
3
Add RESUME opcode. This is a logical no-op. It is emitted by the compiler
anywhere a Python function can be entered. It is used by the interpreter to
perform tracing and optimizer checks.