]> granicus.if.org Git - python/commit
Issue #17911: traceback module overhaul
authorRobert Collins <rbtcollins@hp.com>
Wed, 4 Mar 2015 23:07:57 +0000 (12:07 +1300)
committerRobert Collins <rbtcollins@hp.com>
Wed, 4 Mar 2015 23:07:57 +0000 (12:07 +1300)
commit6bc2c1e7ebf359224e5e547f58ffc2c42cb36a39
treea4fa620827bc620fff1bc68f480f35c849ee91e1
parent0bfd0a40486d1eac92572e7272d25e3e405b7aef
Issue #17911: traceback module overhaul

Provide a way to seed the linecache for a PEP-302 module without actually
loading the code.

Provide a new object API for traceback, including the ability to not lookup
lines at all until the traceback is actually rendered, without any trace of the
original objects being kept alive.
Doc/library/linecache.rst
Doc/library/traceback.rst
Lib/linecache.py
Lib/test/test_linecache.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS