tqchen commented on issue #4848: [PYTHON][PY3] Remove decorator dep URL: https://github.com/apache/incubator-tvm/pull/4848#issuecomment-583790169 After more careful inspection, seems decorator package does more than what functools.wraps provides. In particular, decorator also preserves the default argument in the decorated package, while the functools.wraps does not. Seems like we will need to keep the decorator dep, close this PR of now
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
