#12032: Signals receivers not called when the receiver is a closure -------------------------------------+-------------------------------------- Reporter: a...@zvuk.net | Owner: Status: closed | Milestone: 1.2 Component: Core framework | Version: SVN Resolution: invalid | Keywords: signals Stage: Unreviewed | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | -------------------------------------+-------------------------------------- Changes (by dc):
* status: new => closed * resolution: => invalid Comment: That's not a bug, that's a feature. def connect(self, receiver, sender=None, weak=True, dispatch_uid=None) weak[[BR]] Whether to use weak references to the receiver By default, the[[BR]] module will attempt to use weak references to the receiver[[BR]] objects. If this parameter is false, then strong references will[[BR]] be used. -- Ticket URL: <http://code.djangoproject.com/ticket/12032#comment:3> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---