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 terry.reedy
Recipients brett.cannon, geitda, jcdlr, om364@, ppperry, terry.reedy
Date 2020-04-21.22:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587506918.49.0.839348636.issue33065@roundup.psfhosted.org>
In-reply-to
Content
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'')
History
Date User Action Args
2020-04-21 22:08:38terry.reedysetrecipients: + terry.reedy, brett.cannon, ppperry, geitda, jcdlr, om364@
2020-04-21 22:08:38terry.reedysetmessageid: <1587506918.49.0.839348636.issue33065@roundup.psfhosted.org>
2020-04-21 22:08:38terry.reedylinkissue33065 messages
2020-04-21 22:08:38terry.reedycreate