This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:44asvetlovsetrecipients: + asvetlov, docs@python, yselivanov, mbussonn, eamanu, miss-islington, xtreak, dtrauma
2019-09-10 14:41:44asvetlovsetmessageid: <1568126504.86.0.519040738609.issue36373@roundup.psfhosted.org>
2019-09-10 14:41:44asvetlovlinkissue36373 messages
2019-09-10 14:41:44asvetlovcreate