[Python-Dev] Slowdown in Python CVS

Guido van Rossum guido@python.org
Thu, 27 Feb 2003 07:25:44 -0500


> My nightly run of pybench went up from the usual 7590ms per
> run to around 8200ms between Monday night and today. Can anyone
> explain this ?

Did you compare the outputs?  There could be importants hint there!
:-)

Maybe this checkin to ceval.c backfired?

----------------------------
revision 2.351
date: 2003/02/26 18:11:50;  author: rhettinger;  state: Exp;  lines: +18 -4
Micro-optimizations.
* List/Tuple checkexact is faster for the common case.
* Testing for Py_True and Py_False can be inlined for faster looping.
----------------------------

--Guido van Rossum (home page: http://www.python.org/~guido/)