Message127914
Here is a proof-of-concept patch for the pure Python version of TextIOWrapper.tell(). It turns the O(CHUNK_SIZE) operation into an O(1) operation most of time (still O(CHUNK_SIZE) worst-case - weird decoders and/or crazy input). |
|
| Date |
User |
Action |
Args |
| 2011-02-04 18:10:05 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, dsm001, eric.smith, Laurens |
| 2011-02-04 18:10:05 | pitrou | set | messageid: <[email protected]> |
| 2011-02-04 18:10:04 | pitrou | link | issue11114 messages |
| 2011-02-04 18:10:03 | pitrou | create | |
|