When the plugin is loaded and I shut down Deluge, I get the "dictionary
changed size during iteration" exception. The problem stems from this
line: https://github.com/deluge-
torrent/deluge/blob/develop/deluge/component.py#L451
If I change self.components.values() to list(self.components.values()) it
all goes away.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3317>
Deluge <https://deluge-torrent.org/>
Deluge Project
* milestone: needs verified => 2.0.4
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3317#comment:1>
* status: new => closed
* resolution: => Fixed
Comment:
Fixed in [ed4bc5fa17ec5]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3317#comment:2>