rocky / python-xdis

Python cross-version bytecode library and disassembler
GNU General Public License v2.0
292 stars 95 forks source link

3.12 Opcodes #124

Closed 2elli closed 1 year ago

2elli commented 1 year ago

Ive added the new opcodes. This branch is passing make check-full running from both python 3.12 and 3.11.

I'm going to be doing some more testing and will update if any issues are found.

rocky commented 1 year ago

Thanks!

2elli commented 1 year ago

I realized I forgot to finish updating all of the stack effects on these new ops, so I will add those changes soon.