Re: svnpubsub/client.py: RuntimeError: dictionary changed size during iteration

2018-10-27 Thread Branko Čibej
On 23.08.2018 14:54, sebb wrote: > When running a version of watcher.py I got the following error: > > File ".../svnpubsub/client.py", line 251, in run_forever > self._check_stale() > File ".../svnpubsub/client.py", line 216, in _check_stale > for client in asyncore.socket_map.values():

svnpubsub/client.py: RuntimeError: dictionary changed size during iteration

2018-08-23 Thread sebb
When running a version of watcher.py I got the following error: File ".../svnpubsub/client.py", line 251, in run_forever self._check_stale() File ".../svnpubsub/client.py", line 216, in _check_stale for client in asyncore.socket_map.values(): RuntimeError: dictionary changed size durin