]> granicus.if.org Git - python/commit
Change r60575 broke test_compile:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 5 Feb 2008 00:26:21 +0000 (00:26 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 5 Feb 2008 00:26:21 +0000 (00:26 +0000)
commit99af7dbc07a8c7e52c081d2b9398ce61cf40215a
tree62182da9e7991631ecb892e54c079ff21d9429af
parent6fd03bb6070586a3b069c90cf3892ba7573d6bf5
Change r60575 broke test_compile:
there is no need to emit co_lnotab item when both offsets are zeros.
Lib/test/test_trace.py
Python/compile.c