From: Thomas Wouters Date: Wed, 27 Jun 2001 14:02:14 +0000 (+0000) Subject: Backport Tim's checkin 1.97: X-Git-Tag: v2.1.1c1~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9952b2083e2e122838d67c8061b3ddf69b25d8d;p=thirdparty%2FPython%2Fcpython.git Backport Tim's checkin 1.97: 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. --- diff --git a/Misc/ACKS b/Misc/ACKS index 987e13fd3874..8565be22733c 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -318,6 +318,7 @@ Michael P. Reilly Bernhard Reiter Steven Reiz Jan Pieter Riegel +Armin Rigo Nicholas Riley Jean-Claude Rimbault Andy Robinson