Message85639
Note about my patch: the buffer should be truncated after
PyBytes_Concat(&self->buffer.pybytes, data) to avoid very long buffer.
Something like: self->buffer.pybytes += data; self->buffer.pybytes =
self->buffer.pybytes[index:]; self->buffer.index=0; |
|
Date |
User |
Action |
Args |
2009-04-06 12:02:57 | vstinner | set | recipients:
+ vstinner, amaury.forgeotdarc, pitrou, alexandre.vassalotti, hagen |
2009-04-06 12:02:57 | vstinner | set | messageid: <1239019377.28.0.966057827814.issue3873@psf.upfronthosting.co.za> |
2009-04-06 12:02:56 | vstinner | link | issue3873 messages |
2009-04-06 12:02:55 | vstinner | create | |
|