mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
1 line
215 B
ReStructuredText
1 line
215 B
ReStructuredText
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.
|