Skip to content

Commit 0aaf10d

Browse files
committed
fix garbage collector
apparently newer cython has different values for reference counting than the older one? i don't even know anymore this toolchain is so unstable
1 parent 2bc623e commit 0aaf10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SortingVisualizer.opal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ new class SortingVisualizer {
18811881
}
18821882

18831883
$if CY_COMPILING
1884-
this.__addAux(result, 1);
1884+
this.__addAux(result, 0);
18851885
$else
18861886
this.__addAux(result, 2);
18871887
$end

0 commit comments

Comments
 (0)