changeset: 96402:1d851112922f branch: 3.5 parent: 96399:030205f1e716 user: Eric Snow date: Sat May 30 14:19:27 2015 -0600 files: PC/python3.def description: Issue #16991: Add PyODict* to Windows builds. diff -r 030205f1e716 -r 1d851112922f PC/python3.def --- a/PC/python3.def Sat May 30 12:51:15 2015 -0600 +++ b/PC/python3.def Sat May 30 14:19:27 2015 -0600 @@ -434,6 +434,14 @@ PyObject_Size=python35.PyObject_Size PyObject_Str=python35.PyObject_Str PyObject_Type=python35.PyObject_Type DATA + PyODict_DelItem=python35.PyODict_DelItem + PyODict_New=python35.PyODict_New + PyODict_SetItem=python35.PyODict_SetItem + PyODict_Type=python35.PyODict_Type DATA + PyODictItems_Type=python35.PyODictItems_Type DATA + PyODictIter_Type=python35.PyODictIter_Type DATA + PyODictKeys_Type=python35.PyODictKeys_Type DATA + PyODictValues_Type=python35.PyODictValues_Type DATA PyParser_SimpleParseFileFlags=python35.PyParser_SimpleParseFileFlags PyParser_SimpleParseStringFlags=python35.PyParser_SimpleParseStringFlags PyProperty_Type=python35.PyProperty_Type DATA