Opened 10 years ago
Closed 10 years ago
#23858 closed Bug (wontfix)
Backport of fix for deadlock while dispatching signals
Reported by: | Andrey Gubarev | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | 1.6 |
Severity: | Normal | Keywords: | signal deadlock |
Cc: | Florian Apolloner | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.