Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fc167c6

Browse files
committed
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...
1 parent efb4609 commit fc167c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_socket.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def missing_ok(str):
122122
print 'received:', data
123123
conn.send(data)
124124
conn.close()
125-
os._exit(0)
126125
else:
127126
try:
128127
# child is client

0 commit comments

Comments
 (0)