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
2a4ffd18
Commit
2a4ffd18
authored
Oct 01, 2011
by
Mark Florisson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't merge cython scope into module scope
parent
12d628d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Cython/Compiler/Pipeline.py
Cython/Compiler/Pipeline.py
+0
-4
No files found.
Cython/Compiler/Pipeline.py
View file @
2a4ffd18
...
@@ -73,10 +73,6 @@ def use_utility_code_definitions(scope, target):
...
@@ -73,10 +73,6 @@ def use_utility_code_definitions(scope, target):
def
inject_utility_code_stage_factory
(
context
):
def
inject_utility_code_stage_factory
(
context
):
def
inject_utility_code_stage
(
module_node
):
def
inject_utility_code_stage
(
module_node
):
# First, make sure any utility code pulled in by using symbols in the cython
# scope is included
use_utility_code_definitions
(
context
.
cython_scope
,
module_node
.
scope
)
added
=
[]
added
=
[]
# Note: the list might be extended inside the loop (if some utility code
# Note: the list might be extended inside the loop (if some utility code
# pulls in other utility code, explicitly or implicitly)
# pulls in other utility code, explicitly or implicitly)
...
...
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