Earlier quoted context omitted.
Python is also a GC’d language...
CPython is mostly reference-counted.
To be fair, the GC can be disabled. But it's only safe to do so when you know there are no cycles, and even when such guarantee can be had for your own code, I've never seen a library guarantee that to API clients.