[issue24511] Add methods for async protocols

2016-09-15 Thread Yury Selivanov
Yury Selivanov added the comment: I think we can close this one. -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue24511] Add methods for async protocols

2016-05-24 Thread mdcb
Changes by mdcb : -- nosy: +mdcb...@gmail.com ___ Python tracker ___ ___ Python-bugs-list

[issue24511] Add methods for async protocols

2015-06-26 Thread Nick Coghlan
Nick Coghlan added the comment: As per the discussion on issue 24510, we can wait until 3.6 to decide the details of a public C level API for the PEP 492 machinery. -- versions: -Python 3.5 ___ Python tracker rep...@bugs.python.org

[issue24511] Add methods for async protocols

2015-06-25 Thread Arc Riley
Changes by Arc Riley arcri...@gmail.com: -- nosy: +ArcRiley ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24511 ___ ___ Python-bugs-list mailing

[issue24511] Add methods for async protocols

2015-06-25 Thread Yury Selivanov
Changes by Yury Selivanov yseliva...@gmail.com: -- type: - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24511 ___ ___

[issue24511] Add methods for async protocols

2015-06-25 Thread Yury Selivanov
New submission from Yury Selivanov: Let's consider adding C API functions for working with new tp_as_async: PyAwait_Check for checking tp_as_async-am_await || PyCoro_Check || PyGen CO_ITERABLE_COROUTINE PyAwait_AsyncIterCheck for checking tp_as_async-am_iter PyAwait_GetAsyncIter for calling