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 serhiy.storchaka
Recipients benjamin.peterson, devarakondapranav, rhettinger, serhiy.storchaka, xtreak
Date 2018-10-06.05:30:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538803857.74.0.545547206417.issue34893@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sure that this would break the code which sends bytes objects and expects to receive bytes objects.

s.send(struct.pack('!I', x))
q, w, e = struct.unpack('!IHQ', s.recv(4))
History
Date User Action Args
2018-10-06 05:30:57serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, benjamin.peterson, xtreak, devarakondapranav
2018-10-06 05:30:57serhiy.storchakasetmessageid: <1538803857.74.0.545547206417.issue34893@psf.upfronthosting.co.za>
2018-10-06 05:30:57serhiy.storchakalinkissue34893 messages
2018-10-06 05:30:57serhiy.storchakacreate