mirror of
https://github.com/django/django.git
synced 2025-01-22 16:19:35 +00:00
52cad43bc3
Make use of `weakref.finalize` and `weakref.WeakMethod` on python 3.4. Simplified the removal of receivers, the old function looked overly complicated. Many thanks go to Antoine Pitrou for helping me to debug and explain all the failures I ran into while writing that patch.