summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorVladimir Matveev <vladima@fb.com>2020-10-13 17:26:51 (GMT)
committerGitHub <noreply@github.com>2020-10-13 17:26:51 (GMT)
commitcfb0f57ff876ab3d04ff144f19eda58844981643 (patch)
tree412498daac6bbcd044cfe5b208cc46859ea8d18c /PC
parent66c28f50c76e4f23af7146e0e580457c5fd6bde7 (diff)
downloadcpython-cfb0f57ff876ab3d04ff144f19eda58844981643.zip
cpython-cfb0f57ff876ab3d04ff144f19eda58844981643.tar.gz
cpython-cfb0f57ff876ab3d04ff144f19eda58844981643.tar.bz2
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Diffstat (limited to 'PC')
-rw-r--r--PC/python3dll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c
index ff69ea7..153ba61 100644
--- a/PC/python3dll.c
+++ b/PC/python3dll.c
@@ -287,6 +287,7 @@ EXPORT_FUNC(PyInterpreterState_GetID)
EXPORT_FUNC(PyInterpreterState_New)
EXPORT_FUNC(PyIter_Check)
EXPORT_FUNC(PyIter_Next)
+EXPORT_FUNC(PyIter_Send)
EXPORT_FUNC(PyList_Append)
EXPORT_FUNC(PyList_AsTuple)
EXPORT_FUNC(PyList_GetItem)