commit | 225cb8d077b9d34ec20480aad3cbd9018798546f | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Wed May 02 19:36:11 2012 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Wed May 02 19:36:11 2012 +0100 |
tree | 9e55124874a98a163a27990f7e1d10a37339842f | |
parent | d59240de8311a493ead948f382cc07e0d70fb1c1 [diff] |
Make test_multiprocessing cleanup properly Previously, when an error was encountered some processes would not be stopped until atexit callbacks were run. On Windows that was too late to prevent a PermissionError when regrtest tried to remove the temp directory it ran the tests in.