[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 mailing list Unsubscribe: https://mail.pyth

[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 ___

[issue24511] Add methods for async protocols

2015-06-25 Thread Arc Riley
Changes by Arc Riley : -- nosy: +ArcRiley ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue24511] Add methods for async protocols

2015-06-25 Thread Yury Selivanov
Changes by Yury Selivanov : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[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 callin