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 joshbressers
Recipients dmalcolm, joshbressers, pitrou, vstinner
Date 2010-10-13.16:40:48
SpamBayes Score 5.197517e-05
Marked as misclassified No
Message-id <1286988051.26.0.150710072438.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
I am then confused by this in the initial comment:

> It calls indirectly PyUnicode_EncodeUTF8() and so call
> PyBytes_FromStringAndSize() which allocates memory on the heap.

I've not studied the patch though, so this may have changed.
History
Date User Action Args
2010-10-13 16:40:51joshbresserssetrecipients: + joshbressers, pitrou, vstinner, dmalcolm
2010-10-13 16:40:51joshbresserssetmessageid: <1286988051.26.0.150710072438.issue8863@psf.upfronthosting.co.za>
2010-10-13 16:40:48joshbresserslinkissue8863 messages
2010-10-13 16:40:48joshbresserscreate