Re: Overwriting / reassigning instance / garbage collection?
From: Werner Schiendl (ws-news_at_gmx.at)
Date: 10/30/03
- Next message: Stephen Horne: "Re: AI and cognitive psychology rant (getting more and more OT - tell me if I should shut up)"
- Previous message: Richard Wesley: "Re: coverage.py can't find source file"
- In reply to: Ken Godee: "Overwriting / reassigning instance / garbage collection?"
- Next in thread: Ken Godee: "Re: Overwriting / reassigning instance / garbage collection?"
- Reply: Ken Godee: "Re: Overwriting / reassigning instance / garbage collection?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Oct 2003 18:19:37 +0100
Hi,
Ken Godee wrote:
>
> q1 now has a new address, so I'm
> assuming the old q1 instance now has a
> reference count of zero and python will garbage collect it?????
>
of course, the old one will eventually be garbage collected.
The question is, what do you actually want to do?
hth
Werner
- Next message: Stephen Horne: "Re: AI and cognitive psychology rant (getting more and more OT - tell me if I should shut up)"
- Previous message: Richard Wesley: "Re: coverage.py can't find source file"
- In reply to: Ken Godee: "Overwriting / reassigning instance / garbage collection?"
- Next in thread: Ken Godee: "Re: Overwriting / reassigning instance / garbage collection?"
- Reply: Ken Godee: "Re: Overwriting / reassigning instance / garbage collection?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|