Skip to content

Commit 750cecc

Browse files
Merge branch 'philippe/fix/211' into philippe/fix/201
2 parents 2fc56a2 + d4b4db6 commit 750cecc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/JSArrayIterProxy.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
void JSArrayIterProxyMethodDefinitions::JSArrayIterProxy_dealloc(JSArrayIterProxy *self)
2626
{
27-
// Py_XDECREF(self->it.it_seq);
28-
// Py_TYPE(self)->tp_free((PyObject *)self);
2927
PyObject_GC_UnTrack(self);
3028
Py_XDECREF(self->it.it_seq);
3129
PyObject_GC_Del(self);

0 commit comments

Comments
 (0)