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 gregory.p.smith
Recipients Gilles.Louppe, belopolsky, eric.smith, gregory.p.smith, loewis, pitrou, rybesh, serhiy.storchaka, vstinner
Date 2013-02-03.20:17:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359922638.69.0.884050950337.issue7358@psf.upfronthosting.co.za>
In-reply-to
Content
Include/cStringIO.h is public and the name of the structure "PycStringIO" lacks an _ which implies that it is public.

There appear to be a few references to it in external projects doing some searching.  A (very old) version of twisted/protocols/_c_urlarg.c uses it for example.

Doing the latter and limiting writes to INT_MAX but allowing greater to accumulate makes sense.
History
Date User Action Args
2013-02-03 20:17:18gregory.p.smithsetrecipients: + gregory.p.smith, loewis, belopolsky, pitrou, vstinner, eric.smith, rybesh, serhiy.storchaka, Gilles.Louppe
2013-02-03 20:17:18gregory.p.smithsetmessageid: <1359922638.69.0.884050950337.issue7358@psf.upfronthosting.co.za>
2013-02-03 20:17:18gregory.p.smithlinkissue7358 messages
2013-02-03 20:17:18gregory.p.smithcreate