Now I know what descriptor is :D
Link
Reply
Now I know what descriptor is :D
Short and sweet!
In my Pyramid view classes, I defined __del__(), and I guess there were reference cycle had been introduced inside the framework (which I couldn’t easily see), so all the view callable objects were not garbage collected.
A MUST read when investigating Python program memory problems!