]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add Python implementation to the machine details.
authorMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 22:59:36 +0000 (22:59 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 13 Jan 2007 22:59:36 +0000 (22:59 +0000)
commita50e6233f52bd6a00d07463e1a9dde51b68b4d9b
tree0d0714dfd8a9a70fa6d6df26cba61995a4a056f3
parent10514a70ace6ba5b67d2b34dc4c0738d30f51226
Add Python implementation to the machine details.

Pretty-print the Python version used for running PyBench.

Let the user know when calibration has finished.

1563844 ] pybench support for IronPython:

Simplify Unicode version detection.

Make garbage collection and check interval settings optional if
the Python implementation doesn't support thess (e.g. IronPython).
Tools/pybench/pybench.py