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 terry.reedy
Recipients Al.Sweigart, loewis, roger.serwy, terry.reedy
Date 2017-10-25.19:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508959721.51.0.213398074469.issue15335@psf.upfronthosting.co.za>
In-reply-to
Content
The debugger also steps into importlib, if one steps 'into' an import statement.  Most of the time, this is a nuisance.  If one is importing from one's own module, stepping over 'import mymod' is not a satisfactory way to avoid this.  Perhaps we should add '(X) Step past IDLE internals' and '(X) Step past Python internals', both on by default.  'python internals' would be builtin features that happen be implemented, at least in CPython, in python rather than the internal language. Other ideas: a drop down skip list with items checked.  Or a general policy of skipping Lib/* with a list of exceptions.
History
Date User Action Args
2017-10-25 19:28:41terry.reedysetrecipients: + terry.reedy, loewis, roger.serwy, Al.Sweigart
2017-10-25 19:28:41terry.reedysetmessageid: <1508959721.51.0.213398074469.issue15335@psf.upfronthosting.co.za>
2017-10-25 19:28:41terry.reedylinkissue15335 messages
2017-10-25 19:28:41terry.reedycreate