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:

  1. django/dispatch/dispatcher.py ported from Django 1.7.1
  2. removed saferef module and tests
  3. added weakref backport
  4. updated tests for dispatcher according to changes from Django 1.7.1

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top