Commit f8381cb0 authored by gsamain's avatar gsamain

Use new utility code

parent dc2dbcdb
......@@ -1015,7 +1015,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
if type.is_cyp_class:
code.globalstate.use_utility_code(
UtilityCode.load("CythonReferenceCounting", "ObjectHandling.c", proto_block="utility_code_proto_before_types"))
UtilityCode.load("CyObjects", "CyObjects.cpp", proto_block="utility_code_proto_before_types"))
def generate_enum_definition(self, entry, code):
code.mark_pos(entry.pos)
......
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