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 tzickel
Recipients benjamin.peterson, serhiy.storchaka, stutzbach, tzickel
Date 2018-11-10.17:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541871814.68.0.788709270274.issue35210@psf.upfronthosting.co.za>
In-reply-to
Content
How is that different from the situation today ? The bytearray passed to readinto() is deleted before the function ends.

This revision simply changes 2 mallocs and a memcpy to 1 malloc and a potential realloc.
History
Date User Action Args
2018-11-10 17:43:34tzickelsetrecipients: + tzickel, benjamin.peterson, stutzbach, serhiy.storchaka
2018-11-10 17:43:34tzickelsetmessageid: <1541871814.68.0.788709270274.issue35210@psf.upfronthosting.co.za>
2018-11-10 17:43:34tzickellinkissue35210 messages
2018-11-10 17:43:34tzickelcreate