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.
2 parents f206187 + 16db6ed commit 646eb86Copy full SHA for 646eb86
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