◐ Shell
clean mode source ↗

Message 203318 - Python tracker

> Btw, I think a cleaner way to deal with unpredictable GC runs is to be able to temporarily disable GC with a context manager

Disabling the GC in a library function sounds very ugly to me.