[Python-Dev] gzip Patch (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Wed Apr 25 07:06:38 CEST 2007
- Previous message: [Python-Dev] gzip Patch
- Next message: [Python-Dev] Patch reviews and request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I posted patch 1675951 a while ago that fixes a performance problem for small reads in the gzip stdlib module. It also removes the necessity for seeking while reading gzip files (allows reading from stdin now).
Is there anything I can/have to do to get the patch in?
If you want to prioritize processing over other patches, please review 5 other patches, then post the list of those patches to python-dev, and I will give your patch priority.
Regards, Martin
- Previous message: [Python-Dev] gzip Patch
- Next message: [Python-Dev] Patch reviews and request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]