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 ethan.furman
Recipients Arfrever, eric.smith, ethan.furman, martin.panter, nascheme, ncoghlan, vstinner
Date 2015-01-17.18:37:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421519831.17.0.0374787731341.issue20284@psf.upfronthosting.co.za>
In-reply-to
Content
Better patch, along the lines of my original thought:

  - byarrayformat converts bytearray to bytes
  - calls bytesformat (now _PyBytes_Format) to do the heavy lifting
  - uses PyByteArray_FromObject to tranform back to bytearray

Now working on in-place format.
History
Date User Action Args
2015-01-17 18:37:12ethan.furmansetrecipients: + ethan.furman, nascheme, ncoghlan, vstinner, eric.smith, Arfrever, martin.panter
2015-01-17 18:37:11ethan.furmansetmessageid: <1421519831.17.0.0374787731341.issue20284@psf.upfronthosting.co.za>
2015-01-17 18:37:11ethan.furmanlinkissue20284 messages
2015-01-17 18:37:11ethan.furmancreate