[docs] [issue36373] Deprecate explicit loop parameter in all public asyncio APIs

Karthikeyan Singaravelan report at bugs.python.org
Tue Sep 10 10:33:19 EDT 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Is it okay to have _asyncio_internal keyword with default value as False and the places where it's used internally in stdlib like AsyncMock (Condition), async_case (Queue) and other tests we can pass in True? I have a patch if that would be a good approach :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36373>
_______________________________________


More information about the docs mailing list