• Tim Peters's avatar
    SF bug 430991: wrong co_lnotab · 2a7f3841
    Tim Peters yazdı
    Armin Rigo pointed out that the way the line-# table got built didn't work
    for lines generating more than 255 bytes of bytecode.  Fixed as he
    suggested, plus corresponding changes to pyassem.py, plus added some
    long overdue docs about this subtle table to compile.c.
    
    Bugfix candidate (line numbers may be off in tracebacks under -O).
    2a7f3841
Adı
Son kayıt (commit)
Son güncelleme
..
compiler Loading commit data...
ast.txt Loading commit data...
astgen.py Loading commit data...
compile.py Loading commit data...
demo.py Loading commit data...
dumppyc.py Loading commit data...
regrtest.py Loading commit data...
setup.py Loading commit data...