We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f206187 commit 16db6edCopy full SHA for 16db6ed
changelog/378.bugfix.rst
@@ -0,0 +1 @@
1
+Fix support for gevent monkeypatching
xdist/workermanage.py
@@ -268,7 +268,7 @@ def shutdown(self):
268
if not self._down:
269
try:
270
self.sendcommand("shutdown")
271
- except IOError:
+ except (IOError, OSError):
272
pass
273
self._shutdown_sent = True
274
0 commit comments