This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients exarkun
Date 2012-09-10.19:30:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347305436.8.0.778141669429.issue15911@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-10 19:30:36exarkunsetrecipients: + exarkun
2012-09-10 19:30:36exarkunsetmessageid: <1347305436.8.0.778141669429.issue15911@psf.upfronthosting.co.za>
2012-09-10 19:30:36exarkunlinkissue15911 messages
2012-09-10 19:30:36exarkuncreate