)]}'
{"neutron/cmd/eventlet/__init__.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b90eead392bbe69436cff18b5cc16a0b8bde0245","unresolved":false,"context_lines":[{"line_number":16,"context_line":"# Monkey patch the original current_thread to use the up-to-date _active"},{"line_number":17,"context_line":"# global variable. See https://bugs.launchpad.net/bugs/1863021 and"},{"line_number":18,"context_line":"# https://github.com/eventlet/eventlet/issues/592"},{"line_number":19,"context_line":"import __original_module_threading as orig_threading"},{"line_number":20,"context_line":"import threading"},{"line_number":21,"context_line":"orig_threading.current_thread.__globals__[\u0027_active\u0027] \u003d threading._active"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_b9f561cd","line":19,"updated":"2020-04-30 23:16:07.000000000","message":"pep8: E402 module level import not at top of file","commit_id":"33e0e3e36f0410cd860e1937ae5a90c0d2a35f6c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b90eead392bbe69436cff18b5cc16a0b8bde0245","unresolved":false,"context_lines":[{"line_number":17,"context_line":"# global variable. See https://bugs.launchpad.net/bugs/1863021 and"},{"line_number":18,"context_line":"# https://github.com/eventlet/eventlet/issues/592"},{"line_number":19,"context_line":"import __original_module_threading as orig_threading"},{"line_number":20,"context_line":"import threading"},{"line_number":21,"context_line":"orig_threading.current_thread.__globals__[\u0027_active\u0027] \u003d threading._active"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_1901f5af","line":20,"updated":"2020-04-30 23:16:07.000000000","message":"pep8: E402 module level import not at top of file","commit_id":"33e0e3e36f0410cd860e1937ae5a90c0d2a35f6c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b90eead392bbe69436cff18b5cc16a0b8bde0245","unresolved":false,"context_lines":[{"line_number":17,"context_line":"# global variable. See https://bugs.launchpad.net/bugs/1863021 and"},{"line_number":18,"context_line":"# https://github.com/eventlet/eventlet/issues/592"},{"line_number":19,"context_line":"import __original_module_threading as orig_threading"},{"line_number":20,"context_line":"import threading"},{"line_number":21,"context_line":"orig_threading.current_thread.__globals__[\u0027_active\u0027] \u003d threading._active"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_f9fb69ba","line":20,"updated":"2020-04-30 23:16:07.000000000","message":"pep8: I100 Import statements are in the wrong order. import threading should be before import __original_module_threading","commit_id":"33e0e3e36f0410cd860e1937ae5a90c0d2a35f6c"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"b90eead392bbe69436cff18b5cc16a0b8bde0245","unresolved":false,"context_lines":[{"line_number":17,"context_line":"# global variable. See https://bugs.launchpad.net/bugs/1863021 and"},{"line_number":18,"context_line":"# https://github.com/eventlet/eventlet/issues/592"},{"line_number":19,"context_line":"import __original_module_threading as orig_threading"},{"line_number":20,"context_line":"import threading"},{"line_number":21,"context_line":"orig_threading.current_thread.__globals__[\u0027_active\u0027] \u003d threading._active"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_59309d9f","line":20,"updated":"2020-04-30 23:16:07.000000000","message":"pep8: I201 Missing newline before sections or imports.","commit_id":"33e0e3e36f0410cd860e1937ae5a90c0d2a35f6c"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"5da8f6e70c9d7dcd4a25f3d52a4fe3b99db286d3","unresolved":false,"context_lines":[{"line_number":13,"context_line":"from neutron.common import eventlet_utils"},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"eventlet_utils.monkey_patch()"},{"line_number":16,"context_line":"# Monkey patch the original current_thread to use the up-to-date _active"},{"line_number":17,"context_line":"# global variable. See https://bugs.launchpad.net/bugs/1863021 and"},{"line_number":18,"context_line":"# https://github.com/eventlet/eventlet/issues/592"},{"line_number":19,"context_line":"import __original_module_threading as orig_threading"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f493fa4_62e83db2","line":16,"updated":"2020-05-01 14:50:48.000000000","message":"The change here is not needed because you are fixing the problem in https://review.opendev.org/#/c/724753/2/neutron/common/eventlet_utils.py","commit_id":"8a5a5b3cdcb98acb52ab71f58edab6ac77fb6958"},{"author":{"_account_id":11805,"name":"Corey Bryant","email":"corey.bryant@canonical.com","username":"coreycb"},"change_message_id":"ed5bfaf0946c69f90a5cea22b7125b615067e2fa","unresolved":false,"context_lines":[{"line_number":13,"context_line":"from neutron.common import eventlet_utils"},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"eventlet_utils.monkey_patch()"},{"line_number":16,"context_line":"# Monkey patch the original current_thread to use the up-to-date _active"},{"line_number":17,"context_line":"# global variable. See https://bugs.launchpad.net/bugs/1863021 and"},{"line_number":18,"context_line":"# https://github.com/eventlet/eventlet/issues/592"},{"line_number":19,"context_line":"import __original_module_threading as orig_threading"}],"source_content_type":"text/x-python","patch_set":2,"id":"1f493fa4_78810ac3","line":16,"in_reply_to":"1f493fa4_62e83db2","updated":"2020-05-01 16:00:58.000000000","message":"good point, thanks!","commit_id":"8a5a5b3cdcb98acb52ab71f58edab6ac77fb6958"}],"neutron/common/eventlet_utils.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"057c9bd53fc3cadcde6c9b101f861689c9438b66","unresolved":false,"context_lines":[{"line_number":41,"context_line":"    # global variable. See https://bugs.launchpad.net/bugs/1863021 and"},{"line_number":42,"context_line":"    # https://github.com/eventlet/eventlet/issues/592"},{"line_number":43,"context_line":"    import __original_module_threading as orig_threading"},{"line_number":44,"context_line":"    import threading # noqa"},{"line_number":45,"context_line":"    orig_threading.current_thread.__globals__[\u0027_active\u0027] \u003d threading._active"}],"source_content_type":"text/x-python","patch_set":3,"id":"1f493fa4_51e869b1","line":44,"updated":"2020-05-01 18:58:01.000000000","message":"pep8: E261 at least two spaces before inline comment","commit_id":"d04b31c54d454b6e24cf2b325be8e9b41a1a9eba"}]}
