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

Skip to content

Commit 26f15a4

Browse files
Issue #23903: Fixed errors and remove non-existing names in python3.def.
2 parents bb2839b + d54d3d3 commit 26f15a4

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=python36.PyExc_KeyboardInterrupt DATA
190190
PyExc_LookupError=python36.PyExc_LookupError DATA
191191
PyExc_MemoryError=python36.PyExc_MemoryError DATA
192-
PyExc_MemoryErrorInst=python36.PyExc_MemoryErrorInst DATA
193192
PyExc_NameError=python36.PyExc_NameError DATA
194193
PyExc_NotImplementedError=python36.PyExc_NotImplementedError DATA
195194
PyExc_OSError=python36.PyExc_OSError DATA
@@ -441,7 +440,7 @@ EXPORTS
441440
PyObject_SetItem=python36.PyObject_SetItem
442441
PyObject_Size=python36.PyObject_Size
443442
PyObject_Str=python36.PyObject_Str
444-
PyObject_Type=python36.PyObject_Type DATA
443+
PyObject_Type=python36.PyObject_Type
445444
PyParser_SimpleParseFileFlags=python36.PyParser_SimpleParseFileFlags
446445
PyParser_SimpleParseStringFlags=python36.PyParser_SimpleParseStringFlags
447446
PyProperty_Type=python36.PyProperty_Type DATA
@@ -578,7 +577,7 @@ EXPORTS
578577
PyUnicode_AsUnicodeEscapeString=python36.PyUnicode_AsUnicodeEscapeString
579578
PyUnicode_AsWideChar=python36.PyUnicode_AsWideChar
580579
PyUnicode_BuildEncodingMap=python36.PyUnicode_BuildEncodingMap
581-
PyUnicode_ClearFreelist=python36.PyUnicode_ClearFreelist
580+
PyUnicode_ClearFreeList=python36.PyUnicode_ClearFreeList
582581
PyUnicode_Compare=python36.PyUnicode_Compare
583582
PyUnicode_CompareWithASCIIString=python36.PyUnicode_CompareWithASCIIString
584583
PyUnicode_Concat=python36.PyUnicode_Concat
@@ -626,13 +625,12 @@ EXPORTS
626625
PyUnicode_Replace=python36.PyUnicode_Replace
627626
PyUnicode_Resize=python36.PyUnicode_Resize
628627
PyUnicode_RichCompare=python36.PyUnicode_RichCompare
629-
PyUnicode_SetDefaultEncoding=python36.PyUnicode_SetDefaultEncoding
630628
PyUnicode_Split=python36.PyUnicode_Split
631629
PyUnicode_Splitlines=python36.PyUnicode_Splitlines
632630
PyUnicode_Tailmatch=python36.PyUnicode_Tailmatch
633631
PyUnicode_Translate=python36.PyUnicode_Translate
634632
PyUnicode_Type=python36.PyUnicode_Type DATA
635-
PyWeakref_GetObject=python36.PyWeakref_GetObject DATA
633+
PyWeakref_GetObject=python36.PyWeakref_GetObject
636634
PyWeakref_NewProxy=python36.PyWeakref_NewProxy
637635
PyWeakref_NewRef=python36.PyWeakref_NewRef
638636
PyWrapperDescr_Type=python36.PyWrapperDescr_Type DATA

0 commit comments

Comments
 (0)