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
There are some tests for the cases generator in Tools/cases_generator/test_generator.py, but several things are wrong with these:
Let's fix that (in that order).
The text was updated successfully, but these errors were encountered:
gh-105540: Fix code generator tests (#105707)
8da9d1b
This involves expanding PEEK, POKE and JUMPBY macros, and removing super and register tests (those features no longer exist).
Merge branch 'main' into modulelocals
2fae889
* main: pythongh-105540: Fix code generator tests (python#105707) pythongh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (python#105686) pythongh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (python#105641) Remove support for legacy bytecode instructions (python#105705)
No branches or pull requests
There are some tests for the cases generator in Tools/cases_generator/test_generator.py, but several things are wrong with these:
Let's fix that (in that order).
Linked PRs
The text was updated successfully, but these errors were encountered: