Skip to content

Commit 232db96

Browse files
committed
Restore the placement vtable to preserve the PyObject layout
1 parent 59f3f13 commit 232db96

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypyc/irbuild/ll_builder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,9 +1891,6 @@ def primitive_op(
18911891
if desc.c_function_name:
18921892
# TODO: Generate PrimitiveOps here and transform them into CallC
18931893
# ops only later in the lowering pass
1894-
print(
1895-
f"primitive_op: {desc.name} {desc.c_function_name} {desc.is_pure} -> {result_type}"
1896-
)
18971894
c_desc = CFunctionDescription(
18981895
desc.name,
18991896
desc.arg_types,

0 commit comments

Comments
 (0)