mirror of https://github.com/python/cpython
gh-87092: create a 'jump target label' abstraction so that the compiler's codegen stage does not work directly with basic blocks (GH-95398)
This commit is contained in:
parent
2fef27589e
commit
000c3874bf
|
@ -0,0 +1 @@
|
|||
Create a 'jump target label' abstraction in the compiler so that the compiler's codegen stage does not work directly with basic blocks. This prepares the code for changes to the underlying CFG generation mechanism.
|
739
Python/compile.c
739
Python/compile.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue