]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport Tim's checkin 1.97:
authorThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:02:14 +0000 (14:02 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:02:14 +0000 (14:02 +0000)
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.

Misc/ACKS

index 987e13fd3874b6b09a529e36b3f548f788121071..8565be22733c855ccbd6bf5da908ec502998107b 100644 (file)
--- 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