]> granicus.if.org Git - python/commitdiff
Issue #16991: Add PyODict* to Windows builds.
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 30 May 2015 20:19:27 +0000 (14:19 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Sat, 30 May 2015 20:19:27 +0000 (14:19 -0600)
PC/python3.def

index f016aab6cf4b5d2a35e38707ce864062ae170653..88c0742d3cfcdc830b67ad267ab4f9613c9619aa 100644 (file)
@@ -434,6 +434,14 @@ EXPORTS
   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