Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

There are other abstract object APIs: PyNumber, PySequence, PyMapping, etc. In 
particularly PyIter_Next() works with the iterator protocol, there is no single 
iterator class. Seems PyGen_* API is related to concrete class, but we can 
introduce new namespace for the generator protocol.

----------

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

Reply via email to