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:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536367350.84.0.56676864532.issue34609@psf.upfronthosting.co.za>
In-reply-to
Content
I have Python 3.6.5 on Ubuntu 18.04.  Initially, I was unable to recreate the issue.  However, issue33065 from 4 months ago has the same trace (except on a different import), so I tried stepping through debug using the minimal example that Terry gave and successfully reproduced the trace.

I then tried a new build of 3.8 on Ubuntu and was also able to reproduce by using 'step' while in debug.

I also was able to recreate using 'step' under 3.6.3 on Windows 7.

Note: At one point while stepping, the debug window shows a KeyError on unittest.  You'll see it yourself, but it is interesting.
History
Date User Action Args
2018-09-08 00:42:30cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, taleinat, piscvau@yahoo.fr
2018-09-08 00:42:30cheryl.sabellasetmessageid: <1536367350.84.0.56676864532.issue34609@psf.upfronthosting.co.za>
2018-09-08 00:42:30cheryl.sabellalinkissue34609 messages
2018-09-08 00:42:30cheryl.sabellacreate