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.
1 parent 399ae54 commit e2d3333Copy full SHA for e2d3333
1 file changed
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