"Paul Pogonyshev" schrieb im Newsbeitrag
news:mailman.658.1251577954.2854.python-l...@python.org...
> Hi,
>
> Is weak reference callback called immediately after the referenced
> object is deleted or at arbitrary point in time after that? I.e. is
> it possible to se
Christian Heimes wrote:
> Paul Pogonyshev wrote:
> > Hi,
> >
> > Is weak reference callback called immediately after the referenced
> > object is deleted or at arbitrary point in time after that? I.e. is
> > it possible to see a dead reference before the
Paul Pogonyshev wrote:
> Hi,
>
> Is weak reference callback called immediately after the referenced
> object is deleted or at arbitrary point in time after that? I.e. is
> it possible to see a dead reference before the callback is called?
>
> More formally,
Hi,
Is weak reference callback called immediately after the referenced
object is deleted or at arbitrary point in time after that? I.e. is
it possible to see a dead reference before the callback is called?
More formally, will this ever raise?
callback_called = False
def note_deletion