]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Tim's checkin 1.20:
authorThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:03:30 +0000 (14:03 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:03:30 +0000 (14:03 +0000)
commit48a433cfda8a3bb293b2d3a1dfea3492f2b75eb7
treef189c2988c204f78a7683a7839520a5d76fb23f8
parentf9952b2083e2e122838d67c8061b3ddf69b25d8d
Backport Tim's checkin 1.20:

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.
Lib/compiler/pyassem.py
Tools/compiler/compiler/pyassem.py