In this post, we will discuss an subtle bug that leaked memory in Python. This is unusual since the Python language does not allow pointers directly and garbage collects any objects that are no longer ...