]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Tim's checkin 2.201:
authorThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:04:03 +0000 (14:04 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 27 Jun 2001 14:04:03 +0000 (14:04 +0000)
commit671e257d8d46e6e696435d3f029f4538dea93456
treeaf1d61e843f9df2134f214b0e269be278a0223ad
parent48a433cfda8a3bb293b2d3a1dfea3492f2b75eb7
Backport Tim's checkin 2.201:

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.
Python/compile.c