Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ae54 commit e2d3333Copy full SHA for e2d3333
src/runtime/Codecs/TupleCodecs.cs
@@ -36,7 +36,6 @@ public PyObject TryEncode(object value)
36
{
37
var item = field.GetValue(value);
38
IntPtr pyItem = Converter.ToPython(item);
39
- Runtime.XIncref(pyItem);
40
Runtime.PyTuple_SetItem(tuple, fieldIndex, pyItem);
41
fieldIndex++;
42
}
0 commit comments