]> granicus.if.org Git - python/commit
Bug #1512814, Fix incorrect lineno's when code within a function
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 01:50:38 +0000 (01:50 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 16 Jul 2006 01:50:38 +0000 (01:50 +0000)
commit84be93b2db7e8c351bc5f25991c14a1384b5b523
tree5f96b1585c52ccbc422aa01372a51862b326d9bf
parentec5948aae223e8f4d1ffd86f9eea92aa5ebe7304
Bug #1512814, Fix incorrect lineno's when code within a function
had more than 255 blank lines.  Byte codes need to go first, line #s second.
Lib/test/test_dis.py
Misc/NEWS
Python/compile.c