]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Tim's suggestion to fix
authorMichael W. Hudson <mwh@python.net>
Tue, 29 Apr 2003 17:07:36 +0000 (17:07 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 29 Apr 2003 17:07:36 +0000 (17:07 +0000)
commit26848a34d100f5ff9c3f2710d321d68f73204005
treee7c2a4244b20e061ed6f871c14c5fafa8648693b
parent58ee2af48ecc353bd56fab588c85248a2f1bc373
Use Tim's suggestion to fix

[ 708901 ] Lineno calculation sometimes broken

A one line patch to compile.c and a rather-more-than-one-line patch
to test_dis.  Hey ho.

Possibly a backport candidate -- tho' lnotab is less used in 2.2...
Lib/test/test_dis.py
Python/compile.c