deb-python-linecache2/linecache2
Robert Collins 9b5bed0828 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.
2015-03-06 14:26:47 +13:00
..
tests Issue #17911: traceback module overhaul 2015-03-06 14:26:47 +13:00
__init__.py Issue #17911: traceback module overhaul 2015-03-06 14:26:47 +13:00