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

Skip to content

Commit f3b73ad

Browse files
Issue #16991: Add PyODict* to Windows builds.
1 parent e3dfa9e commit f3b73ad

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

PC/python3.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,14 @@ EXPORTS
434434
PyObject_Size=python35.PyObject_Size
435435
PyObject_Str=python35.PyObject_Str
436436
PyObject_Type=python35.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
437445
PyParser_SimpleParseFileFlags=python35.PyParser_SimpleParseFileFlags
438446
PyParser_SimpleParseStringFlags=python35.PyParser_SimpleParseStringFlags
439447
PyProperty_Type=python35.PyProperty_Type DATA

0 commit comments

Comments
 (0)