Closed
Description
https://docs.python.org/3/library/gc.html#gc.collect says "The number of unreachable objects found is returned."
In fact, it returns (
Line 1378 in 48dfd74
(What makes an object uncollectable? I didn't read too closely but it seems to have something to do with finalizers.)