Skip to content

Support py 3.12 opcodes: part 1 #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 2, 2025
Merged

Support py 3.12 opcodes: part 1 #555

merged 6 commits into from
Jul 2, 2025

Conversation

whoami730
Copy link
Contributor

@whoami730 whoami730 commented Jun 30, 2025

  • Added support for END_FOR and JUMP_BACKWARD opcodes for Python 3.12
  • Added loop tests

@greenozon
Copy link
Contributor

adding new opcodes support needs new tests...

@whoami730 whoami730 force-pushed the master branch 2 times, most recently from a749f83 to 3454f6f Compare June 30, 2025 16:07
@whoami730 whoami730 changed the title Support new python opcodes Support END_FOR opcode Jun 30, 2025
@whoami730
Copy link
Contributor Author

@greenozon added tests, this also includes tests for JUMP_BACKWARD, should I proceed with making that change in this PR? Or do you wish to reopen the other PR?

@whoami730 whoami730 changed the title Support END_FOR opcode Support new opcodes Jun 30, 2025
@whoami730 whoami730 changed the title Support new opcodes Support py 3.12 opcodes: part 1 Jul 1, 2025
@whoami730 whoami730 marked this pull request as ready for review July 1, 2025 17:26
@zrax zrax merged commit 4badfa6 into zrax:master Jul 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants