[New-bugs-announce] [issue15911] Debugging import problems is hard

Jean-Paul Calderone report at bugs.python.org
Mon Sep 10 21:30:36 CEST 2012


New submission from Jean-Paul Calderone:

Debugging problems involving the frozen importlib._bootstrap is difficult, because the source for importlib._bootstrap is not available to pdb.  The bootstrap code can be stepped through, but with only function names and line numbers available, not source lines.

The value of having importlib written in Python would be greatly enhanced if it were more like a regular Python module that, eg, pdb could display source lines from.

----------
components: Interpreter Core, Library (Lib)
messages: 170221
nosy: exarkun
priority: normal
severity: normal
status: open
title: Debugging import problems is hard
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15911>
_______________________________________


More information about the New-bugs-announce mailing list