This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients mark.dickinson, pitrou
Date 2009-03-29.13:36:47
SpamBayes Score 5.879608e-06
Marked as misclassified No
Message-id <1238333889.6448.55.camel@fsol>
In-reply-to <1238332842.25.0.83399575823.issue5593@psf.upfronthosting.co.za>
Content
> > Wouldn't it be a problem with stale pyc files then?
> 
> Hah!  Yes!  That seems entirely likely.
> 
> So what sequence of moves does one have to go through
> to reproduce this?

I suppose: first run "-m test.regrtest -v test_math" in 64-bit mode,
then rebuild in 32-bit mode (*) without doing "make (dist)clean", then
run "-m test.regrtest -v test_math" again (in 32-bit mode).

(*) CC="gcc -m32" ./configure
History
Date User Action Args
2009-03-29 13:36:49pitrousetrecipients: + pitrou, mark.dickinson
2009-03-29 13:36:48pitroulinkissue5593 messages
2009-03-29 13:36:48pitroucreate