commit | c85b6a2d4d35d6ee0053a8f5870113512c1cdcb6 | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Sat Feb 22 13:07:53 2003 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Sat Feb 22 13:07:53 2003 +0000 |
tree | b6d09582de2d4d21a7a82e9e773bf49671bb6b9c | |
parent | d9bb1a0b01c65e7c8eecb5024ee58d91f967e2e4 [diff] |
After the removal of SET_LINENO, PyCode_Addr2Line has always been called to find tb_lineno -- even if Py_OptimizeFlag is true. So don't call it again when printing the traceback.