From: "monk.e.boy" <jo...@neutralize.com>
Date: Wed, 19 Dec 2007 06:21:22 -0800 (PST)
Local: Wed, Dec 19 2007 9:21 am
Subject: Re: Memory leak?
I have done a nice simple test file (see end of post) when I run this
against my test HTML page using Windows XP I can watch the amount of memory go up by about 2,000 K for each page loaded. So I load this in IDLE: 13,584K
So there is my proof. I can't see that it is anything apart from BS
Here is the test code:
import sys
if __name__ == "__main__":
from BeautifulSoup import BeautifulSoup
url = 'http://dev/mem-1.html'
def soup(html):
for css in soup('link'):
def go(url):
for x in range(15):
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||