mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
1 line
258 B
ReStructuredText
1 line
258 B
ReStructuredText
Refactor compiler optimisation code so that it no longer needs the ``struct assembler`` and ``struct compiler`` passed around. Instead, each function takes the CFG and other data that it actually needs. This will make it possible to test this code directly.
|