diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-06-09 09:26:21 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-06-09 09:26:21 (GMT) |
commit | 2a7f3841227d63d011ba498006c4a41cd86f3bb7 (patch) | |
tree | 8378eba96b4caa6bd338409b516473fc8b65e035 /Misc | |
parent | eefa964932f2ed3b27cdac546022efe682896237 (diff) | |
download | cpython-2a7f3841227d63d011ba498006c4a41cd86f3bb7.zip cpython-2a7f3841227d63d011ba498006c4a41cd86f3bb7.tar.gz cpython-2a7f3841227d63d011ba498006c4a41cd86f3bb7.tar.bz2 |
SF bug 430991: wrong co_lnotab
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).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -319,6 +319,7 @@ Michael P. Reilly Bernhard Reiter Steven Reiz Jan Pieter Riegel +Armin Rigo Nicholas Riley Jean-Claude Rimbault Andy Robinson |