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

Skip to content

Commit b6dc37e

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

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

0 commit comments

Comments
 (0)