Message351679
| Author | asvetlov |
|---|---|
| Recipients | asvetlov, docs@python, dtrauma, eamanu, mbussonn, miss-islington, xtreak, yselivanov |
| Date | 2019-09-10.14:41:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1568126504.86.0.519040738609.issue36373@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |