Skip to content

Commit fa89b48

Browse files
amos402BadSingleton
authored andcommitted
Revert local changes
1 parent 0d6c645 commit fa89b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/typemanager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ private static void InitMethods(IntPtr pytype, Type type)
709709
mi[0] = method;
710710
MethodObject m = new TypeMethod(type, method_name, mi);
711711
Runtime.PyDict_SetItemString(dict, method_name, m.pyHandle);
712-
//m.DecrRefCount();
712+
m.DecrRefCount();
713713
addedMethods.Add(method_name);
714714
}
715715
}

0 commit comments

Comments
 (0)