diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-12-04 12:00:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-12-04 12:00:49 (GMT) |
commit | 0d012f284be829c6217f60523db0e1671b7db9d9 (patch) | |
tree | 672dd554eeb1c04b6665ccd1dd154e1d059e46dd /PC | |
parent | 66f2623fb26011ff18ae6b6f6076d9d9a9b7636e (diff) | |
download | cpython-0d012f284be829c6217f60523db0e1671b7db9d9.zip cpython-0d012f284be829c6217f60523db0e1671b7db9d9.tar.gz cpython-0d012f284be829c6217f60523db0e1671b7db9d9.tar.bz2 |
Expose CompileString, not CompileStringFlags under the
limited API.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python3.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/python3.def b/PC/python3.def index 082d428..54ad149 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -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
|