commit | da4eb5c3b55df9b7d6957ddd0458313102f0a92e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 24 03:43:35 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 24 03:43:35 1997 +0000 |
tree | 039fce63e172aeb9fb9858d026e60a333efff82a | |
parent | 767579854c5b001a6099e1b11164376f60a8e0cd [diff] |
Instead of emitting SET_LINENO instructions, generate a line number table which is incorporated in the code object. This way, the runtime overhead to keep track of line numbers is only incurred when an exception has to be reported.