homepage

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.

classification
Title: Add typing.Awaitable
Type: Stage: needs patch
Components: asyncio Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: berker.peksag, brett.cannon, giampaolo.rodola, gvanrossum, levkivskyi, pitrou, vstinner, yselivanov
Priority: normal Keywords:

Created on 2015年11月12日 19:16 by brett.cannon, last changed 2022年04月11日 14:58 by admin. This issue is now closed.

Messages (4)
msg254547 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2015年11月12日 19:16
Probably should have a subclass of Callable in `typing` for Awaitable functions (there is already a corollary object in collections.abc).
msg256038 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2015年12月07日 00:01
Fixed by e9aeae1b2ea9 in 3.5, ad855c779bf3 in 3.6.]
msg256491 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015年12月15日 23:48
Can we close this now?
msg256492 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2015年12月15日 23:53
Yes. (There's a corresponding issue for the typehinting repo that's still open because the tests need to be segregated into Python-3.5-only tests and tests for Python 3.3-3.4).
History
Date User Action Args
2022年04月11日 14:58:23adminsetgithub: 69796
2015年12月15日 23:53:10gvanrossumsetstatus: open -> closed
assignee: gvanrossum
resolution: fixed
messages: + msg256492
2015年12月15日 23:48:19berker.peksagsetnosy: + berker.peksag
messages: + msg256491
2015年12月07日 00:01:51gvanrossumsetmessages: + msg256038
versions: + Python 3.5
2015年11月13日 17:15:13levkivskyisetnosy: + levkivskyi
2015年11月12日 19:16:08brett.cannoncreate

AltStyle によって変換されたページ (->オリジナル) /