mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
This commit is contained in:
parent
66c28f50c7
commit
cfb0f57ff8
3 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue