bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)

This commit is contained in:
Vladimir Matveev 2020-10-13 10:26:51 -07:00 committed by GitHub
parent 66c28f50c7
commit cfb0f57ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -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)