| os.kill(pid, signal.SIGKILL) | ||
| os.waitpid(pid, 0) | ||
| with warnings.catch_warnings(record=True) as all_warn: | ||
| warnings.simplefilter("always") |
There was a problem hiding this comment.
Aren't the recorded warnings just ignored?
There was a problem hiding this comment.
Thank you for fixing warnings!
|
Thank you for the catch and the review :) |
https://bugs.python.org/issue33613