[Bug?] Python 2.0: memory leak in "pdb"?

Dieter Maurer dieter at handshake.de
Sun Dec 3 18:00:31 EST 2000


When I tried to analyse a bad time complexity in 4XSLT,
I noticed that the program required at least twice as much main memory
if run under pdb than in a free run.

This suggests there might be a severe memory leak in pdb.
The debugger had to look for two breakpoints.


Dieter



More information about the Python-list mailing list