Progress on the Gilectomy

Skip Montanaro skip.montanaro at gmail.com
Mon Jun 19 11:06:10 EDT 2017


On Mon, Jun 19, 2017 at 9:20 AM, Ethan Furman <ethan at stoneleaf.us> wrote:

> Reference counting is a valid garbage collecting mechanism, therefore
> Python is also a GC language.


Garbage collection is usually thought of as a way to remove responsibility
for tracking of live data from the user. Reference counting doesn't do that.

Skip



More information about the Python-list mailing list