memory leak
Daniel Wheeler
daniel.wheeler at nist.gov
Tue Dec 21 11:39:13 EST 2004
More information about the Python-list mailing list
Tue Dec 21 11:39:13 EST 2004
- Previous message (by thread): getting env variable from bourne shell script
- Next message (by thread): memory leak
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Can python leak memory even if the reference count for all the objects
is not increasing?
For example:
for i in range(N):
print ref_count_all_objects()
do_something()
and every iteration the ref count is constant but the memory usage is
increasing. What are the likely
problems?
Thanks
-------------------------------------
Daniel Wheeler
Telephone: (301) 975-8358
- Previous message (by thread): getting env variable from bourne shell script
- Next message (by thread): memory leak
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list