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

Skip to content

Commit 06a6a83

Browse files
Issue #16991: Use the correct version for master.
1 parent 59b2f68 commit 06a6a83

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

PC/python3.def

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -434,14 +434,14 @@ EXPORTS
434434
PyObject_Size=python36.PyObject_Size
435435
PyObject_Str=python36.PyObject_Str
436436
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
437+
PyODict_DelItem=python36.PyODict_DelItem
438+
PyODict_New=python36.PyODict_New
439+
PyODict_SetItem=python36.PyODict_SetItem
440+
PyODict_Type=python36.PyODict_Type DATA
441+
PyODictItems_Type=python36.PyODictItems_Type DATA
442+
PyODictIter_Type=python36.PyODictIter_Type DATA
443+
PyODictKeys_Type=python36.PyODictKeys_Type DATA
444+
PyODictValues_Type=python36.PyODictValues_Type DATA
445445
PyParser_SimpleParseFileFlags=python36.PyParser_SimpleParseFileFlags
446446
PyParser_SimpleParseStringFlags=python36.PyParser_SimpleParseStringFlags
447447
PyProperty_Type=python36.PyProperty_Type DATA

0 commit comments

Comments
 (0)