mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Get rig of EnvironmentError (#16705)
This commit is contained in:
parent
6eda46de99
commit
3438fa496d
16 changed files with 34 additions and 35 deletions
|
@ -149,7 +149,7 @@ class TestRandomNameSequence(BaseTestCase):
|
|||
# via any bugs above
|
||||
try:
|
||||
os.kill(pid, signal.SIGKILL)
|
||||
except EnvironmentError:
|
||||
except OSError:
|
||||
pass
|
||||
os.close(read_fd)
|
||||
os.close(write_fd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue