mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Whitespace normalization.
This commit is contained in:
parent
15c1fe5047
commit
f733abb783
21 changed files with 128 additions and 128 deletions
|
|
@ -120,7 +120,7 @@ else:
|
|||
##if False and lines != ['In child, calling os.setsid()',
|
||||
## 'Good: OSError was raised.', '']:
|
||||
## raise TestFailed("Unexpected output from child: %r" % line)
|
||||
|
||||
|
||||
(pid, status) = os.waitpid(pid, 0)
|
||||
res = status >> 8
|
||||
debug("Child (%d) exited with status %d (%d)."%(pid, res, status))
|
||||
|
|
@ -140,8 +140,8 @@ else:
|
|||
## pass
|
||||
##else:
|
||||
## raise TestFailed("Read from master_fd did not raise exception")
|
||||
|
||||
|
||||
|
||||
|
||||
os.close(master_fd)
|
||||
|
||||
# pty.fork() passed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue