Erik Johnston eed59dcc1e Fix has_any_entity_changed
Occaisonally has_any_entity_changed would throw the error: "Set changed
size during iteration" when taking the max of the `sorteddict`. While
its uncertain how that happens, its quite inefficient to iterate over
the entire dict anyway so we change to using the more traditional
`bisect_*` functions.
2017-06-09 11:44:01 +01:00
..
2017-06-07 11:05:17 +01:00
2017-05-05 11:00:21 +01:00
2017-04-05 14:15:09 +01:00
2017-06-06 11:50:07 +01:00
2017-05-31 15:00:29 +01:00
2017-06-09 11:44:01 +01:00
2017-05-18 13:53:48 +01:00
2017-01-17 14:32:53 +00:00
2017-05-31 11:51:01 +01:00
2016-08-08 16:40:39 +01:00
2017-05-31 14:29:32 +01:00