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
6844243a
Commit
6844243a
authored
9 years ago
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debug code
parent
a8683244
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Cython/Compiler/ExprNodes.py
Cython/Compiler/ExprNodes.py
+0
-2
No files found.
Cython/Compiler/ExprNodes.py
View file @
6844243a
...
...
@@ -7374,8 +7374,6 @@ class MergedSequenceNode(ExprNode):
args
=
iter
(
self
.
args
)
item
=
next
(
args
)
item
.
generate_evaluation_code
(
code
)
if
item
.
pos
[
1
]
==
140
:
print
item
.
type
,
item
.
dump
()
if
(
is_set
and
item
.
is_set_literal
or
not
is_set
and
item
.
is_sequence_constructor
and
item
.
type
is
list_type
):
code
.
putln
(
"%s = %s;"
%
(
self
.
result
(),
item
.
py_result
()))
...
...
This diff is collapsed.
Click to expand it.
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