Re: [Python-Dev] IO performance

2009-01-27 Thread Bill Janssen
Antoine Pitrou wrote: > There is an SVN branch with a complete rewrite (in C) of the IO stack. You can > find it in branches/io-c. Apart from a problem in _ssl.c, it should be quite > usable. Your tests and observations are welcome! And I'll look at that _ssl.c problem. Bill ___

Re: [Python-Dev] IO performance

2009-01-27 Thread Antoine Pitrou
Hello Kevin, > As an interested observer, but not yet user of the 3.x series, I was wondering about progress on restoring io performance and what release those improvements were slated for. There is an SVN branch with a complete rewrite (in C) of the IO stack. You can find it in branches/io-c. A