Re: Python 3.11 bytecode and exception table
Patrick Reader <[email protected]>
| Newsgroups | gmane.comp.python.devel |
|---|---|
| Message-ID | <01020181cd7ca0e7-75dc81e8-6f39-4f3c-ab07-ce265edd90a6-000000@eu-west-1.amazonses.com> |
On 05/07/2022 09:22, Matthieu Dartiailh wrote: > This surprised me on two levels: > - first I have never seen the RESUME opcode and it is currently not > documented RESUME occurs at the start of every function (and some other places), and is only used for some internal interpreter bookkeeping. It is documented at https://docs.python.org/3.11/library/dis.html#opcode-RESUME