summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-27 10:17:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-27 10:17:41 (GMT)
commitfd54a74539c9fb813d1fc3cdc206e35338525baf (patch)
tree18b84e53173cb3a8ea6030a83b4eb6db9f4a6308 /PC
parentb6dc37e88d98bb4c94aadf733e83d96610fbc6e4 (diff)
parentc70081cfc15f972543a8cd30f5c6d5b5850160b4 (diff)
downloadcpython-fd54a74539c9fb813d1fc3cdc206e35338525baf.zip
cpython-fd54a74539c9fb813d1fc3cdc206e35338525baf.tar.gz
cpython-fd54a74539c9fb813d1fc3cdc206e35338525baf.tar.bz2
Issue #23903: Added missed names to PC/python3.def.
Diffstat (limited to 'PC')
-rw-r--r--PC/python3.def64
1 files changed, 64 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def
index 6a8a934..e80de2a 100644
--- a/PC/python3.def
+++ b/PC/python3.def
@@ -68,6 +68,7 @@ EXPORTS
PyCodec_IncrementalEncoder=python37.PyCodec_IncrementalEncoder
PyCodec_KnownEncoding=python37.PyCodec_KnownEncoding
PyCodec_LookupError=python37.PyCodec_LookupError
+ PyCodec_NameReplaceErrors=python37.PyCodec_NameReplaceErrors
PyCodec_Register=python37.PyCodec_Register
PyCodec_RegisterError=python37.PyCodec_RegisterError
PyCodec_ReplaceErrors=python37.PyCodec_ReplaceErrors
@@ -122,6 +123,7 @@ EXPORTS
PyErr_Fetch=python37.PyErr_Fetch
PyErr_Format=python37.PyErr_Format
PyErr_FormatV=python37.PyErr_FormatV
+ PyErr_GetExcInfo=python37.PyErr_GetExcInfo
PyErr_GivenExceptionMatches=python37.PyErr_GivenExceptionMatches
PyErr_NewException=python37.PyErr_NewException
PyErr_NewExceptionWithDoc=python37.PyErr_NewExceptionWithDoc
@@ -131,15 +133,21 @@ EXPORTS
PyErr_Print=python37.PyErr_Print
PyErr_PrintEx=python37.PyErr_PrintEx
PyErr_ProgramText=python37.PyErr_ProgramText
+ PyErr_ResourceWarning=python37.PyErr_ResourceWarning
PyErr_Restore=python37.PyErr_Restore
+ PyErr_SetExcInfo=python37.PyErr_SetExcInfo
PyErr_SetFromErrno=python37.PyErr_SetFromErrno
PyErr_SetFromErrnoWithFilename=python37.PyErr_SetFromErrnoWithFilename
PyErr_SetFromErrnoWithFilenameObject=python37.PyErr_SetFromErrnoWithFilenameObject
+ PyErr_SetFromErrnoWithFilenameObjects=python37.PyErr_SetFromErrnoWithFilenameObjects
+ PyErr_SetImportError=python37.PyErr_SetImportError
+ PyErr_SetImportErrorSubclass=python37.PyErr_SetImportErrorSubclass
PyErr_SetInterrupt=python37.PyErr_SetInterrupt
PyErr_SetNone=python37.PyErr_SetNone
PyErr_SetObject=python37.PyErr_SetObject
PyErr_SetString=python37.PyErr_SetString
PyErr_SyntaxLocation=python37.PyErr_SyntaxLocation
+ PyErr_SyntaxLocationEx=python37.PyErr_SyntaxLocationEx
PyErr_WarnEx=python37.PyErr_WarnEx
PyErr_WarnExplicit=python37.PyErr_WarnExplicit
PyErr_WarnFormat=python37.PyErr_WarnFormat
@@ -171,12 +179,21 @@ EXPORTS
PyExc_AssertionError=python37.PyExc_AssertionError DATA
PyExc_AttributeError=python37.PyExc_AttributeError DATA
PyExc_BaseException=python37.PyExc_BaseException DATA
+ PyExc_BlockingIOError=python37.PyExc_BlockingIOError DATA
+ PyExc_BrokenPipeError=python37.PyExc_BrokenPipeError DATA
PyExc_BufferError=python37.PyExc_BufferError DATA
PyExc_BytesWarning=python37.PyExc_BytesWarning DATA
+ PyExc_ChildProcessError=python37.PyExc_ChildProcessError DATA
+ PyExc_ConnectionAbortedError=python37.PyExc_ConnectionAbortedError DATA
+ PyExc_ConnectionError=python37.PyExc_ConnectionError DATA
+ PyExc_ConnectionRefusedError=python37.PyExc_ConnectionRefusedError DATA
+ PyExc_ConnectionResetError=python37.PyExc_ConnectionResetError DATA
PyExc_DeprecationWarning=python37.PyExc_DeprecationWarning DATA
PyExc_EOFError=python37.PyExc_EOFError DATA
PyExc_EnvironmentError=python37.PyExc_EnvironmentError DATA
PyExc_Exception=python37.PyExc_Exception DATA
+ PyExc_FileExistsError=python37.PyExc_FileExistsError DATA
+ PyExc_FileNotFoundError=python37.PyExc_FileNotFoundError DATA
PyExc_FloatingPointError=python37.PyExc_FloatingPointError DATA
PyExc_FutureWarning=python37.PyExc_FutureWarning DATA
PyExc_GeneratorExit=python37.PyExc_GeneratorExit DATA
@@ -185,25 +202,35 @@ EXPORTS
PyExc_ImportWarning=python37.PyExc_ImportWarning DATA
PyExc_IndentationError=python37.PyExc_IndentationError DATA
PyExc_IndexError=python37.PyExc_IndexError DATA
+ PyExc_InterruptedError=python37.PyExc_InterruptedError DATA
+ PyExc_IsADirectoryError=python37.PyExc_IsADirectoryError DATA
PyExc_KeyError=python37.PyExc_KeyError DATA
PyExc_KeyboardInterrupt=python37.PyExc_KeyboardInterrupt DATA
PyExc_LookupError=python37.PyExc_LookupError DATA
PyExc_MemoryError=python37.PyExc_MemoryError DATA
+ PyExc_ModuleNotFoundError=python37.PyExc_ModuleNotFoundError DATA
PyExc_NameError=python37.PyExc_NameError DATA
+ PyExc_NotADirectoryError=python37.PyExc_NotADirectoryError DATA
PyExc_NotImplementedError=python37.PyExc_NotImplementedError DATA
PyExc_OSError=python37.PyExc_OSError DATA
PyExc_OverflowError=python37.PyExc_OverflowError DATA
PyExc_PendingDeprecationWarning=python37.PyExc_PendingDeprecationWarning DATA
+ PyExc_PermissionError=python37.PyExc_PermissionError DATA
+ PyExc_ProcessLookupError=python37.PyExc_ProcessLookupError DATA
+ PyExc_RecursionError=python37.PyExc_RecursionError DATA
PyExc_RecursionErrorInst=python37.PyExc_RecursionErrorInst DATA
PyExc_ReferenceError=python37.PyExc_ReferenceError DATA
+ PyExc_ResourceWarning=python37.PyExc_ResourceWarning DATA
PyExc_RuntimeError=python37.PyExc_RuntimeError DATA
PyExc_RuntimeWarning=python37.PyExc_RuntimeWarning DATA
+ PyExc_StopAsyncIteration=python37.PyExc_StopAsyncIteration DATA
PyExc_StopIteration=python37.PyExc_StopIteration DATA
PyExc_SyntaxError=python37.PyExc_SyntaxError DATA
PyExc_SyntaxWarning=python37.PyExc_SyntaxWarning DATA
PyExc_SystemError=python37.PyExc_SystemError DATA
PyExc_SystemExit=python37.PyExc_SystemExit DATA
PyExc_TabError=python37.PyExc_TabError DATA
+ PyExc_TimeoutError=python37.PyExc_TimeoutError DATA
PyExc_TypeError=python37.PyExc_TypeError DATA
PyExc_UnboundLocalError=python37.PyExc_UnboundLocalError DATA
PyExc_UnicodeDecodeError=python37.PyExc_UnicodeDecodeError DATA
@@ -241,10 +268,12 @@ EXPORTS
PyGILState_Release=python37.PyGILState_Release
PyGetSetDescr_Type=python37.PyGetSetDescr_Type DATA
PyImport_AddModule=python37.PyImport_AddModule
+ PyImport_AddModuleObject=python37.PyImport_AddModuleObject
PyImport_AppendInittab=python37.PyImport_AppendInittab
PyImport_Cleanup=python37.PyImport_Cleanup
PyImport_ExecCodeModule=python37.PyImport_ExecCodeModule
PyImport_ExecCodeModuleEx=python37.PyImport_ExecCodeModuleEx
+ PyImport_ExecCodeModuleObject=python37.PyImport_ExecCodeModuleObject
PyImport_ExecCodeModuleWithPathnames=python37.PyImport_ExecCodeModuleWithPathnames
PyImport_GetImporter=python37.PyImport_GetImporter
PyImport_GetMagicNumber=python37.PyImport_GetMagicNumber
@@ -252,8 +281,10 @@ EXPORTS
PyImport_GetModuleDict=python37.PyImport_GetModuleDict
PyImport_Import=python37.PyImport_Import
PyImport_ImportFrozenModule=python37.PyImport_ImportFrozenModule
+ PyImport_ImportFrozenModuleObject=python37.PyImport_ImportFrozenModuleObject
PyImport_ImportModule=python37.PyImport_ImportModule
PyImport_ImportModuleLevel=python37.PyImport_ImportModuleLevel
+ PyImport_ImportModuleLevelObject=python37.PyImport_ImportModuleLevelObject
PyImport_ImportModuleNoBlock=python37.PyImport_ImportModuleNoBlock
PyImport_ReloadModule=python37.PyImport_ReloadModule
PyInterpreterState_Clear=python37.PyInterpreterState_Clear
@@ -309,27 +340,35 @@ EXPORTS
PyMapping_SetItemString=python37.PyMapping_SetItemString
PyMapping_Size=python37.PyMapping_Size
PyMapping_Values=python37.PyMapping_Values
+ PyMem_Calloc=python37.PyMem_Calloc
PyMem_Free=python37.PyMem_Free
PyMem_Malloc=python37.PyMem_Malloc
PyMem_Realloc=python37.PyMem_Realloc
PyMemberDescr_Type=python37.PyMemberDescr_Type DATA
+ PyMemoryView_FromMemory=python37.PyMemoryView_FromMemory
PyMemoryView_FromObject=python37.PyMemoryView_FromObject
PyMemoryView_GetContiguous=python37.PyMemoryView_GetContiguous
PyMemoryView_Type=python37.PyMemoryView_Type DATA
PyMethodDescr_Type=python37.PyMethodDescr_Type DATA
PyModuleDef_Init=python37.PyModuleDef_Init
PyModuleDef_Type=python37.PyModuleDef_Type DATA
+ PyModule_AddFunctions=python37.PyModule_AddFunctions
PyModule_AddIntConstant=python37.PyModule_AddIntConstant
PyModule_AddObject=python37.PyModule_AddObject
PyModule_AddStringConstant=python37.PyModule_AddStringConstant
PyModule_Create2=python37.PyModule_Create2
+ PyModule_ExecDef=python37.PyModule_ExecDef
+ PyModule_FromDefAndSpec2=python37.PyModule_FromDefAndSpec2
PyModule_GetDef=python37.PyModule_GetDef
PyModule_GetDict=python37.PyModule_GetDict
PyModule_GetFilename=python37.PyModule_GetFilename
PyModule_GetFilenameObject=python37.PyModule_GetFilenameObject
PyModule_GetName=python37.PyModule_GetName
+ PyModule_GetNameObject=python37.PyModule_GetNameObject
PyModule_GetState=python37.PyModule_GetState
PyModule_New=python37.PyModule_New
+ PyModule_NewObject=python37.PyModule_NewObject
+ PyModule_SetDocString=python37.PyModule_SetDocString
PyModule_Type=python37.PyModule_Type DATA
PyNullImporter_Type=python37.PyNullImporter_Type DATA
PyNumber_Absolute=python37.PyNumber_Absolute
@@ -344,6 +383,7 @@ EXPORTS
PyNumber_InPlaceAnd=python37.PyNumber_InPlaceAnd
PyNumber_InPlaceFloorDivide=python37.PyNumber_InPlaceFloorDivide
PyNumber_InPlaceLshift=python37.PyNumber_InPlaceLshift
+ PyNumber_InPlaceMatrixMultiply=python37.PyNumber_InPlaceMatrixMultiply
PyNumber_InPlaceMultiply=python37.PyNumber_InPlaceMultiply
PyNumber_InPlaceOr=python37.PyNumber_InPlaceOr
PyNumber_InPlacePower=python37.PyNumber_InPlacePower
@@ -356,6 +396,7 @@ EXPORTS
PyNumber_Invert=python37.PyNumber_Invert
PyNumber_Long=python37.PyNumber_Long
PyNumber_Lshift=python37.PyNumber_Lshift
+ PyNumber_MatrixMultiply=python37.PyNumber_MatrixMultiply
PyNumber_Multiply=python37.PyNumber_Multiply
PyNumber_Negative=python37.PyNumber_Negative
PyNumber_Or=python37.PyNumber_Or
@@ -376,6 +417,7 @@ EXPORTS
PyODict_SetItem=python37.PyODict_SetItem
PyODict_Type=python37.PyODict_Type DATA
PyOS_AfterFork=python37.PyOS_AfterFork
+ PyOS_FSPath=python37.PyOS_FSPath
PyOS_InitInterrupts=python37.PyOS_InitInterrupts
PyOS_InputHook=python37.PyOS_InputHook DATA
PyOS_InterruptOccurred=python37.PyOS_InterruptOccurred
@@ -402,6 +444,7 @@ EXPORTS
PyObject_CallMethod=python37.PyObject_CallMethod
PyObject_CallMethodObjArgs=python37.PyObject_CallMethodObjArgs
PyObject_CallObject=python37.PyObject_CallObject
+ PyObject_Calloc=python37.PyObject_Calloc
PyObject_CheckReadBuffer=python37.PyObject_CheckReadBuffer
PyObject_ClearWeakRefs=python37.PyObject_ClearWeakRefs
PyObject_DelItem=python37.PyObject_DelItem
@@ -414,6 +457,7 @@ EXPORTS
PyObject_GC_UnTrack=python37.PyObject_GC_UnTrack
PyObject_GenericGetAttr=python37.PyObject_GenericGetAttr
PyObject_GenericSetAttr=python37.PyObject_GenericSetAttr
+ PyObject_GenericSetDict=python37.PyObject_GenericSetDict
PyObject_GetAttr=python37.PyObject_GetAttr
PyObject_GetAttrString=python37.PyObject_GetAttrString
PyObject_GetItem=python37.PyObject_GetItem
@@ -443,6 +487,7 @@ EXPORTS
PyObject_Type=python37.PyObject_Type
PyParser_SimpleParseFileFlags=python37.PyParser_SimpleParseFileFlags
PyParser_SimpleParseStringFlags=python37.PyParser_SimpleParseStringFlags
+ PyParser_SimpleParseStringFlagsFilename=python37.PyParser_SimpleParseStringFlagsFilename
PyProperty_Type=python37.PyProperty_Type DATA
PyRangeIter_Type=python37.PyRangeIter_Type DATA
PyRange_Type=python37.PyRange_Type DATA
@@ -493,9 +538,11 @@ EXPORTS
PySuper_Type=python37.PySuper_Type DATA
PySys_AddWarnOption=python37.PySys_AddWarnOption
PySys_AddWarnOptionUnicode=python37.PySys_AddWarnOptionUnicode
+ PySys_AddXOption=python37.PySys_AddXOption
PySys_FormatStderr=python37.PySys_FormatStderr
PySys_FormatStdout=python37.PySys_FormatStdout
PySys_GetObject=python37.PySys_GetObject
+ PySys_GetXOptions=python37.PySys_GetXOptions
PySys_HasWarnOptions=python37.PySys_HasWarnOptions
PySys_ResetWarnOptions=python37.PySys_ResetWarnOptions
PySys_SetArgv=python37.PySys_SetArgv
@@ -571,11 +618,14 @@ EXPORTS
PyUnicode_AsEncodedUnicode=python37.PyUnicode_AsEncodedUnicode
PyUnicode_AsLatin1String=python37.PyUnicode_AsLatin1String
PyUnicode_AsRawUnicodeEscapeString=python37.PyUnicode_AsRawUnicodeEscapeString
+ PyUnicode_AsUCS4=python37.PyUnicode_AsUCS4
+ PyUnicode_AsUCS4Copy=python37.PyUnicode_AsUCS4Copy
PyUnicode_AsUTF16String=python37.PyUnicode_AsUTF16String
PyUnicode_AsUTF32String=python37.PyUnicode_AsUTF32String
PyUnicode_AsUTF8String=python37.PyUnicode_AsUTF8String
PyUnicode_AsUnicodeEscapeString=python37.PyUnicode_AsUnicodeEscapeString
PyUnicode_AsWideChar=python37.PyUnicode_AsWideChar
+ PyUnicode_AsWideCharString=python37.PyUnicode_AsWideCharString
PyUnicode_BuildEncodingMap=python37.PyUnicode_BuildEncodingMap
PyUnicode_ClearFreeList=python37.PyUnicode_ClearFreeList
PyUnicode_Compare=python37.PyUnicode_Compare
@@ -589,6 +639,8 @@ EXPORTS
PyUnicode_DecodeFSDefault=python37.PyUnicode_DecodeFSDefault
PyUnicode_DecodeFSDefaultAndSize=python37.PyUnicode_DecodeFSDefaultAndSize
PyUnicode_DecodeLatin1=python37.PyUnicode_DecodeLatin1
+ PyUnicode_DecodeLocale=python37.PyUnicode_DecodeLocale
+ PyUnicode_DecodeLocaleAndSize=python37.PyUnicode_DecodeLocaleAndSize
PyUnicode_DecodeRawUnicodeEscape=python37.PyUnicode_DecodeRawUnicodeEscape
PyUnicode_DecodeUTF16=python37.PyUnicode_DecodeUTF16
PyUnicode_DecodeUTF16Stateful=python37.PyUnicode_DecodeUTF16Stateful
@@ -600,9 +652,11 @@ EXPORTS
PyUnicode_DecodeUTF8Stateful=python37.PyUnicode_DecodeUTF8Stateful
PyUnicode_DecodeUnicodeEscape=python37.PyUnicode_DecodeUnicodeEscape
PyUnicode_EncodeFSDefault=python37.PyUnicode_EncodeFSDefault
+ PyUnicode_EncodeLocale=python37.PyUnicode_EncodeLocale
PyUnicode_FSConverter=python37.PyUnicode_FSConverter
PyUnicode_FSDecoder=python37.PyUnicode_FSDecoder
PyUnicode_Find=python37.PyUnicode_Find
+ PyUnicode_FindChar=python37.PyUnicode_FindChar
PyUnicode_Format=python37.PyUnicode_Format
PyUnicode_FromEncodedObject=python37.PyUnicode_FromEncodedObject
PyUnicode_FromFormat=python37.PyUnicode_FromFormat
@@ -613,6 +667,7 @@ EXPORTS
PyUnicode_FromStringAndSize=python37.PyUnicode_FromStringAndSize
PyUnicode_FromWideChar=python37.PyUnicode_FromWideChar
PyUnicode_GetDefaultEncoding=python37.PyUnicode_GetDefaultEncoding
+ PyUnicode_GetLength=python37.PyUnicode_GetLength
PyUnicode_GetSize=python37.PyUnicode_GetSize
PyUnicode_InternFromString=python37.PyUnicode_InternFromString
PyUnicode_InternImmortal=python37.PyUnicode_InternImmortal
@@ -622,14 +677,17 @@ EXPORTS
PyUnicode_Partition=python37.PyUnicode_Partition
PyUnicode_RPartition=python37.PyUnicode_RPartition
PyUnicode_RSplit=python37.PyUnicode_RSplit
+ PyUnicode_ReadChar=python37.PyUnicode_ReadChar
PyUnicode_Replace=python37.PyUnicode_Replace
PyUnicode_Resize=python37.PyUnicode_Resize
PyUnicode_RichCompare=python37.PyUnicode_RichCompare
PyUnicode_Split=python37.PyUnicode_Split
PyUnicode_Splitlines=python37.PyUnicode_Splitlines
+ PyUnicode_Substring=python37.PyUnicode_Substring
PyUnicode_Tailmatch=python37.PyUnicode_Tailmatch
PyUnicode_Translate=python37.PyUnicode_Translate
PyUnicode_Type=python37.PyUnicode_Type DATA
+ PyUnicode_WriteChar=python37.PyUnicode_WriteChar
PyWeakref_GetObject=python37.PyWeakref_GetObject
PyWeakref_NewProxy=python37.PyWeakref_NewProxy
PyWeakref_NewRef=python37.PyWeakref_NewRef
@@ -641,9 +699,12 @@ EXPORTS
Py_BuildValue=python37.Py_BuildValue
Py_CompileString=python37.Py_CompileString
Py_DecRef=python37.Py_DecRef
+ Py_DecodeLocale=python37.Py_DecodeLocale
+ Py_EncodeLocale=python37.Py_EncodeLocale
Py_EndInterpreter=python37.Py_EndInterpreter
Py_Exit=python37.Py_Exit
Py_FatalError=python37.Py_FatalError
+ Py_FileSystemDefaultEncodeErrors=python37.Py_FileSystemDefaultEncodeErrors DATA
Py_FileSystemDefaultEncoding=python37.Py_FileSystemDefaultEncoding DATA
Py_Finalize=python37.Py_Finalize
Py_FinalizeEx=python37.Py_FinalizeEx
@@ -669,6 +730,7 @@ EXPORTS
Py_NewInterpreter=python37.Py_NewInterpreter
Py_ReprEnter=python37.Py_ReprEnter
Py_ReprLeave=python37.Py_ReprLeave
+ Py_SetPath=python37.Py_SetPath
Py_SetProgramName=python37.Py_SetProgramName
Py_SetPythonHome=python37.Py_SetPythonHome
Py_SetRecursionLimit=python37.Py_SetRecursionLimit
@@ -695,6 +757,8 @@ EXPORTS
_PyTrash_delete_nesting=python37._PyTrash_delete_nesting DATA
_PyTrash_deposit_object=python37._PyTrash_deposit_object
_PyTrash_destroy_chain=python37._PyTrash_destroy_chain
+ _PyTrash_thread_deposit_object=python37._PyTrash_thread_deposit_object
+ _PyTrash_thread_destroy_chain=python37._PyTrash_thread_destroy_chain
_PyWeakref_CallableProxyType=python37._PyWeakref_CallableProxyType DATA
_PyWeakref_ProxyType=python37._PyWeakref_ProxyType DATA
_PyWeakref_RefType=python37._PyWeakref_RefType DATA