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-10.21:10:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536613822.32.0.56676864532.issue34609@psf.upfronthosting.co.za>
In-reply-to
Content
Following up, I was able to recreate under 3.8 using pdb in powershell, so it's not just in IDLE.

Traceback (most recent call last):
  File "N:\projects\cpython\lib\pdb.py", line 1697, in main
    pdb._runscript(mainpyfile)
  File "N:\projects\cpython\lib\pdb.py", line 1566, in _runscript
    self.run(statement)
  File "N:\projects\cpython\lib\bdb.py", line 586, in run
    exec(cmd, globals, locals)
  File "<string>", line 1, in <module>
  File "c:\users\onedrive\desktop\step.py", line 1, in <module>
    import unittest
  File "<frozen importlib._bootstrap>", line 980, in _find_and_load
  File "<frozen importlib._bootstrap>", line 149, in __enter__
  File "<frozen importlib._bootstrap>", line 101, in acquire
KeyError: 14104
History
Date User Action Args
2018-09-10 21:10:22cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, taleinat, piscvau@yahoo.fr
2018-09-10 21:10:22cheryl.sabellasetmessageid: <1536613822.32.0.56676864532.issue34609@psf.upfronthosting.co.za>
2018-09-10 21:10:22cheryl.sabellalinkissue34609 messages
2018-09-10 21:10:22cheryl.sabellacreate