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, martin.panter, pitrou, serhiy.storchaka, stutzbach
Date 2016-04-09.21:39:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460237991.77.0.717989172088.issue26720@psf.upfronthosting.co.za>
In-reply-to
Content
Another option is to use the bytes object as internal buffer. If its refcount is == 1 (normal case), it is modified in-place, otherwise (if the reference is saved outside) new bytes object is created.
History
Date User Action Args
2016-04-09 21:39:51serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, martin.panter
2016-04-09 21:39:51serhiy.storchakasetmessageid: <1460237991.77.0.717989172088.issue26720@psf.upfronthosting.co.za>
2016-04-09 21:39:51serhiy.storchakalinkissue26720 messages
2016-04-09 21:39:51serhiy.storchakacreate