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
Kirill Smelkov
cython
Commits
7a646983
Commit
7a646983
authored
Jun 01, 2020
by
da-woods
Committed by
Stefan Behnel
Jun 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use variable to aboid compiler warning
parent
2a6aa2ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/run/fused_types.pyx
tests/run/fused_types.pyx
+2
-1
No files found.
tests/run/fused_types.pyx
View file @
7a646983
...
...
@@ -404,7 +404,8 @@ def test_composite(fused_composite x):
### see GH3642 - presence of cdef inside "unrelated" caused a type to be incorrectly inferred
cdef
unrelated
(
cython
.
floating
x
):
cdef
cython
.
floating
t
cdef
cython
.
floating
t
=
1
return
t
cdef
handle_float
(
float
*
x
):
return
'float'
...
...
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