STINNER Victor <vstin...@redhat.com> added the comment:

> @pitrou We'll measure the wins of gather when we implement it in C. Before 
> that, we need to get all helpers ready in C.

You don't have to provide _asyncio.isfuture() (in C) to implement gather() in C.

If your goal is to optimize gather(), write a change to only implement gather() 
no?

What's the point of optimizing isfuture() is gather() is implemented in C and 
doesn't call the Python implementation anymore?

Implement isfuture() is C and expose it as _asyncio.isfuture() are two 
different things.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to