Message341472
They were intended to be used by asyncio factories like open_connection from the very beginning but internals was leaked into asyncio top-level namespace.
The idea is:
1. provide `_asyncio_internal` keyword-only parameter to leaked classes constructor
2. have it False by default
3. Use `_asyncio_internal=True` when called from asyncio code.
3. Raise DeprecationWarning if `_asyncio_internal` is False |
|
| Date |
User |
Action |
Args |
| 2019-05-05 19:15:37 | asvetlov | set | recipients:
+ asvetlov, yselivanov |
| 2019-05-05 19:15:37 | asvetlov | set | messageid: <1557083737.76.0.720112204128.issue36806@roundup.psfhosted.org> |
| 2019-05-05 19:15:37 | asvetlov | link | issue36806 messages |
| 2019-05-05 19:15:37 | asvetlov | create | |
|