
#311 Catching Memory Leaks with ... pytest?
Python Bytes
00:00
When Would I Worry About Memory Leaks in Python?
memory leaks can build up if you're doing something wrong on python. A lot of python applications that are short running and it just cleans up after itself when it's done. There's just cases long running services also things like maybe you care about large amounts of data which need all of the data they can get ahold of without wasting any.
Transcript
Play full episode