mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Expose CompileString, not CompileStringFlags under the
limited API.
This commit is contained in:
parent
66f2623fb2
commit
0d012f284b
2 changed files with 2 additions and 2 deletions
|
@ -632,7 +632,7 @@ EXPORTS
|
|||
Py_AddPendingCall=python32.Py_AddPendingCall
|
||||
Py_AtExit=python32.Py_AtExit
|
||||
Py_BuildValue=python32.Py_BuildValue
|
||||
Py_CompileStringFlags=python32.Py_CompileStringFlags
|
||||
Py_CompileString=python32.Py_CompileString
|
||||
Py_DecRef=python32.Py_DecRef
|
||||
Py_EndInterpreter=python32.Py_EndInterpreter
|
||||
Py_Exit=python32.Py_Exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue