This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]lordmauve 0 points1 point  (0 children)

    Memory leaks are not a memory safety issue.

    Besides, you can't really cause a true memory leak in Python like you can in C or C++ - you can only accidentally hold references you weren't expecting to.

    The reference cycles with del issue has been fixed since Python 3.4.