summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-27 11:49:53 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-27 11:49:53 +0200
commit8e4a8eb32ba37bb0b0b6b1adfcb1c58bdfd29f67 (patch)
treea753707aa0d114b3bee7aefafaa5d3327dc6b752
parent7a548444dfb1b80a1442a7cb4c17818dd49d18ac (diff)
downloadcpython-8e4a8eb32ba37bb0b0b6b1adfcb1c58bdfd29f67.tar.gz
Issue #23903: Fixed errors and remove non-existing names in python3.def.
-rw-r--r--PC/python3.def8
1 files changed, 3 insertions, 5 deletions
diff --git a/PC/python3.def b/PC/python3.def
index fb3c798df7..9046a468d6 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -189,7 +189,6 @@ EXPORTS
PyExc_KeyboardInterrupt=python35.PyExc_KeyboardInterrupt DATA
PyExc_LookupError=python35.PyExc_LookupError DATA
PyExc_MemoryError=python35.PyExc_MemoryError DATA
- PyExc_MemoryErrorInst=python35.PyExc_MemoryErrorInst DATA
PyExc_NameError=python35.PyExc_NameError DATA
PyExc_NotImplementedError=python35.PyExc_NotImplementedError DATA
PyExc_OSError=python35.PyExc_OSError DATA
@@ -441,7 +440,7 @@ EXPORTS
PyObject_SetItem=python35.PyObject_SetItem
PyObject_Size=python35.PyObject_Size
PyObject_Str=python35.PyObject_Str
- PyObject_Type=python35.PyObject_Type DATA
+ PyObject_Type=python35.PyObject_Type
PyParser_SimpleParseFileFlags=python35.PyParser_SimpleParseFileFlags
PyParser_SimpleParseStringFlags=python35.PyParser_SimpleParseStringFlags
PyProperty_Type=python35.PyProperty_Type DATA
@@ -578,7 +577,7 @@ EXPORTS
PyUnicode_AsUnicodeEscapeString=python35.PyUnicode_AsUnicodeEscapeString
PyUnicode_AsWideChar=python35.PyUnicode_AsWideChar
PyUnicode_BuildEncodingMap=python35.PyUnicode_BuildEncodingMap
- PyUnicode_ClearFreelist=python35.PyUnicode_ClearFreelist
+ PyUnicode_ClearFreeList=python35.PyUnicode_ClearFreeList
PyUnicode_Compare=python35.PyUnicode_Compare
PyUnicode_CompareWithASCIIString=python35.PyUnicode_CompareWithASCIIString
PyUnicode_Concat=python35.PyUnicode_Concat
@@ -626,13 +625,12 @@ EXPORTS
PyUnicode_Replace=python35.PyUnicode_Replace
PyUnicode_Resize=python35.PyUnicode_Resize
PyUnicode_RichCompare=python35.PyUnicode_RichCompare
- PyUnicode_SetDefaultEncoding=python35.PyUnicode_SetDefaultEncoding
PyUnicode_Split=python35.PyUnicode_Split
PyUnicode_Splitlines=python35.PyUnicode_Splitlines
PyUnicode_Tailmatch=python35.PyUnicode_Tailmatch
PyUnicode_Translate=python35.PyUnicode_Translate
PyUnicode_Type=python35.PyUnicode_Type DATA
- PyWeakref_GetObject=python35.PyWeakref_GetObject DATA
+ PyWeakref_GetObject=python35.PyWeakref_GetObject
PyWeakref_NewProxy=python35.PyWeakref_NewProxy
PyWeakref_NewRef=python35.PyWeakref_NewRef
PyWrapperDescr_Type=python35.PyWrapperDescr_Type DATA