Messages
Topics
Lists
Groups
Marketplace
Jobs
Jack C
4 years ago
In this piece, I will talk about reference counting in Python. I will use the list object, which is mutable for illustration purposes. I hope you will enjoy it. Note that I will not go into C implementation details.
#python