mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Did nobody ever notice that "make test" didn't print the summary line
any more? This was because the *parent* process in test_socket.py did an os._exit(0)! Getting rid of that now...
This commit is contained in:
parent
efb4609c4a
commit
fc167c6ba2
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ try:
|
|||
print 'received:', data
|
||||
conn.send(data)
|
||||
conn.close()
|
||||
os._exit(0)
|
||||
else:
|
||||
try:
|
||||
# child is client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue