Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an early Python 3.13 initial support
I've been playing around starting from alpha builds, there were lots of changes each alpha version,
but starting from beta versions the python-guys announced a promise:
it's from here: https://peps.python.org/pep-0719/
each beta versions (beta 1/2/3) did not change any opcodes (no new added, no old removed, etc) which is good
thus, I've collected new opcodes and added support for early 3.13
to be honest, the range of new opcodes is very impressive :)
pycdas: able to print opcodes disassembly as usually
pycdc: need to gradually add support for new opcodes (and align changed logic for existing ones,.
PS maybe there will be a need to update MAGIC_3_13 value (but it did not change between b2 -> b3)