Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e39facf + f3b73ad commit 59b2f68Copy full SHA for 59b2f68
1 file changed
PC/python3.def
@@ -434,6 +434,14 @@ EXPORTS
434
PyObject_Size=python36.PyObject_Size
435
PyObject_Str=python36.PyObject_Str
436
PyObject_Type=python36.PyObject_Type DATA
437
+ PyODict_DelItem=python35.PyODict_DelItem
438
+ PyODict_New=python35.PyODict_New
439
+ PyODict_SetItem=python35.PyODict_SetItem
440
+ PyODict_Type=python35.PyODict_Type DATA
441
+ PyODictItems_Type=python35.PyODictItems_Type DATA
442
+ PyODictIter_Type=python35.PyODictIter_Type DATA
443
+ PyODictKeys_Type=python35.PyODictKeys_Type DATA
444
+ PyODictValues_Type=python35.PyODictValues_Type DATA
445
PyParser_SimpleParseFileFlags=python36.PyParser_SimpleParseFileFlags
446
PyParser_SimpleParseStringFlags=python36.PyParser_SimpleParseStringFlags
447
PyProperty_Type=python36.PyProperty_Type DATA
0 commit comments