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 pitrou
Recipients alexandre.vassalotti, collinwinter, jcsalterego, pitrou, skip.montanaro
Date 2010-01-13.10:13:13
SpamBayes Score 0.005237677
Marked as misclassified No
Message-id <1263377595.37.0.106859445549.issue5683@psf.upfronthosting.co.za>
In-reply-to
Content
Do we need an intermediate buffer at all when called from dumps()? How about allocating the buffer as a PyStringObject, so that it can be used directly for the result in that case?
(IIRC there's a handy _PyString_Resize function)
History
Date User Action Args
2010-01-13 10:13:15pitrousetrecipients: + pitrou, skip.montanaro, collinwinter, alexandre.vassalotti, jcsalterego
2010-01-13 10:13:15pitrousetmessageid: <1263377595.37.0.106859445549.issue5683@psf.upfronthosting.co.za>
2010-01-13 10:13:14pitroulinkissue5683 messages
2010-01-13 10:13:13pitroucreate