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
FAIL: test_quickened_static_code_gets_unquickened_at_Py_FINALIZE #100225
Comments
This test is now removed in 3.12 Source for the removed failing test: cpython/Lib/test/test_embed.py Lines 350 to 382 in 4b4e6da
@fabiounixpi can you please try |
The test wasn't really removed, we just renamed it and updated it for changes to how quickening works. The old test isn't valid anymore, and likely raises on line 8 (like the issue shows) if run under 3.12. |
Bug report
Compiling Python 3.11.1 from source code, on AlmaLinux 8.7 (fully updated), issuing
$ make test
it stop with
Your environment
The text was updated successfully, but these errors were encountered: