bpo-30356: Fix test_mymanager_context() of multiprocessing by vstinner · Pull Request #7968 · python/cpython
test_mymanager_context() now also accepts -SIGTERM as an expected exitcode for the manager process. The process is killed with SIGTERM if it takes longer than 1 second to stop.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jun 27, 2018miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Jun 27, 2018miss-islington added a commit that referenced this pull request
Jun 27, 2018test_mymanager_context() now also accepts -SIGTERM as an expected exitcode for the manager process. The process is killed with SIGTERM if it takes longer than 1 second to stop. (cherry picked from commit fbd7172) Co-authored-by: Victor Stinner <vstinner@redhat.com>
miss-islington added a commit that referenced this pull request
Jun 27, 2018test_mymanager_context() now also accepts -SIGTERM as an expected exitcode for the manager process. The process is killed with SIGTERM if it takes longer than 1 second to stop. (cherry picked from commit fbd7172) Co-authored-by: Victor Stinner <vstinner@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters