Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f3b73ad5
Commit
f3b73ad5
authored
May 30, 2015
by
Eric Snow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #16991: Add PyODict* to Windows builds.
parent
e3dfa9e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
PC/python3.def
PC/python3.def
+8
-0
No files found.
PC/python3.def
View file @
f3b73ad5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment