> On Mar 27, 2018, at 3:32 PM, Paul Albrecht wrote:
>
> I'm trying to debug a memory leak in a twisted application and I’d like to
> use tracemalloc. Unfortunately, the application hasn’t been updated to python
> 3 so I have to patch python 2.7. Here’s my problem: After downloading and
> comp
Hi,
I'm trying to debug a memory leak in a twisted application and I’d like to use
tracemalloc. Unfortunately, the application hasn’t been updated to python 3 so
I have to patch python 2.7. Here’s my problem: After downloading and compiling
python in /usr/local, I tried running my twisted appli