Closed
Description
By lazily computing tb_lineno
of tracebacks, we can avoid parsing the line and column table and avoid a lot of overhead that comes with accessing line number information.
See faster-cpython/ideas#407 for discussion.
By lazily computing tb_lineno
of tracebacks, we can avoid parsing the line and column table and avoid a lot of overhead that comes with accessing line number information.
See faster-cpython/ideas#407 for discussion.