#32638: threading.Thread.setDaemon has been deprecated in Python 3.10
------------------------------------------------+--------------------------
               Reporter:  Xtreak                |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  assigned
              Component:  Uncategorized         |        Version:  dev
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+--------------------------
 It seems this has been used at
 
https://github.com/django/django/blob/76c0b32f826469320c59709d31e2f2126dd7c505/django/utils/autoreload.py#L613
 . This can be changed to directly set daemon attribute and the relevant
 test can be modified. I will create a pull request for this.

 CPython PR : https://github.com/python/cpython/pull/25174

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32638>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.63cc7cc99004cf3ce286456f0d313fcd%40djangoproject.com.

Reply via email to