]> granicus.if.org Git - python/commit
Make sure that when we invoke callback functions associated with weak
authorFred Drake <fdrake@acm.org>
Mon, 10 Dec 2001 23:44:54 +0000 (23:44 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 10 Dec 2001 23:44:54 +0000 (23:44 +0000)
commitef8ebd1e74cc8f91d2f0a6e5a8a99c8bd6b125b0
tree5e371f268d467523b6cbd945eb7adc65494eaedb
parent65760b2173da008814ac0d207376e12527c5b3b2
Make sure that when we invoke callback functions associated with weak
references, we do not allow any outstanding exceptions "leak" into the
callback's execution state.
This closes SF bug #478534.
Objects/weakrefobject.c