]> granicus.if.org Git - python/commit
Vladimir Marangozov: This fixes the line number in the string
authorGuido van Rossum <guido@python.org>
Fri, 7 Apr 2000 01:21:36 +0000 (01:21 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Apr 2000 01:21:36 +0000 (01:21 +0000)
commita396a883aff2b218680f04a7f17db91bc940e94e
tree0ad5e92847853028ca4f357b2c3287bc996cf70c
parentfa9ef1864fb17b1d42456b15811d66029a2fa91e
Vladimir Marangozov: This fixes the line number in the string
representation of code objects when optimization is on (python -O). It
was always reported as -1 instead of the real lineno.
Python/compile.c