mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Missing symbols reported by Andrew Loewenstern.
This commit is contained in:
parent
f61ee63a35
commit
4b601ae381
1 changed files with 4 additions and 0 deletions
|
@ -247,7 +247,9 @@ EXPORTS
|
|||
PyObject_CallFunction
|
||||
PyObject_CallMethod
|
||||
PyObject_CallObject
|
||||
PyObject_Cmp
|
||||
PyObject_Compare
|
||||
PyObject_DelItem
|
||||
PyObject_GetAttr
|
||||
PyObject_GetAttrString
|
||||
PyObject_GetItem
|
||||
|
@ -280,6 +282,8 @@ EXPORTS
|
|||
PySequence_Check
|
||||
PySequence_Concat
|
||||
PySequence_Count
|
||||
PySequence_DelItem
|
||||
PySequence_DelSlice
|
||||
PySequence_GetItem
|
||||
PySequence_GetSlice
|
||||
PySequence_In
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue