Assaf added the comment:
The fact that now there is a redirector process seems to me like a regression
issue.
I have an application which Popen several processes and uses the Popen object
in order to get the subprocesses pids and act upon this pids (i.e. looks for
log files with associated
New submission from Assaf Dayan :
In asyncio, 'await asyncio.sleep(0)' is used to relinquish control and check
for finished awaitables before continuing.
In my example, an awaitable returns but is only handled if 'await
asyncio.sleep(0)' is called twice (adjacentl