Message198082
This primitive doesn't not well fit a case of compressed streams. A chunk of compressed data read from underlied file object can be uncompressed to unpredictable large data. We can't limit the size of buffer.
Another point is that buffer interface is not very appropriate for Python implementation. And we want left as much Python code in gzip, bz2, lzma and zipfile as possible. Copying from bytes into buffer and back will just waste resources. |
|
Date |
User |
Action |
Args |
2013-09-19 15:26:00 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, alanmcintyre, pitrou, nadeem.vawda, benjamin.peterson, stutzbach |
2013-09-19 15:26:00 | serhiy.storchaka | set | messageid: <1379604360.94.0.699623815139.issue19051@psf.upfronthosting.co.za> |
2013-09-19 15:26:00 | serhiy.storchaka | link | issue19051 messages |
2013-09-19 15:26:00 | serhiy.storchaka | create | |
|