Skip to content
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

Move more functions from compile.c to flowgraph.c #119744

Closed
iritkatriel opened this issue May 29, 2024 · 0 comments · Fixed by #119745
Closed

Move more functions from compile.c to flowgraph.c #119744

iritkatriel opened this issue May 29, 2024 · 0 comments · Fixed by #119745

Comments

@iritkatriel
Copy link
Member

iritkatriel commented May 29, 2024

Following #117494, there is now less coupling between compile.c and there are some functions that can move to, and belong better in, flowgraph.c. There include:

  • stack effect functions
  • _PyCompile_OptimizeCfg
  • _PyCfg_FromInstructionSequence

Linked PRs

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 a pull request may close this issue.

1 participant