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
22a67707
Commit
22a67707
authored
Oct 21, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.
parent
cf6c0ea2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
PC/python_nt.def
PC/python_nt.def
+2
-1
No files found.
PC/python_nt.def
View file @
22a67707
...
@@ -58,7 +58,7 @@ EXPORTS
...
@@ -58,7 +58,7 @@ EXPORTS
PyFrame_Type DATA
PyFrame_Type DATA
PyRange_Type DATA
PyRange_Type DATA
PyComplex_Type DATA
PyComplex_Type DATA
_Py_Ellips
e
sObject DATA
_Py_Ellips
i
sObject DATA
PySlice_Type DATA
PySlice_Type DATA
_PyObject_New
_PyObject_New
...
@@ -189,6 +189,7 @@ EXPORTS
...
@@ -189,6 +189,7 @@ EXPORTS
PyNode_Compile
PyNode_Compile
PyCode_New
PyCode_New
PyEval_CallObject
PyEval_CallObject
PyEval_CallObjectWithKeywords
PyEval_EvalCode
PyEval_EvalCode
Py_FlushLine
Py_FlushLine
PyEval_GetBuiltins
PyEval_GetBuiltins
...
...
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