master: make mitogen minimally functional under gevent
It seems gevent automatically sets blocking behaviour on fds produced by the socket module, which causes the Python process we fork to fail horribly. So in the child, always reset the blocking flag.
Showing
Please register or sign in to comment