Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 6db3181

Browse files
committed
Revert local changes
1 parent 83e8dd5 commit 6db3181

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)