]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1512814, Fix incorrect lineno's when code at module scope
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 10 Jul 2006 00:04:44 +0000 (00:04 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 10 Jul 2006 00:04:44 +0000 (00:04 +0000)
commited657556086076576050c936947935be0900020d
tree0865eee9ee94883e2d5ffd5de7f545acdc216480
parent28746aba9bf636d03eb1c1c5f4550c6f2dbf5300
Bug #1512814, Fix incorrect lineno's when code at module scope
started after line 256.
Lib/test/test_compile.py
Misc/NEWS
Python/compile.c