Message351679
Better to avoid _asyncio_internal if not strictly necessary.
Currently, _asyncio_internal is used for protection of asyncio class direct instantiation.
E.g. stream = asyncio.Stream() is forbidden, people should use factories like stream = await asyncio.connect(...) for it. |
|
Date |
User |
Action |
Args |
2019-09-10 14:41:44 | asvetlov | set | recipients:
+ asvetlov, docs@python, yselivanov, mbussonn, eamanu, miss-islington, xtreak, dtrauma |
2019-09-10 14:41:44 | asvetlov | set | messageid: <1568126504.86.0.519040738609.issue36373@roundup.psfhosted.org> |
2019-09-10 14:41:44 | asvetlov | link | issue36373 messages |
2019-09-10 14:41:44 | asvetlov | create | |
|