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
Make it possible to chain compiler_codegen, optimize_cfg, assemble_code_object such that each stage takes the previous stage's output and collectively they do the same as compile().
The text was updated successfully, but these errors were encountered:
gh-104240: make _PyCompile_CodeGen support different compilation modes (
2c2dc61
#104241)
No branches or pull requests
Make it possible to chain compiler_codegen, optimize_cfg, assemble_code_object such that each stage takes the previous stage's output and collectively they do the same as compile().
Linked PRs
The text was updated successfully, but these errors were encountered: