diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-30 20:19:27 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-30 20:19:27 (GMT) |
commit | f3b73ad51da3097d7915796fdc62608b1ab90c0a (patch) | |
tree | 1ef5e589a99f25399ea205a0e1b988519911af4f | |
parent | e3dfa9e5ce9ffc1903c57c521a707c0485e962e1 (diff) | |
download | cpython-f3b73ad51da3097d7915796fdc62608b1ab90c0a.zip cpython-f3b73ad51da3097d7915796fdc62608b1ab90c0a.tar.gz cpython-f3b73ad51da3097d7915796fdc62608b1ab90c0a.tar.bz2 |
Issue #16991: Add PyODict* to Windows builds.
-rw-r--r-- | PC/python3.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/python3.def b/PC/python3.def index f016aab..88c0742 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -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 |