Sign in
android
/
platform
/
external
/
python
/
cpython3
/
037245c5ac46c3436f617a1f5d965929754be239
/
.
/
Misc
/
NEWS.d
/
next
/
C API
/
2020-09-28-14-31-07.bpo-41756.ZZ5wJG.rst
blob: f7e27b4401529637d37105017bad34992c1cfcb1 [
file
] [
log
] [
blame
]
Add
`PyIter_Send`
function
to allow sending value
into
generator
/
coroutine
/
iterator without raising
StopIteration
exception to
signal
return
.