commit | 504939fdf4ebdff47aacfab7876754edeb57bbe1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 11 17:14:31 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri Aug 11 17:14:31 2017 +0200 |
tree | db4dd6167eedd171775dc35b8f26191c8d035416 | |
parent | 4dea06531ece28dffc1452de2694fb22e99b45f9 [diff] |
bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) test_subprocess now also calls reap_children() in tearDown(), not only on setUp(). (cherry picked from commit cc42c121eb5346f673247f95dac575aadb77d66c)