@Andrew Svetlov: I was surprised when you wrote "as_completed() is low-level API.", so I wondered what is high level API and I googled it and first that came was official doc:
https://docs.python.org/3/library/asyncio-api-index.html
Where it's written that it's high level API indeed.
IMHO without limit, all of these functions are quite impractical (as_completed, wait, gather, ...). I have simple to moderately complex scripts and I'm running into problems with it (API servers limiting number of requests per minute, /tmp/ (4GB ramdisk) out of space, memory issues...
Please reconsider adding limit to these functions as it's suppose to be high level API, not low level.
Thanks