]> granicus.if.org Git - python/commit
Get the line number from PyCode_Addr2Line instead of believing
authorGuido van Rossum <guido@python.org>
Fri, 24 Jan 1997 04:02:55 +0000 (04:02 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Jan 1997 04:02:55 +0000 (04:02 +0000)
commitb3f515af646abf590f57fc6fe0da9eedfbbbb367
tree942fd0df06b9d98b6c746f8fca7c1802c794a05c
parent747596a4917cc8924519bdee081a894ebcb0e059
Get the line number from PyCode_Addr2Line instead of believing
tb_lineno.  Store it in tb_lineno for the user.
Python/traceback.c