)]}'
{"neutron/agent/dhcp/agent.py":[{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"49e1f33d93f24acfcfa9337ade097af86953b606","unresolved":true,"context_lines":[{"line_number":78,"context_line":""},{"line_number":79,"context_line":"    def __init__(self, _id, priority, action\u003dNone, resource\u003dNone,"},{"line_number":80,"context_line":"                 timestamp\u003dNone, tries\u003d5, obj_type\u003dNone):"},{"line_number":81,"context_line":"        super().__init__(_id, priority, action\u003daction, resource\u003dresource,"},{"line_number":82,"context_line":"                         timestamp\u003dtimestamp, tries\u003dtries)"},{"line_number":83,"context_line":"        self.obj_type \u003d obj_type"},{"line_number":84,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"6d828b3b_90be7f9e","line":81,"updated":"2021-02-09 03:32:12.000000000","message":"super() needs the parent in the parens, something we dropped in py3. Below as well.","commit_id":"d44bfe882a6ec89e3e1ec8470a6447eb29d8b3f1"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"cbc31084fdff6d3c6bfd3d143112d28275559267","unresolved":true,"context_lines":[{"line_number":78,"context_line":""},{"line_number":79,"context_line":"    def __init__(self, _id, priority, action\u003dNone, resource\u003dNone,"},{"line_number":80,"context_line":"                 timestamp\u003dNone, tries\u003d5, obj_type\u003dNone):"},{"line_number":81,"context_line":"        super().__init__(_id, priority, action\u003daction, resource\u003dresource,"},{"line_number":82,"context_line":"                         timestamp\u003dtimestamp, tries\u003dtries)"},{"line_number":83,"context_line":"        self.obj_type \u003d obj_type"},{"line_number":84,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"319e7cb5_23aa060d","line":81,"in_reply_to":"6d828b3b_90be7f9e","updated":"2021-02-10 08:40:25.000000000","message":"Ahh yes, sure, I\u0027ll fix it","commit_id":"d44bfe882a6ec89e3e1ec8470a6447eb29d8b3f1"},{"author":{"_account_id":11975,"name":"Slawek Kaplonski","email":"skaplons@redhat.com","username":"slaweq"},"change_message_id":"41dc0bc82117665a2b156faa5f1f898f4a209035","unresolved":true,"context_lines":[{"line_number":92,"context_line":"            # This check could be removed in Y release."},{"line_number":93,"context_line":"            if (\u0027fixed_ips\u0027 not in self.resource or"},{"line_number":94,"context_line":"                    \u0027fixed_ips\u0027 not in other.resource):"},{"line_number":95,"context_line":"                return super(DHCPResourceUpdate, self).__lt__(other)"},{"line_number":96,"context_line":""},{"line_number":97,"context_line":"            self_ips \u003d set(str(fixed_ip[\u0027ip_address\u0027]) for"},{"line_number":98,"context_line":"                           fixed_ip in self.resource[\u0027fixed_ips\u0027])"}],"source_content_type":"text/x-python","patch_set":2,"id":"f64e0699_fd8169f5","line":95,"updated":"2021-02-10 12:18:51.000000000","message":"and btw. that should provide backward compatibility so this patch should be IMHO safe to backport","commit_id":"e753dad6bf626a343c1286db223728e8dfc9ddc8"}]}
