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-14.07:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421220533.05.0.816346431255.issue20284@psf.upfronthosting.co.za>
In-reply-to
Content
Removed the new ABI functions, all new functions are static.

Duplicated bytes code in bytearray.

in-place interpolation returns new bytearray at this point.

I'll work on getting in-place working, but otherwise I'll commit this in a week so we have something in for the first alpha.
History
Date User Action Args
2015-01-14 07:28:54ethan.furmansetrecipients: + ethan.furman, nascheme, ncoghlan, vstinner, eric.smith, Arfrever, martin.panter
2015-01-14 07:28:53ethan.furmansetmessageid: <1421220533.05.0.816346431255.issue20284@psf.upfronthosting.co.za>
2015-01-14 07:28:53ethan.furmanlinkissue20284 messages
2015-01-14 07:28:52ethan.furmancreate