Skip to content

Conversation

@pablogsal
Copy link
Member

@pablogsal pablogsal commented Oct 9, 2018

os.kill(pid, signal.SIGKILL)
os.waitpid(pid, 0)
with warnings.catch_warnings(record=True) as all_warn:
warnings.simplefilter("always")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't the recorded warnings just ignored?

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing warnings!

@pablogsal pablogsal merged commit 3058b7d into python:master Oct 10, 2018
@pablogsal pablogsal deleted the 33613-2 branch October 10, 2018 07:40
@pablogsal
Copy link
Member Author

Thank you for the catch and the review :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants