Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> writes: > Yes, but test can freeze. In that case, I'm worried that > (snip) > rt.bat .... # freeze here (will be halt by buildbot) > vcbuild .... & kill_python_d # Will this be called? > in test.bat.
Yeah, you're right. It may be impossible to completely eliminate the risk of a process getting stuck without doing something external to the build process, so long as the first thing a new build tries to do is an svn checkout that will fail if the process is still running. Having the kill operation in clean.bat covers the vast majority of the common cases with a minimum change, so seems the simplest. -- David _______________________________________________ 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