Skip to content

Commit 170c354

Browse files
Temporarily skip some code.
1 parent 93377fe commit 170c354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Objects/codeobject.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,9 +1781,9 @@ break;
17811781
}
17821782
}
17831783
}
1784-
// if (counts != NULL) {
1785-
// *counts = unbound;
1786-
// }
1784+
if (counts != NULL) {
1785+
*counts = unbound;
1786+
}
17871787
return 0;
17881788
}
17891789

0 commit comments

Comments
 (0)