Message377025
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. |
|
Date |
User |
Action |
Args |
2020-09-16 21:14:53 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, scoder, lukasz.langa, Mark.Shannon, yselivanov, v2m |
2020-09-16 21:14:53 | serhiy.storchaka | set | messageid: <1600290893.9.0.679539367627.issue41756@roundup.psfhosted.org> |
2020-09-16 21:14:53 | serhiy.storchaka | link | issue41756 messages |
2020-09-16 21:14:53 | serhiy.storchaka | create | |
|