Patches item #1379023, was opened at 2005-12-12 21:34 Message generated for change (Comment added) made by arigo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1379023&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: None >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Noam Raphael (noamr) Assigned to: Nobody/Anonymous (nobody) Summary: weakref callbacks are called only if the weakref is alive Initial Comment: Weak reference objects have an optional callback argument, which is a function that is called when the original object is killed. This function is called only if the created weakref object is still alive. This fact isn't mentioned in the documentation - this patch mentions it. ---------------------------------------------------------------------- >Comment By: Armin Rigo (arigo) Date: 2005-12-29 17:43 Message: Logged In: YES user_id=4771 Checked in as r41846. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1379023&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
