Commit 2a4ffd18 authored by Mark Florisson's avatar Mark Florisson

Don't merge cython scope into module scope

parent 12d628d7
......@@ -73,10 +73,6 @@ def use_utility_code_definitions(scope, target):
def inject_utility_code_stage_factory(context):
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 = []
# Note: the list might be extended inside the loop (if some utility code
# pulls in other utility code, explicitly or implicitly)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment