Open GoogleCodeExporter opened 9 years ago
A patch to kill usage of -E. We tested it and it seems to be consistently
clearing
PYTHONPATH in places that needs it (most of places cleared PYTHONPATH anyway).
Original comment by fij...@gmail.com
on 15 Jan 2010 at 11:16
Attachments:
Another patch (relative to the previous one) adding --inherit_env command line
option. Those two patches are enough to make PyPy work with perf.py.
Original comment by fij...@gmail.com
on 15 Jan 2010 at 12:01
Attachments:
perf.py-E.diff committed as r1001. Thanks for the patch!
Original comment by collinw
on 15 Jan 2010 at 8:48
The --inherit_env patch was committed in r1009. Thanks for the patch!
Original comment by collinw
on 20 Jan 2010 at 3:30
Note: Jython obeys JYTHONPATH instead of PYTHONPATH.
Original comment by collinw
on 20 Jan 2010 at 6:22
A strange bug if the benchmark run reports the same numbers all over the place
(can
happen in non time-based benchmarks). Patch attached.
Original comment by fij...@gmail.com
on 20 Jan 2010 at 9:50
Attachments:
A bunch of patches for pypy in one chunk. Mostly it's about being able to wrap
perf.py around.
Original comment by fij...@gmail.com
on 20 Jan 2010 at 9:26
Attachments:
r1014 sets JYTHONPATH to support Jython. The latest Jython release fails on
some
benchmarks (like html5lib and nbody), but the other benchmarks I've tested work.
Original comment by collinw
on 20 Jan 2010 at 10:31
perf-bug.diff committed in r1018. Thanks for the patch!
Original comment by collinw
on 20 Jan 2010 at 10:52
perf.diff committed as r1022. Thanks for the patch!
Original comment by collinw
on 21 Jan 2010 at 1:02
Original comment by collinw
on 26 Jan 2010 at 12:58
One subproject that would be useful here would be to make 2to3 able to be run
under
Python 2.5 so that Jython, PyPy, IronPython, etc can run it. This may be as
simple as
adding "from __future__ import with_statement" imports in 2to3, then updating
the
version being used in the benchmark suite.
Original comment by collinw
on 21 Feb 2010 at 6:13
Original issue reported on code.google.com by
collinw
on 14 Jan 2010 at 11:32