This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Mark.Shannon, lukasz.langa, scoder, serhiy.storchaka, v2m, yselivanov
Date 2020-09-16.21:14:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600290893.9.0.679539367627.issue41756@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-16 21:14:53serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, lukasz.langa, Mark.Shannon, yselivanov, v2m
2020-09-16 21:14:53serhiy.storchakasetmessageid: <1600290893.9.0.679539367627.issue41756@roundup.psfhosted.org>
2020-09-16 21:14:53serhiy.storchakalinkissue41756 messages
2020-09-16 21:14:53serhiy.storchakacreate