#26691: Don't check for a file's existence before deleting
------------------------------------------------+------------------------
               Reporter:  jdufresne             |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  File uploads/storage  |        Version:  master
               Severity:  Normal                |       Keywords:
           Triage Stage:  Accepted              |      Has patch:  1
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 There are a couple places in Django (file-based cache and
 `FileSystemStorage`) that do a file-existence check before removing a
 file). This leads to an unnecessary race condition. It's easier to simply
 try to delete the file and pass silently if the file doesn't exist.

 [https://github.com/django/django/pull/6652 PR]

--
Ticket URL: <https://code.djangoproject.com/ticket/26691>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.0334134253116c01769e4bf261bff42d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to