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 devarakondapranav
Recipients benjamin.peterson, devarakondapranav, rhettinger, serhiy.storchaka, xtreak
Date 2018-10-12.03:00:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539313260.49.0.788709270274.issue34893@psf.upfronthosting.co.za>
In-reply-to
Content
I have added a final condition that converts the arguments passed to bytes only if the type of object is socket and the method is send() in the generated code. All the other conversions still function as expected.
History
Date User Action Args
2018-10-12 03:01:00devarakondapranavsetrecipients: + devarakondapranav, rhettinger, benjamin.peterson, serhiy.storchaka, xtreak
2018-10-12 03:01:00devarakondapranavsetmessageid: <1539313260.49.0.788709270274.issue34893@psf.upfronthosting.co.za>
2018-10-12 03:01:00devarakondapranavlinkissue34893 messages
2018-10-12 03:01:00devarakondapranavcreate