@@ -68,6 +68,7 @@ EXPORTS
6868 PyCodec_IncrementalEncoder=python35.PyCodec_IncrementalEncoder
6969 PyCodec_KnownEncoding=python35.PyCodec_KnownEncoding
7070 PyCodec_LookupError=python35.PyCodec_LookupError
71+ PyCodec_NameReplaceErrors=python35.PyCodec_NameReplaceErrors
7172 PyCodec_Register=python35.PyCodec_Register
7273 PyCodec_RegisterError=python35.PyCodec_RegisterError
7374 PyCodec_ReplaceErrors=python35.PyCodec_ReplaceErrors
@@ -122,6 +123,7 @@ EXPORTS
122123 PyErr_Fetch=python35.PyErr_Fetch
123124 PyErr_Format=python35.PyErr_Format
124125 PyErr_FormatV=python35.PyErr_FormatV
126+ PyErr_GetExcInfo=python35.PyErr_GetExcInfo
125127 PyErr_GivenExceptionMatches=python35.PyErr_GivenExceptionMatches
126128 PyErr_NewException=python35.PyErr_NewException
127129 PyErr_NewExceptionWithDoc=python35.PyErr_NewExceptionWithDoc
@@ -132,14 +134,18 @@ EXPORTS
132134 PyErr_PrintEx=python35.PyErr_PrintEx
133135 PyErr_ProgramText=python35.PyErr_ProgramText
134136 PyErr_Restore=python35.PyErr_Restore
137+ PyErr_SetExcInfo=python35.PyErr_SetExcInfo
135138 PyErr_SetFromErrno=python35.PyErr_SetFromErrno
136139 PyErr_SetFromErrnoWithFilename=python35.PyErr_SetFromErrnoWithFilename
137140 PyErr_SetFromErrnoWithFilenameObject=python35.PyErr_SetFromErrnoWithFilenameObject
141+ PyErr_SetFromErrnoWithFilenameObjects=python35.PyErr_SetFromErrnoWithFilenameObjects
142+ PyErr_SetImportError=python35.PyErr_SetImportError
138143 PyErr_SetInterrupt=python35.PyErr_SetInterrupt
139144 PyErr_SetNone=python35.PyErr_SetNone
140145 PyErr_SetObject=python35.PyErr_SetObject
141146 PyErr_SetString=python35.PyErr_SetString
142147 PyErr_SyntaxLocation=python35.PyErr_SyntaxLocation
148+ PyErr_SyntaxLocationEx=python35.PyErr_SyntaxLocationEx
143149 PyErr_WarnEx=python35.PyErr_WarnEx
144150 PyErr_WarnExplicit=python35.PyErr_WarnExplicit
145151 PyErr_WarnFormat=python35.PyErr_WarnFormat
@@ -171,12 +177,21 @@ EXPORTS
171177 PyExc_AssertionError=python35.PyExc_AssertionError DATA
172178 PyExc_AttributeError=python35.PyExc_AttributeError DATA
173179 PyExc_BaseException=python35.PyExc_BaseException DATA
180+ PyExc_BlockingIOError=python35.PyExc_BlockingIOError DATA
181+ PyExc_BrokenPipeError=python35.PyExc_BrokenPipeError DATA
174182 PyExc_BufferError=python35.PyExc_BufferError DATA
175183 PyExc_BytesWarning=python35.PyExc_BytesWarning DATA
184+ PyExc_ChildProcessError=python35.PyExc_ChildProcessError DATA
185+ PyExc_ConnectionAbortedError=python35.PyExc_ConnectionAbortedError DATA
186+ PyExc_ConnectionError=python35.PyExc_ConnectionError DATA
187+ PyExc_ConnectionRefusedError=python35.PyExc_ConnectionRefusedError DATA
188+ PyExc_ConnectionResetError=python35.PyExc_ConnectionResetError DATA
176189 PyExc_DeprecationWarning=python35.PyExc_DeprecationWarning DATA
177190 PyExc_EOFError=python35.PyExc_EOFError DATA
178191 PyExc_EnvironmentError=python35.PyExc_EnvironmentError DATA
179192 PyExc_Exception=python35.PyExc_Exception DATA
193+ PyExc_FileExistsError=python35.PyExc_FileExistsError DATA
194+ PyExc_FileNotFoundError=python35.PyExc_FileNotFoundError DATA
180195 PyExc_FloatingPointError=python35.PyExc_FloatingPointError DATA
181196 PyExc_FutureWarning=python35.PyExc_FutureWarning DATA
182197 PyExc_GeneratorExit=python35.PyExc_GeneratorExit DATA
@@ -185,25 +200,34 @@ EXPORTS
185200 PyExc_ImportWarning=python35.PyExc_ImportWarning DATA
186201 PyExc_IndentationError=python35.PyExc_IndentationError DATA
187202 PyExc_IndexError=python35.PyExc_IndexError DATA
203+ PyExc_InterruptedError=python35.PyExc_InterruptedError DATA
204+ PyExc_IsADirectoryError=python35.PyExc_IsADirectoryError DATA
188205 PyExc_KeyError=python35.PyExc_KeyError DATA
189206 PyExc_KeyboardInterrupt=python35.PyExc_KeyboardInterrupt DATA
190207 PyExc_LookupError=python35.PyExc_LookupError DATA
191208 PyExc_MemoryError=python35.PyExc_MemoryError DATA
192209 PyExc_NameError=python35.PyExc_NameError DATA
210+ PyExc_NotADirectoryError=python35.PyExc_NotADirectoryError DATA
193211 PyExc_NotImplementedError=python35.PyExc_NotImplementedError DATA
194212 PyExc_OSError=python35.PyExc_OSError DATA
195213 PyExc_OverflowError=python35.PyExc_OverflowError DATA
196214 PyExc_PendingDeprecationWarning=python35.PyExc_PendingDeprecationWarning DATA
215+ PyExc_PermissionError=python35.PyExc_PermissionError DATA
216+ PyExc_ProcessLookupError=python35.PyExc_ProcessLookupError DATA
217+ PyExc_RecursionError=python35.PyExc_RecursionError DATA
197218 PyExc_RecursionErrorInst=python35.PyExc_RecursionErrorInst DATA
198219 PyExc_ReferenceError=python35.PyExc_ReferenceError DATA
220+ PyExc_ResourceWarning=python35.PyExc_ResourceWarning DATA
199221 PyExc_RuntimeError=python35.PyExc_RuntimeError DATA
200222 PyExc_RuntimeWarning=python35.PyExc_RuntimeWarning DATA
223+ PyExc_StopAsyncIteration=python35.PyExc_StopAsyncIteration DATA
201224 PyExc_StopIteration=python35.PyExc_StopIteration DATA
202225 PyExc_SyntaxError=python35.PyExc_SyntaxError DATA
203226 PyExc_SyntaxWarning=python35.PyExc_SyntaxWarning DATA
204227 PyExc_SystemError=python35.PyExc_SystemError DATA
205228 PyExc_SystemExit=python35.PyExc_SystemExit DATA
206229 PyExc_TabError=python35.PyExc_TabError DATA
230+ PyExc_TimeoutError=python35.PyExc_TimeoutError DATA
207231 PyExc_TypeError=python35.PyExc_TypeError DATA
208232 PyExc_UnboundLocalError=python35.PyExc_UnboundLocalError DATA
209233 PyExc_UnicodeDecodeError=python35.PyExc_UnicodeDecodeError DATA
@@ -241,19 +265,23 @@ EXPORTS
241265 PyGILState_Release=python35.PyGILState_Release
242266 PyGetSetDescr_Type=python35.PyGetSetDescr_Type DATA
243267 PyImport_AddModule=python35.PyImport_AddModule
268+ PyImport_AddModuleObject=python35.PyImport_AddModuleObject
244269 PyImport_AppendInittab=python35.PyImport_AppendInittab
245270 PyImport_Cleanup=python35.PyImport_Cleanup
246271 PyImport_ExecCodeModule=python35.PyImport_ExecCodeModule
247272 PyImport_ExecCodeModuleEx=python35.PyImport_ExecCodeModuleEx
273+ PyImport_ExecCodeModuleObject=python35.PyImport_ExecCodeModuleObject
248274 PyImport_ExecCodeModuleWithPathnames=python35.PyImport_ExecCodeModuleWithPathnames
249275 PyImport_GetImporter=python35.PyImport_GetImporter
250276 PyImport_GetMagicNumber=python35.PyImport_GetMagicNumber
251277 PyImport_GetMagicTag=python35.PyImport_GetMagicTag
252278 PyImport_GetModuleDict=python35.PyImport_GetModuleDict
253279 PyImport_Import=python35.PyImport_Import
254280 PyImport_ImportFrozenModule=python35.PyImport_ImportFrozenModule
281+ PyImport_ImportFrozenModuleObject=python35.PyImport_ImportFrozenModuleObject
255282 PyImport_ImportModule=python35.PyImport_ImportModule
256283 PyImport_ImportModuleLevel=python35.PyImport_ImportModuleLevel
284+ PyImport_ImportModuleLevelObject=python35.PyImport_ImportModuleLevelObject
257285 PyImport_ImportModuleNoBlock=python35.PyImport_ImportModuleNoBlock
258286 PyImport_ReloadModule=python35.PyImport_ReloadModule
259287 PyInterpreterState_Clear=python35.PyInterpreterState_Clear
@@ -309,27 +337,35 @@ EXPORTS
309337 PyMapping_SetItemString=python35.PyMapping_SetItemString
310338 PyMapping_Size=python35.PyMapping_Size
311339 PyMapping_Values=python35.PyMapping_Values
340+ PyMem_Calloc=python35.PyMem_Calloc
312341 PyMem_Free=python35.PyMem_Free
313342 PyMem_Malloc=python35.PyMem_Malloc
314343 PyMem_Realloc=python35.PyMem_Realloc
315344 PyMemberDescr_Type=python35.PyMemberDescr_Type DATA
345+ PyMemoryView_FromMemory=python35.PyMemoryView_FromMemory
316346 PyMemoryView_FromObject=python35.PyMemoryView_FromObject
317347 PyMemoryView_GetContiguous=python35.PyMemoryView_GetContiguous
318348 PyMemoryView_Type=python35.PyMemoryView_Type DATA
319349 PyMethodDescr_Type=python35.PyMethodDescr_Type DATA
320350 PyModuleDef_Init=python35.PyModuleDef_Init
321351 PyModuleDef_Type=python35.PyModuleDef_Type DATA
352+ PyModule_AddFunctions=python35.PyModule_AddFunctions
322353 PyModule_AddIntConstant=python35.PyModule_AddIntConstant
323354 PyModule_AddObject=python35.PyModule_AddObject
324355 PyModule_AddStringConstant=python35.PyModule_AddStringConstant
325356 PyModule_Create2=python35.PyModule_Create2
357+ PyModule_ExecDef=python35.PyModule_ExecDef
358+ PyModule_FromDefAndSpec2=python35.PyModule_FromDefAndSpec2
326359 PyModule_GetDef=python35.PyModule_GetDef
327360 PyModule_GetDict=python35.PyModule_GetDict
328361 PyModule_GetFilename=python35.PyModule_GetFilename
329362 PyModule_GetFilenameObject=python35.PyModule_GetFilenameObject
330363 PyModule_GetName=python35.PyModule_GetName
364+ PyModule_GetNameObject=python35.PyModule_GetNameObject
331365 PyModule_GetState=python35.PyModule_GetState
332366 PyModule_New=python35.PyModule_New
367+ PyModule_NewObject=python35.PyModule_NewObject
368+ PyModule_SetDocString=python35.PyModule_SetDocString
333369 PyModule_Type=python35.PyModule_Type DATA
334370 PyNullImporter_Type=python35.PyNullImporter_Type DATA
335371 PyNumber_Absolute=python35.PyNumber_Absolute
@@ -344,6 +380,7 @@ EXPORTS
344380 PyNumber_InPlaceAnd=python35.PyNumber_InPlaceAnd
345381 PyNumber_InPlaceFloorDivide=python35.PyNumber_InPlaceFloorDivide
346382 PyNumber_InPlaceLshift=python35.PyNumber_InPlaceLshift
383+ PyNumber_InPlaceMatrixMultiply=python35.PyNumber_InPlaceMatrixMultiply
347384 PyNumber_InPlaceMultiply=python35.PyNumber_InPlaceMultiply
348385 PyNumber_InPlaceOr=python35.PyNumber_InPlaceOr
349386 PyNumber_InPlacePower=python35.PyNumber_InPlacePower
@@ -356,6 +393,7 @@ EXPORTS
356393 PyNumber_Invert=python35.PyNumber_Invert
357394 PyNumber_Long=python35.PyNumber_Long
358395 PyNumber_Lshift=python35.PyNumber_Lshift
396+ PyNumber_MatrixMultiply=python35.PyNumber_MatrixMultiply
359397 PyNumber_Multiply=python35.PyNumber_Multiply
360398 PyNumber_Negative=python35.PyNumber_Negative
361399 PyNumber_Or=python35.PyNumber_Or
@@ -402,6 +440,7 @@ EXPORTS
402440 PyObject_CallMethod=python35.PyObject_CallMethod
403441 PyObject_CallMethodObjArgs=python35.PyObject_CallMethodObjArgs
404442 PyObject_CallObject=python35.PyObject_CallObject
443+ PyObject_Calloc=python35.PyObject_Calloc
405444 PyObject_CheckReadBuffer=python35.PyObject_CheckReadBuffer
406445 PyObject_ClearWeakRefs=python35.PyObject_ClearWeakRefs
407446 PyObject_DelItem=python35.PyObject_DelItem
@@ -414,6 +453,7 @@ EXPORTS
414453 PyObject_GC_UnTrack=python35.PyObject_GC_UnTrack
415454 PyObject_GenericGetAttr=python35.PyObject_GenericGetAttr
416455 PyObject_GenericSetAttr=python35.PyObject_GenericSetAttr
456+ PyObject_GenericSetDict=python35.PyObject_GenericSetDict
417457 PyObject_GetAttr=python35.PyObject_GetAttr
418458 PyObject_GetAttrString=python35.PyObject_GetAttrString
419459 PyObject_GetItem=python35.PyObject_GetItem
@@ -443,6 +483,7 @@ EXPORTS
443483 PyObject_Type=python35.PyObject_Type
444484 PyParser_SimpleParseFileFlags=python35.PyParser_SimpleParseFileFlags
445485 PyParser_SimpleParseStringFlags=python35.PyParser_SimpleParseStringFlags
486+ PyParser_SimpleParseStringFlagsFilename=python35.PyParser_SimpleParseStringFlagsFilename
446487 PyProperty_Type=python35.PyProperty_Type DATA
447488 PyRangeIter_Type=python35.PyRangeIter_Type DATA
448489 PyRange_Type=python35.PyRange_Type DATA
@@ -493,9 +534,11 @@ EXPORTS
493534 PySuper_Type=python35.PySuper_Type DATA
494535 PySys_AddWarnOption=python35.PySys_AddWarnOption
495536 PySys_AddWarnOptionUnicode=python35.PySys_AddWarnOptionUnicode
537+ PySys_AddXOption=python35.PySys_AddXOption
496538 PySys_FormatStderr=python35.PySys_FormatStderr
497539 PySys_FormatStdout=python35.PySys_FormatStdout
498540 PySys_GetObject=python35.PySys_GetObject
541+ PySys_GetXOptions=python35.PySys_GetXOptions
499542 PySys_HasWarnOptions=python35.PySys_HasWarnOptions
500543 PySys_ResetWarnOptions=python35.PySys_ResetWarnOptions
501544 PySys_SetArgv=python35.PySys_SetArgv
@@ -571,11 +614,14 @@ EXPORTS
571614 PyUnicode_AsEncodedUnicode=python35.PyUnicode_AsEncodedUnicode
572615 PyUnicode_AsLatin1String=python35.PyUnicode_AsLatin1String
573616 PyUnicode_AsRawUnicodeEscapeString=python35.PyUnicode_AsRawUnicodeEscapeString
617+ PyUnicode_AsUCS4=python35.PyUnicode_AsUCS4
618+ PyUnicode_AsUCS4Copy=python35.PyUnicode_AsUCS4Copy
574619 PyUnicode_AsUTF16String=python35.PyUnicode_AsUTF16String
575620 PyUnicode_AsUTF32String=python35.PyUnicode_AsUTF32String
576621 PyUnicode_AsUTF8String=python35.PyUnicode_AsUTF8String
577622 PyUnicode_AsUnicodeEscapeString=python35.PyUnicode_AsUnicodeEscapeString
578623 PyUnicode_AsWideChar=python35.PyUnicode_AsWideChar
624+ PyUnicode_AsWideCharString=python35.PyUnicode_AsWideCharString
579625 PyUnicode_BuildEncodingMap=python35.PyUnicode_BuildEncodingMap
580626 PyUnicode_ClearFreeList=python35.PyUnicode_ClearFreeList
581627 PyUnicode_Compare=python35.PyUnicode_Compare
@@ -589,6 +635,8 @@ EXPORTS
589635 PyUnicode_DecodeFSDefault=python35.PyUnicode_DecodeFSDefault
590636 PyUnicode_DecodeFSDefaultAndSize=python35.PyUnicode_DecodeFSDefaultAndSize
591637 PyUnicode_DecodeLatin1=python35.PyUnicode_DecodeLatin1
638+ PyUnicode_DecodeLocale=python35.PyUnicode_DecodeLocale
639+ PyUnicode_DecodeLocaleAndSize=python35.PyUnicode_DecodeLocaleAndSize
592640 PyUnicode_DecodeRawUnicodeEscape=python35.PyUnicode_DecodeRawUnicodeEscape
593641 PyUnicode_DecodeUTF16=python35.PyUnicode_DecodeUTF16
594642 PyUnicode_DecodeUTF16Stateful=python35.PyUnicode_DecodeUTF16Stateful
@@ -600,9 +648,11 @@ EXPORTS
600648 PyUnicode_DecodeUTF8Stateful=python35.PyUnicode_DecodeUTF8Stateful
601649 PyUnicode_DecodeUnicodeEscape=python35.PyUnicode_DecodeUnicodeEscape
602650 PyUnicode_EncodeFSDefault=python35.PyUnicode_EncodeFSDefault
651+ PyUnicode_EncodeLocale=python35.PyUnicode_EncodeLocale
603652 PyUnicode_FSConverter=python35.PyUnicode_FSConverter
604653 PyUnicode_FSDecoder=python35.PyUnicode_FSDecoder
605654 PyUnicode_Find=python35.PyUnicode_Find
655+ PyUnicode_FindChar=python35.PyUnicode_FindChar
606656 PyUnicode_Format=python35.PyUnicode_Format
607657 PyUnicode_FromEncodedObject=python35.PyUnicode_FromEncodedObject
608658 PyUnicode_FromFormat=python35.PyUnicode_FromFormat
@@ -613,6 +663,7 @@ EXPORTS
613663 PyUnicode_FromStringAndSize=python35.PyUnicode_FromStringAndSize
614664 PyUnicode_FromWideChar=python35.PyUnicode_FromWideChar
615665 PyUnicode_GetDefaultEncoding=python35.PyUnicode_GetDefaultEncoding
666+ PyUnicode_GetLength=python35.PyUnicode_GetLength
616667 PyUnicode_GetSize=python35.PyUnicode_GetSize
617668 PyUnicode_InternFromString=python35.PyUnicode_InternFromString
618669 PyUnicode_InternImmortal=python35.PyUnicode_InternImmortal
@@ -622,14 +673,17 @@ EXPORTS
622673 PyUnicode_Partition=python35.PyUnicode_Partition
623674 PyUnicode_RPartition=python35.PyUnicode_RPartition
624675 PyUnicode_RSplit=python35.PyUnicode_RSplit
676+ PyUnicode_ReadChar=python35.PyUnicode_ReadChar
625677 PyUnicode_Replace=python35.PyUnicode_Replace
626678 PyUnicode_Resize=python35.PyUnicode_Resize
627679 PyUnicode_RichCompare=python35.PyUnicode_RichCompare
628680 PyUnicode_Split=python35.PyUnicode_Split
629681 PyUnicode_Splitlines=python35.PyUnicode_Splitlines
682+ PyUnicode_Substring=python35.PyUnicode_Substring
630683 PyUnicode_Tailmatch=python35.PyUnicode_Tailmatch
631684 PyUnicode_Translate=python35.PyUnicode_Translate
632685 PyUnicode_Type=python35.PyUnicode_Type DATA
686+ PyUnicode_WriteChar=python35.PyUnicode_WriteChar
633687 PyWeakref_GetObject=python35.PyWeakref_GetObject
634688 PyWeakref_NewProxy=python35.PyWeakref_NewProxy
635689 PyWeakref_NewRef=python35.PyWeakref_NewRef
@@ -641,6 +695,8 @@ EXPORTS
641695 Py_BuildValue=python35.Py_BuildValue
642696 Py_CompileString=python35.Py_CompileString
643697 Py_DecRef=python35.Py_DecRef
698+ Py_DecodeLocale=python35.Py_DecodeLocale
699+ Py_EncodeLocale=python35.Py_EncodeLocale
644700 Py_EndInterpreter=python35.Py_EndInterpreter
645701 Py_Exit=python35.Py_Exit
646702 Py_FatalError=python35.Py_FatalError
@@ -668,6 +724,7 @@ EXPORTS
668724 Py_NewInterpreter=python35.Py_NewInterpreter
669725 Py_ReprEnter=python35.Py_ReprEnter
670726 Py_ReprLeave=python35.Py_ReprLeave
727+ Py_SetPath=python35.Py_SetPath
671728 Py_SetProgramName=python35.Py_SetProgramName
672729 Py_SetPythonHome=python35.Py_SetPythonHome
673730 Py_SetRecursionLimit=python35.Py_SetRecursionLimit
@@ -694,6 +751,8 @@ EXPORTS
694751 _PyTrash_delete_nesting=python35._PyTrash_delete_nesting DATA
695752 _PyTrash_deposit_object=python35._PyTrash_deposit_object
696753 _PyTrash_destroy_chain=python35._PyTrash_destroy_chain
754+ _PyTrash_thread_deposit_object=python35._PyTrash_thread_deposit_object
755+ _PyTrash_thread_destroy_chain=python35._PyTrash_thread_destroy_chain
697756 _PyWeakref_CallableProxyType=python35._PyWeakref_CallableProxyType DATA
698757 _PyWeakref_ProxyType=python35._PyWeakref_ProxyType DATA
699758 _PyWeakref_RefType=python35._PyWeakref_RefType DATA
0 commit comments