Tim Peters schrieb:
> I just noticed that the bsddb portion of Python fails to compile on
> the 2.4 Windows buildbots, but for some reason the buildbot machinery
> doesn't notice the failure:

It's been a while that a failure to build some extension modules doesn't
cause the "compile" step to fail; this just happened with the _ssl.pyd
module before.

I'm not sure how build.bat communicates an error, or whether devenv.com
fails in some way when some build step fails.

Revision 43156 may contribute here, which adds additional commands
into build.bat after devenv.com is invoked.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to