[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
http://bugs.python.org/issue24511
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tp_as_async-am_iter
PyAwait_AsyncIterNext for calling tp_as_async-am_next

Please also see issue24510 for opening up _PyCoro_GetAwaitableIter; we can call 
it PyAwait_Get

--
assignee: yselivanov
components: Interpreter Core
messages: 245814
nosy: gvanrossum, haypo, ncoghlan, scoder, yselivanov
priority: normal
severity: normal
status: open
title: Add methods for async protocols
versions: Python 3.5, Python 3.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24511
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com