I'm learning the details of Python's garbage collection method recently.
The docs of Python just teach you how to use gc without further explanation in details.
I read this article. It's very helpful for me but seem to be out of date.
How does the gc works in Python-3.x ? Is there anything difference in the implementation?