)]}'
{"os_ken/lib/hub.py":[{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"ec17cb6f2c784dc9322872385c1573521fbdc513","unresolved":false,"context_lines":[{"line_number":44,"context_line":"    import traceback"},{"line_number":45,"context_line":""},{"line_number":46,"context_line":"    getcurrent \u003d eventlet.getcurrent"},{"line_number":47,"context_line":"    _patch \u003d eventlet.monkey_patch"},{"line_number":48,"context_line":"    sleep \u003d eventlet.sleep"},{"line_number":49,"context_line":"    listen \u003d eventlet.listen"},{"line_number":50,"context_line":"    connect \u003d eventlet.connect"}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_00ff6334","line":47,"updated":"2020-06-18 01:35:14.000000000","message":"_patch is used only once (at L.53 below). \"patch\" method is one of interfaces, so it is defined here but \"_patch\" is for internal. There seems no need to define it here.","commit_id":"bc582b784e3367b7d702ce4830e7034f69cf7304"},{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"ec17cb6f2c784dc9322872385c1573521fbdc513","unresolved":false,"context_lines":[{"line_number":50,"context_line":"    connect \u003d eventlet.connect"},{"line_number":51,"context_line":""},{"line_number":52,"context_line":"    def patch(thread\u003dTrue):"},{"line_number":53,"context_line":"        _patch(thread\u003dthread)"},{"line_number":54,"context_line":"        if thread:"},{"line_number":55,"context_line":"            # Monkey patch the original current_thread to use the up-to-date _active"},{"line_number":56,"context_line":"            # global variable. See https://bugs.launchpad.net/bugs/1863021 and"}],"source_content_type":"text/x-python","patch_set":2,"id":"bf51134e_60fe1f38","line":53,"range":{"start_line":53,"start_character":8,"end_line":53,"end_character":14},"updated":"2020-06-18 01:35:14.000000000","message":"Let\u0027s call \"eventlet.monkey_patch\" directly.","commit_id":"bc582b784e3367b7d702ce4830e7034f69cf7304"}]}
