There was an error while loading. Please reload this page.
1 parent 93377fe commit 170c354Copy full SHA for 170c354
1 file changed
Objects/codeobject.c
@@ -1781,9 +1781,9 @@ break;
1781
}
1782
1783
1784
-// if (counts != NULL) {
1785
-// *counts = unbound;
1786
-// }
+ if (counts != NULL) {
+ *counts = unbound;
+ }
1787
return 0;
1788
1789
0 commit comments