[pypy-dev] Current failures
Ben.Young at risk.sungard.com
Ben.Young at risk.sungard.com
Fri Sep 9 10:29:41 CEST 2005
Hi Everyone,
Further to my previous mail, I just read the pypy logs for last night, and
I wanted to say well done for fixing such a delicate problem. I'm sorry
for causing you all so much work.
Cheers,
Ben
pypy-dev-bounces at codespeak.net wrote on 08/09/2005 17:53:40:
> Hi Ben,
>
> Thanks for tirelessly reporting Windows failures :-)
> Which exact Windows are you using, BTW?
>
> The link failures should be resolved. They are due to the unsetenv()
> built-in missing on Windows, but still present in os.py -- faked,
> implemented in pure Python as os.setenv(xxx, ''). This caused all parts
> of the translation to assume that there was an unsetenv() built-in, but
> the C include files at the end didn't actually define it because CPython
> doesn't define HAVE_UNSETENV.
>
> The rounding errors are more tricky. We could of course just use an "is
> almost equal" comparison, but still we are a bit clueless (though
> Christian is digging).
>
>
> Armin
> _______________________________________________
> pypy-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/pypy-dev
>
>
More information about the pypy-dev
mailing list