"Help needed - I don't understand how Python manages memory"

"Martin v. Löwis" martin at v.loewis.de
Sun Apr 20 14:37:12 EDT 2008


> Pure Python code can cause memory leaks. No, that's not a bug in the
> interpreter but the fault of the developer. For example code that messes
> around with stack frames and exception object can cause nasty reference
> leaks.

Can you give an example, please?

Regards,
Martin



More information about the Python-list mailing list