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 cheryl.sabella
Recipients cheryl.sabella, piscvau@yahoo.fr, taleinat, terry.reedy
Date 2018-09-08.00:52:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536367966.31.0.56676864532.issue34609@psf.upfronthosting.co.za>
In-reply-to
Content
Just to help track this down, 'import math' does not cause the trace, but 'import email' does.  It seems to be modules that have a loader function.  My guess (but I haven't tried it yet) is that this would happen if stepping through pdb outside of IDLE too.
History
Date User Action Args
2018-09-08 00:52:46cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, taleinat, piscvau@yahoo.fr
2018-09-08 00:52:46cheryl.sabellasetmessageid: <1536367966.31.0.56676864532.issue34609@psf.upfronthosting.co.za>
2018-09-08 00:52:46cheryl.sabellalinkissue34609 messages
2018-09-08 00:52:46cheryl.sabellacreate