Re: [Python-Dev] 2.7 is here until 2020, please don't call it a waste.

2015-06-03 Thread M.-A. Lemburg
On 02.06.2015 21:07, Maciej Fijalkowski wrote: Hi There was a PSF-sponsored effort to improve the situation with the https://bitbucket.org/pypy/codespeed2/src being written (thank you PSF). It's not better enough than codespeed that I would like, but gives some opportunities. That said,

Re: [Python-Dev] zipimport

2015-06-03 Thread Antoine Pitrou
On Tue, 02 Jun 2015 21:20:10 + Brett Cannon br...@python.org wrote: I vaguely remember people suggesting writing the minimal zip reading code in C but I can't remember why since we have I/O access in importlib through _io and thus it's really just the pulling apart of the zip file to get

Re: [Python-Dev] 2.7 is here until 2020, please don't call it a waste.

2015-06-03 Thread Maciej Fijalkowski
On Wed, Jun 3, 2015 at 11:38 AM, M.-A. Lemburg m...@egenix.com wrote: On 02.06.2015 21:07, Maciej Fijalkowski wrote: Hi There was a PSF-sponsored effort to improve the situation with the https://bitbucket.org/pypy/codespeed2/src being written (thank you PSF). It's not better enough than

Re: [Python-Dev] zipimport

2015-06-03 Thread Brett Cannon
On Wed, Jun 3, 2015 at 5:00 AM Antoine Pitrou solip...@pitrou.net wrote: On Tue, 02 Jun 2015 21:20:10 + Brett Cannon br...@python.org wrote: I vaguely remember people suggesting writing the minimal zip reading code in C but I can't remember why since we have I/O access in importlib

Re: [Python-Dev] 2.7 is here until 2020, please don't call it a waste.

2015-06-03 Thread R. David Murray
On Wed, 03 Jun 2015 12:04:10 +0200, Maciej Fijalkowski fij...@gmail.com wrote: On Wed, Jun 3, 2015 at 11:38 AM, M.-A. Lemburg m...@egenix.com wrote: On 02.06.2015 21:07, Maciej Fijalkowski wrote: Hi There was a PSF-sponsored effort to improve the situation with the

Re: [Python-Dev] 2.7 is here until 2020, please don't call it a waste.

2015-06-03 Thread Maciej Fijalkowski
On Wed, Jun 3, 2015 at 3:49 PM, R. David Murray rdmur...@bitdance.com wrote: On Wed, 03 Jun 2015 12:04:10 +0200, Maciej Fijalkowski fij...@gmail.com wrote: On Wed, Jun 3, 2015 at 11:38 AM, M.-A. Lemburg m...@egenix.com wrote: On 02.06.2015 21:07, Maciej Fijalkowski wrote: Hi There was

Re: [Python-Dev] zipimport

2015-06-03 Thread Rose Ames
On 06/03/2015 08:56 AM, Antoine Pitrou wrote: Le 03/06/2015 14:34, Rose Ames a écrit : On 06/03/2015 04:59 AM, Antoine Pitrou wrote: On Tue, 02 Jun 2015 21:20:10 + Brett Cannon br...@python.org wrote: I vaguely remember people suggesting writing the minimal zip reading code in C but I

Re: [Python-Dev] 2.7 is here until 2020, please don't call it a waste.

2015-06-03 Thread Tetsuya Morimoto
If someone were to volunteer to set up and run speed.python.org, I think we could add some additional focus on performance regressions. Right now, we don't have any way of reliably and reproducibly testing Python performance. I'm very interested in speed.python.org and feel regret that the