Opened 18 years ago

Closed 18 years ago

#2258 closed defect (fixed)

[patch] threading in utils/synch.py

Reported by: scott@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

see #2052 and #2036

import dummy_threading, if threading doesn't exist

Attachments (1)

no_threading.diff (386 bytes ) - added by scott@… 18 years ago.
patch for utils/synch.py

Download all attachments as: .zip

Change History (2)

by scott@…, 18 years ago

Attachment: no_threading.diff added

patch for utils/synch.py

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3286]) Fixed #2258 -- Accounted for the case of a missing threading library in django.utils.synch. Thanks, scott@…

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