Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d54d3d3

Browse files
Issue #23903: Fixed errors and remove non-existing names in python3.def.
1 parent 6721c7c commit d54d3d3

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

PC/python3.def

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ EXPORTS
189189
PyExc_KeyboardInterrupt=python35.PyExc_KeyboardInterrupt DATA
190190
PyExc_LookupError=python35.PyExc_LookupError DATA
191191
PyExc_MemoryError=python35.PyExc_MemoryError DATA
192-
PyExc_MemoryErrorInst=python35.PyExc_MemoryErrorInst DATA
193192
PyExc_NameError=python35.PyExc_NameError DATA
194193
PyExc_NotImplementedError=python35.PyExc_NotImplementedError DATA
195194
PyExc_OSError=python35.PyExc_OSError DATA
@@ -441,7 +440,7 @@ EXPORTS
441440
PyObject_SetItem=python35.PyObject_SetItem
442441
PyObject_Size=python35.PyObject_Size
443442
PyObject_Str=python35.PyObject_Str
444-
PyObject_Type=python35.PyObject_Type DATA
443+
PyObject_Type=python35.PyObject_Type
445444
PyParser_SimpleParseFileFlags=python35.PyParser_SimpleParseFileFlags
446445
PyParser_SimpleParseStringFlags=python35.PyParser_SimpleParseStringFlags
447446
PyProperty_Type=python35.PyProperty_Type DATA
@@ -578,7 +577,7 @@ EXPORTS
578577
PyUnicode_AsUnicodeEscapeString=python35.PyUnicode_AsUnicodeEscapeString
579578
PyUnicode_AsWideChar=python35.PyUnicode_AsWideChar
580579
PyUnicode_BuildEncodingMap=python35.PyUnicode_BuildEncodingMap
581-
PyUnicode_ClearFreelist=python35.PyUnicode_ClearFreelist
580+
PyUnicode_ClearFreeList=python35.PyUnicode_ClearFreeList
582581
PyUnicode_Compare=python35.PyUnicode_Compare
583582
PyUnicode_CompareWithASCIIString=python35.PyUnicode_CompareWithASCIIString
584583
PyUnicode_Concat=python35.PyUnicode_Concat
@@ -626,13 +625,12 @@ EXPORTS
626625
PyUnicode_Replace=python35.PyUnicode_Replace
627626
PyUnicode_Resize=python35.PyUnicode_Resize
628627
PyUnicode_RichCompare=python35.PyUnicode_RichCompare
629-
PyUnicode_SetDefaultEncoding=python35.PyUnicode_SetDefaultEncoding
630628
PyUnicode_Split=python35.PyUnicode_Split
631629
PyUnicode_Splitlines=python35.PyUnicode_Splitlines
632630
PyUnicode_Tailmatch=python35.PyUnicode_Tailmatch
633631
PyUnicode_Translate=python35.PyUnicode_Translate
634632
PyUnicode_Type=python35.PyUnicode_Type DATA
635-
PyWeakref_GetObject=python35.PyWeakref_GetObject DATA
633+
PyWeakref_GetObject=python35.PyWeakref_GetObject
636634
PyWeakref_NewProxy=python35.PyWeakref_NewProxy
637635
PyWeakref_NewRef=python35.PyWeakref_NewRef
638636
PyWrapperDescr_Type=python35.PyWrapperDescr_Type DATA

0 commit comments

Comments
 (0)