Skip to content

Commit f19708d

Browse files
Update src/JSObjectProxy.cc
Co-authored-by: Caleb Aikens <[email protected]>
1 parent 498893c commit f19708d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JSObjectProxy.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_repr(JSObjectProxy *self
416416
} else {
417417
value = pyTypeFactory(GLOBAL_CX, elementVal);
418418
}
419-
Py_INCREF(value);
420419

421420
s = PyObject_Repr(value);
422421
if (s == NULL) {

0 commit comments

Comments
 (0)