Message326158
The Pdb bug and the IDLE bug are unrelated to each other:
Pdb fails because it is attempting to import the readline module every time its `trace_dispatch` is called, and the import implementation is not reentrant in that way.
IDLE is crashing because the uninitialized _ModuleLock instance raised an error when `repr` is called, and the IDLE debugger lacks code to catch that exception. |
|
Date |
User |
Action |
Args |
2018-09-23 15:13:50 | ppperry | set | recipients:
+ ppperry, brett.cannon, terry.reedy, ncoghlan, taleinat, eric.snow, cheryl.sabella, xtreak, piscvau@yahoo.fr |
2018-09-23 15:13:50 | ppperry | set | messageid: <1537715630.18.0.956365154283.issue34609@psf.upfronthosting.co.za> |
2018-09-23 15:13:50 | ppperry | link | issue34609 messages |
2018-09-23 15:13:50 | ppperry | create | |
|