Add no_gc directive to fully disable GC
Useful when one can guarantee the class cannot participate in cycles, but the compiler cannot prove it on its own
Showing
tests/run/no_gc.pyx
0 → 100644
Please register or sign in to comment