Movatterモバイル変換


[0]ホーム

URL:


homepage

Issue36806

This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title:Forbid creating of stream objects outside of asyncio
Type:Stage:resolved
Components:asyncioVersions:Python 3.8
process
Status:closedResolution:fixed
Dependencies:Superseder:
Assigned To:Nosy List: asvetlov, yselivanov
Priority:normalKeywords:patch

Created on2019-05-05 19:15 byasvetlov, last changed2022-04-11 14:59 byadmin. This issue is nowclosed.

Pull Requests
URLStatusLinkedEdit
PR 13101mergedasvetlov,2019-05-05 20:16
Messages (1)
msg341472 -(view)Author: Andrew Svetlov (asvetlov)*(Python committer)Date: 2019-05-05 19:15
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 default3. Use `_asyncio_internal=True` when called from asyncio code.3. Raise DeprecationWarning if `_asyncio_internal` is False
History
DateUserActionArgs
2022-04-11 14:59:14adminsetgithub: 80987
2019-05-07 02:54:08asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-05-05 20:16:23asvetlovsetkeywords: +patch
stage: patch review
pull_requests: +pull_request13014
2019-05-05 19:15:37asvetlovcreate
Supported byThe Python Software Foundation,
Powered byRoundup
Copyright © 1990-2022,Python Software Foundation
Legal Statements

[8]ページ先頭

©2009-2026 Movatter.jp