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.
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:23 | admin | set | github: 69796 |
| 2015年12月15日 23:53:10 | gvanrossum | set | status: open -> closed assignee: gvanrossum resolution: fixed messages: + msg256492 |
| 2015年12月15日 23:48:19 | berker.peksag | set | nosy:
+ berker.peksag messages: + msg256491 |
| 2015年12月07日 00:01:51 | gvanrossum | set | messages:
+ msg256038 versions: + Python 3.5 |
| 2015年11月13日 17:15:13 | levkivskyi | set | nosy:
+ levkivskyi |
| 2015年11月12日 19:16:08 | brett.cannon | create | |