]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commitf9952b2083e2e122838d67c8061b3ddf69b25d8d
tree7b753ecddee9dc3c7575a8742a4726ef1c50f610
parent5829456191a5725a75020bcc7d3e242727b8edf4
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.
Misc/ACKS