diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-30 20:26:40 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2015-05-30 20:26:40 (GMT) |
commit | 59b2f6803c2faa6b74762bee4e0ceb34aa3862c7 (patch) | |
tree | 88f8db93d2fda5b0da1a7d7ae65a69ca7425d3a5 /PC/python3.def | |
parent | e39facfdbcb156d2a94a7e850ed19a9dc943fdc5 (diff) | |
parent | f3b73ad51da3097d7915796fdc62608b1ab90c0a (diff) | |
download | cpython-59b2f6803c2faa6b74762bee4e0ceb34aa3862c7.zip cpython-59b2f6803c2faa6b74762bee4e0ceb34aa3862c7.tar.gz cpython-59b2f6803c2faa6b74762bee4e0ceb34aa3862c7.tar.bz2 |
Merge from 3.5.
Diffstat (limited to 'PC/python3.def')
-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 d155acc..6d850b8 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -434,6 +434,14 @@ EXPORTS PyObject_Size=python36.PyObject_Size PyObject_Str=python36.PyObject_Str PyObject_Type=python36.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=python36.PyParser_SimpleParseFileFlags PyParser_SimpleParseStringFlags=python36.PyParser_SimpleParseStringFlags PyProperty_Type=python36.PyProperty_Type DATA |