[issue33065] IDLE debugger: failure stepping through module loading

ppperry report at bugs.python.org
Sun Sep 30 22:09:04 EDT 2018


ppperry <mapreader at olum.org> added the comment:

Line 59 isn't actually executed; the error comes from the trace event that gets fired before line 59, which is the first `line` event in the frame containing the uninitialized _ModuleLock.

----------
nosy: +ppperry

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33065>
_______________________________________


More information about the Python-bugs-list mailing list