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
1641cea0
Commit
1641cea0
authored
Jun 23, 2012
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #15150: regenerate python3stub.def.
parent
2c30ee1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
PC/python3.mak
PC/python3.mak
+1
-1
PC/python33stub.def
PC/python33stub.def
+2
-0
No files found.
PC/python3.mak
View file @
1641cea0
$(OutDir)python3.dll
:
python3.def $(OutDir)python3
2
stub.lib
$(OutDir)python3.dll
:
python3.def $(OutDir)python3
3
stub.lib
cl /LD /Fe
$(OutDir)
python3.dll python3dll.c python3.def
$(OutDir)
python33stub.lib
$(OutDir)python33stub.lib
:
python33stub.def
...
...
PC/python33stub.def
View file @
1641cea0
...
...
@@ -471,6 +471,8 @@ PySlice_New
PySlice_Type
PySortWrapper_Type
PyState_FindModule
PyState_AddModule
PyState_RemoveModule
PyStructSequence_GetItem
PyStructSequence_New
PyStructSequence_NewType
...
...
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