Opened 10 years ago
Closed 10 years ago
#23858 closed Bug (wontfix)
Backport of fix for deadlock while dispatching signals
Description ¶
Parent ticket: #21952
Patch: https://gist.github.com/mylokin/7c03d807fdb5588a4404
Details:
- django/dispatch/dispatcher.py ported from Django 1.7.1
- removed saferef module and tests
- added weakref backport
- updated tests for dispatcher according to changes from Django 1.7.1
Note:
See TracTickets
for help on using tickets.
Sorry, but I think the time to backport this has passed. With the release of 1.7, 1.6 has entered security-fix only mode per our supported versions policy.