Commit f80fe6d7 authored by Stefan Behnel's avatar Stefan Behnel

fix crash due to moved utility code (apparently in untested code)

parent b0a428d4
......@@ -6514,7 +6514,7 @@ class FromImportStatNode(StatNode):
if name == '*':
for _, entry in env.entries.items():
if not entry.is_type and entry.type.is_extension_type:
env.use_utility_code(ExprNodes.type_test_utility_code)
env.use_utility_code(UtilityCode.load_cached("ExtTypeTest", "ObjectHandling.c"))
break
else:
entry = env.lookup(target.name)
......
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