Re: [pypy-dev] html_fibo.py’s problem.

2011-08-01 Thread Kenji Yano
Hi, Anto Thanks for your reply. 2011/8/1 Antonio Cuni : > On 01/08/11 07:25, Kenji Yano wrote: >> >> Hi >> >> I found the cause of html_fibo.py at the EuroPython Hands-on. >> This case, HtmlTag destructor isn’t call when the object didn’t use. >> Is this garbage collection’s problem? >> (pypy-tru

Re: [pypy-dev] html_fibo.py’s problem.

2011-08-01 Thread Antonio Cuni
On 01/08/11 07:25, Kenji Yano wrote: Hi I found the cause of html_fibo.py at the EuroPython Hands-on. This case, HtmlTag destructor isn’t call when the object didn’t use. Is this garbage collection’s problem? (pypy-trunk(1.6.0-dev) same too.) yes. The difference with CPython is that CPython d