Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gwenaël Samain
cython
Commits
d2bba857
Commit
d2bba857
authored
Jun 29, 2017
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move CommonTypes.c to CommonStructures.c
parent
20256403
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Cython/Utility/CommonStructures.c
Cython/Utility/CommonStructures.c
+0
-0
Cython/Utility/Coroutine.c
Cython/Utility/Coroutine.c
+1
-1
Cython/Utility/CythonFunction.c
Cython/Utility/CythonFunction.c
+1
-1
No files found.
Cython/Utility/Common
Typ
es.c
→
Cython/Utility/Common
Structur
es.c
View file @
d2bba857
File moved
Cython/Utility/Coroutine.c
View file @
d2bba857
...
...
@@ -394,7 +394,7 @@ static int __pyx_Generator_init(void); /*proto*/
//@requires: Exceptions.c::RaiseException
//@requires: ObjectHandling.c::PyObjectCallMethod1
//@requires: ObjectHandling.c::PyObjectGetAttrStr
//@requires: Common
Typ
es.c::FetchCommonType
//@requires: Common
Structur
es.c::FetchCommonType
#include <structmember.h>
#include <frameobject.h>
...
...
Cython/Utility/CythonFunction.c
View file @
d2bba857
...
...
@@ -72,7 +72,7 @@ static int __pyx_CyFunction_init(void);
//////////////////// CythonFunction ////////////////////
//@substitute: naming
//@requires: Common
Typ
es.c::FetchCommonType
//@requires: Common
Structur
es.c::FetchCommonType
////@requires: ObjectHandling.c::PyObjectGetAttrStr
static
PyObject
*
...
...
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