mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
![]() Always emit a SET_LINENO 0 at the beginning of the module. The builtin compiler does this, and it's much easier to compare bytecode generated by the two compilers if they both do. Move the SET_LINENO inside the FOR_LOOP block for list comprehensions. Also for compat. with builtin compiler. |
||
---|---|---|
.. | ||
compiler | ||
ast.txt | ||
astgen.py | ||
compile.py | ||
demo.py | ||
dumppyc.py | ||
regrtest.py | ||
setup.py |