You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either a child process is not dying or the sentinel isn't read properly cause p.is_alive() to return True after p.join(5) returns and p.exitcode is None.
Don't spawn in a thread pool to cut down on latency
`mp.conn.wait` and `Popen.sentinel` geventified
Patched `spawnv_passfds` adds children to watch list
Increase size of the manager test
fixes#8
Don't spawn in a thread pool to cut down on latency
`mp.conn.wait` and `Popen.sentinel` geventified
Patched `spawnv_passfds` adds children to watch list
Increase size of the manager test
fixes#8
Either a child process is not dying or the sentinel isn't read properly cause
p.is_alive()
to returnTrue
afterp.join(5)
returns andp.exitcode
isNone
.Weird.
geventmp/src/integrationtest/python/monkey_mp_tests.py
Line 198 in e6746a3
The text was updated successfully, but these errors were encountered: