On Thursday, 8 February 2018 at 15:55:09 UTC, JN wrote:

Python was also a smashing success, but it doesn't use a garbage collector in it's default implementation (CPython).

I'm pretty sure CPython uses a mark-and-sweep GC together with reference counting.

Reply via email to