[issue33065] IDLE debugger: failure stepping through module loading

Terry J. Reedy report at bugs.python.org
Tue Apr 21 18:08:38 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Timothy, this is already more helpful than a simple 'me too'.  Can you reduce pgdata.dump to a truly minimal file that exhibits the bug?  and then upload it?  Installing any package into my local copy of the master CPython repository is problemmatical.  What I need is a file that I can download elsewhere, load into IDLE, run from a branch for this issue, and edit and rerun.  From the traceback, it appears that it might be as simple as 

class BinaryData:
    def __init__(self, bd):
        <minimal body>

BinaryData(b'')

----------

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


More information about the Python-bugs-list mailing list