Antoine Pitrou <pit...@free.fr> added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5683>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to