#31372: autoreload: dictionary changed size during iteration
-------------------------------------+-------------------------------------
     Reporter:  minusf               |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Core (Management     |                  Version:  2.2
  commands)                          |
     Severity:  Normal               |               Resolution:
     Keywords:  autoreload           |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Simon Charette):

 Pretty sure this was inadvertently fixed in 3.0 by
 1835563ab8a1da949a35316d16989236ac585c6c since `sys.module.items` isn't
 used anymore and we only perform `__getitem__` on a fixed collection of
 modules.

 Since 2.2 is currently only in maintenance mode I don't think this commit
 will be backported there.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31372#comment:2>
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/064.a8b6da01d3166697a7b74c0e9d765041%40djangoproject.com.

Reply via email to