memory leak

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniel Wheeler

    #1

    memory leak

    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_o bjects()
    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

Working...