]> granicus.if.org Git - python/commit
Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO.
authorGuido van Rossum <guido@python.org>
Mon, 3 Mar 1997 19:14:45 +0000 (19:14 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 3 Mar 1997 19:14:45 +0000 (19:14 +0000)
commit7614da6b8743f1076dc68f130684b79bf4a78c0c
tree62570772c342232582cb40517b72fa423774f4a0
parente9e47796c8138158b07a358754b28c0211de9103
Add -O option which sets Py_OptimizeFlag to avoid emitting SET_LINENO.

Fred: sorry, I hadn't checked these changes in.  This should fix your
tracebacks!
Modules/main.c