summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-09-28-14-31-07.bpo-41756.ZZ5wJG.rst
blob: f7e27b4401529637d37105017bad34992c1cfcb1 (plain)
1
2
3
Add `PyIter_Send` function to allow sending value into
generator/coroutine/iterator without raising StopIteration exception to
signal return.