Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 10, 2019

  • Write a message when killing a worker process
  • Put a timeout on the second popen.communicate() call
    (after killing the process)
  • Put a timeout on popen.wait() call
  • Catch popen.kill() and popen.wait() exceptions

(cherry picked from commit de2d9ee)

https://bugs.python.org/issue37531

* Write a message when killing a worker process
* Put a timeout on the second popen.communicate() call
  (after killing the process)
* Put a timeout on popen.wait() call
* Catch popen.kill() and popen.wait() exceptions

(cherry picked from commit de2d9ee)
@bedevere-bot bedevere-bot added the tests Tests in the Lib/test dir label Sep 10, 2019
@vstinner vstinner merged commit d42a4fd into python:3.8 Sep 10, 2019
@vstinner vstinner deleted the regrtest38 branch September 10, 2019 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants