On Thu, 17 Oct 2013 15:33:02 +0200 (CEST) richard.oudkerk <[email protected]> wrote: > http://hg.python.org/cpython/rev/9558e9360afc > changeset: 86401:9558e9360afc > parent: 86399:9cd88b39ef62 > user: Richard Oudkerk <[email protected]> > 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. _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
