Skip to content

Commit 5b733f3

Browse files
Update classdef.py
1 parent 05e5de0 commit 5b733f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypyc/irbuild/classdef.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ def finalize(self, ir: ClassIR) -> None:
262262
non_ext_class = load_non_ext_class(self.builder, ir, self.non_ext, self.cdef.line)
263263
non_ext_class = load_decorated_class(self.builder, self.cdef, non_ext_class)
264264

265-
# Try to avoid contention when using free threading.
266265
self.builder.set_immortal_if_py312plus(non_ext_class, self.cdef.line)
267266

268267
# Save the decorated class

0 commit comments

Comments
 (0)