[Python-Dev] cpython: Try doing a raw test of os.fork()/os.kill().

Antoine Pitrou solipsis at pitrou.net
Thu Oct 17 17:38:14 CEST 2013


On Thu, 17 Oct 2013 15:33:02 +0200 (CEST)
richard.oudkerk <python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/9558e9360afc
> changeset:   86401:9558e9360afc
> parent:      86399:9cd88b39ef62
> user:        Richard Oudkerk <shibturn at gmail.com>
> date:        Thu Oct 17 14:24:06 2013 +0100
> summary:
>   Try doing a raw test of os.fork()/os.kill().

For this kind of ad-hoc testing, you can also use a custom builder to
avoid disrupting the main source tree:

http://docs.python.org/devguide/buildbots.html#custom-builders

Regards

Antoine.




More information about the Python-Dev mailing list