[issue12911] Expose a private accumulator C API

Antoine Pitrou report at bugs.python.org
Thu Oct 6 19:15:58 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

I added a comment insisting that the API is private and can be changed at any moment.
StringIO can actually re-use that API, rather than the reverse. No need to instantiate a full-blown file object when all you want to do is to join a bunch of strings.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12911>
_______________________________________


More information about the Python-bugs-list mailing list