blob: f7e27b4401529637d37105017bad34992c1cfcb1 [file] [log] [blame]
Add `PyIter_Send` function to allow sending value into
generator/coroutine/iterator without raising StopIteration exception to
signal return.