8000 Revert local changes · pythonnet/pythonnet@fa89b48 · GitHub
[go: up one dir, main page]

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,< 5A30 /span> 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)
0