memory consumption

Marco Ippolito maroloccio at gmail.com
Tue Mar 30 04:18:01 EDT 2021


Have you tried to identify where in your code the surprising memory allocations
are made?

You could "bisect search" by adding breakpoints:

https://docs.python.org/3/library/functions.html#breakpoint

At which point does the problem start manifesting itself?


More information about the Python-list mailing list