[Python-checkins] Python Regression Test Failures opt (1)

Facundo Batista facundobatista at gmail.com
Tue Apr 10 05:29:06 CEST 2007


2007/4/8, Neal Norwitz <nnorwitz at gmail.com>:

> Note:  the machine that runs this is also one of the buildbots.  The
> difference is that this is run in opt (ie, -O) mode.  This script is
> Misc/build.sh.  The relevant lines are:
>             $PYTHON -O $REGRTEST_ARGS >& build/$F
>
> Which the only thing that's of interest is that python is run with -O.
>  Hopefully if you run the test with -O you will be able to reproduce

Aha! It was an assert, that as wasn't being used, just skipped an
important readline(). Failed also in my machine when running with -O.

Changed it, commited it. I see everything OK. Could you p-p-please check again?

Regards,

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


More information about the Python-checkins mailing list