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

Skip to content

Commit 683cb83

Browse files
Issue #23903: Added missed Windows-specific names to PC/python3.def.
2 parents c06ae20 + 3266500 commit 683cb83

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

PC/python3.def

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,17 @@ EXPORTS
135135
PyErr_ProgramText=python37.PyErr_ProgramText
136136
PyErr_ResourceWarning=python37.PyErr_ResourceWarning
137137
PyErr_Restore=python37.PyErr_Restore
138+
PyErr_SetExcFromWindowsErr=python37.PyErr_SetExcFromWindowsErr
139+
PyErr_SetExcFromWindowsErrWithFilename=python37.PyErr_SetExcFromWindowsErrWithFilename
140+
PyErr_SetExcFromWindowsErrWithFilenameObject=python37.PyErr_SetExcFromWindowsErrWithFilenameObject
141+
PyErr_SetExcFromWindowsErrWithFilenameObjects=python37.PyErr_SetExcFromWindowsErrWithFilenameObjects
138142
PyErr_SetExcInfo=python37.PyErr_SetExcInfo
139143
PyErr_SetFromErrno=python37.PyErr_SetFromErrno
140144
PyErr_SetFromErrnoWithFilename=python37.PyErr_SetFromErrnoWithFilename
141145
PyErr_SetFromErrnoWithFilenameObject=python37.PyErr_SetFromErrnoWithFilenameObject
142146
PyErr_SetFromErrnoWithFilenameObjects=python37.PyErr_SetFromErrnoWithFilenameObjects
147+
PyErr_SetFromWindowsErr=python37.PyErr_SetFromWindowsErr
148+
PyErr_SetFromWindowsErrWithFilename=python37.PyErr_SetFromWindowsErrWithFilename
143149
PyErr_SetImportError=python37.PyErr_SetImportError
144150
PyErr_SetImportErrorSubclass=python37.PyErr_SetImportErrorSubclass
145151
PyErr_SetInterrupt=python37.PyErr_SetInterrupt
@@ -241,6 +247,7 @@ EXPORTS
241247
PyExc_UserWarning=python37.PyExc_UserWarning DATA
242248
PyExc_ValueError=python37.PyExc_ValueError DATA
243249
PyExc_Warning=python37.PyExc_Warning DATA
250+
PyExc_WindowsError=python37.PyExc_WindowsError DATA
244251
PyExc_ZeroDivisionError=python37.PyExc_ZeroDivisionError DATA
245252
PyException_GetCause=python37.PyException_GetCause
246253
PyException_GetContext=python37.PyException_GetContext
@@ -417,6 +424,7 @@ EXPORTS
417424
PyODict_SetItem=python37.PyODict_SetItem
418425
PyODict_Type=python37.PyODict_Type DATA
419426
PyOS_AfterFork=python37.PyOS_AfterFork
427+
PyOS_CheckStack=python37.PyOS_CheckStack
420428
PyOS_FSPath=python37.PyOS_FSPath
421429
PyOS_InitInterrupts=python37.PyOS_InitInterrupts
422430
PyOS_InputHook=python37.PyOS_InputHook DATA
@@ -617,6 +625,7 @@ EXPORTS
617625
PyUnicode_AsEncodedString=python37.PyUnicode_AsEncodedString
618626
PyUnicode_AsEncodedUnicode=python37.PyUnicode_AsEncodedUnicode
619627
PyUnicode_AsLatin1String=python37.PyUnicode_AsLatin1String
628+
PyUnicode_AsMBCSString=python37.PyUnicode_AsMBCSString
620629
PyUnicode_AsRawUnicodeEscapeString=python37.PyUnicode_AsRawUnicodeEscapeString
621630
PyUnicode_AsUCS4=python37.PyUnicode_AsUCS4
622631
PyUnicode_AsUCS4Copy=python37.PyUnicode_AsUCS4Copy
@@ -636,11 +645,14 @@ EXPORTS
636645
PyUnicode_Decode=python37.PyUnicode_Decode
637646
PyUnicode_DecodeASCII=python37.PyUnicode_DecodeASCII
638647
PyUnicode_DecodeCharmap=python37.PyUnicode_DecodeCharmap
648+
PyUnicode_DecodeCodePageStateful=python37.PyUnicode_DecodeCodePageStateful
639649
PyUnicode_DecodeFSDefault=python37.PyUnicode_DecodeFSDefault
640650
PyUnicode_DecodeFSDefaultAndSize=python37.PyUnicode_DecodeFSDefaultAndSize
641651
PyUnicode_DecodeLatin1=python37.PyUnicode_DecodeLatin1
642652
PyUnicode_DecodeLocale=python37.PyUnicode_DecodeLocale
643653
PyUnicode_DecodeLocaleAndSize=python37.PyUnicode_DecodeLocaleAndSize
654+
PyUnicode_DecodeMBCS=python37.PyUnicode_DecodeMBCS
655+
PyUnicode_DecodeMBCSStateful=python37.PyUnicode_DecodeMBCSStateful
644656
PyUnicode_DecodeRawUnicodeEscape=python37.PyUnicode_DecodeRawUnicodeEscape
645657
PyUnicode_DecodeUTF16=python37.PyUnicode_DecodeUTF16
646658
PyUnicode_DecodeUTF16Stateful=python37.PyUnicode_DecodeUTF16Stateful
@@ -651,6 +663,7 @@ EXPORTS
651663
PyUnicode_DecodeUTF8=python37.PyUnicode_DecodeUTF8
652664
PyUnicode_DecodeUTF8Stateful=python37.PyUnicode_DecodeUTF8Stateful
653665
PyUnicode_DecodeUnicodeEscape=python37.PyUnicode_DecodeUnicodeEscape
666+
PyUnicode_EncodeCodePage=python37.PyUnicode_EncodeCodePage
654667
PyUnicode_EncodeFSDefault=python37.PyUnicode_EncodeFSDefault
655668
PyUnicode_EncodeLocale=python37.PyUnicode_EncodeLocale
656669
PyUnicode_FSConverter=python37.PyUnicode_FSConverter

0 commit comments

Comments
 (0)