)]}'
{"kuryr_kubernetes/controller/drivers/network_policy_security_groups.py":[{"author":{"_account_id":23567,"name":"Luis Tomas Bolivar","email":"ltomasbo@redhat.com","username":"ltomasbo"},"change_message_id":"722b094a5e78d8e20e2e754546889dfe46673e4b","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            matched \u003d True"},{"line_number":386,"context_line":"            driver_utils.delete_security_group_rule("},{"line_number":387,"context_line":"                rule[\u0027security_group_rule\u0027][\u0027id\u0027])"},{"line_number":388,"context_line":"        for remote_ip, namespace in remote_ip_prefixes.items():"},{"line_number":389,"context_line":"            if namespace \u003d\u003d ns_name:"},{"line_number":390,"context_line":"                matched \u003d True"},{"line_number":391,"context_line":"                remote_ip_prefixes.pop(remote_ip)"}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_6a2d9afa","line":388,"range":{"start_line":388,"start_character":7,"end_line":388,"end_character":63},"updated":"2020-01-07 08:43:08.000000000","message":"would this have the problem with the dict being changed while iterating?","commit_id":"9a803d41e1aaadb1f9f6da60b4fc58235a3fbcfa"},{"author":{"_account_id":14352,"name":"Antoni Segura Puimedon","email":"celebdor@gmail.com","username":"toni"},"change_message_id":"ef483b07fe0aa0e8b3874f71b2932e2dcc039c1c","unresolved":false,"context_lines":[{"line_number":385,"context_line":"            matched \u003d True"},{"line_number":386,"context_line":"            driver_utils.delete_security_group_rule("},{"line_number":387,"context_line":"                rule[\u0027security_group_rule\u0027][\u0027id\u0027])"},{"line_number":388,"context_line":"        for remote_ip, namespace in remote_ip_prefixes.copy().items():"},{"line_number":389,"context_line":"            if namespace \u003d\u003d ns_name:"},{"line_number":390,"context_line":"                matched \u003d True"},{"line_number":391,"context_line":"                remote_ip_prefixes.pop(remote_ip)"}],"source_content_type":"text/x-python","patch_set":3,"id":"3fa7e38b_7bef751b","line":388,"updated":"2020-01-10 09:45:58.000000000","message":"no need to copy the dict, just get a list from the view:\n\n    for remote_ip, namespace in list(remote_ip_prefixes.items()):","commit_id":"7e0bade4ad54eec3a7db86708f3c2d1d45bcf03e"}]}
