]> granicus.if.org Git - python/commit
In collect_children(), put a try-except around os.waitpid() because it
authorGuido van Rossum <guido@python.org>
Thu, 17 Jun 1999 15:41:33 +0000 (15:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Jun 1999 15:41:33 +0000 (15:41 +0000)
commitbfadac00ef54264ef74313a7f6b527a946b62670
treecac47e7c5aeb61fad6bf3b2d6ed958408277322c
parent873f0297c36e8a8096fb49f0e1b5062b194416fd
In collect_children(), put a try-except around os.waitpid() because it
may raise an exception (when there are no children).  Reported by
Andy Dustman.
Lib/SocketServer.py