Refactor six#45254
Conversation
💊 CI failures summary and remediationsAs of commit b7e18b8 (more details on the Dr. CI page):
🕵️ 20 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
Summary: This is basically a reborn version of pytorch#45254 . Ref: pytorch#42919 Pull Request resolved: pytorch#48077 Reviewed By: ngimel Differential Revision: D25687042 Pulled By: bugra fbshipit-source-id: 05f20a6f3c5212f73d0b1505b493b720e6cf74e5
Partially Fixes #42919.
We are using
sixfor mainly Python2/Python3 compatibility. This is no longer needed. We also have if PY3 checks which is also no longer needed. This PR also addresses metaclass, functools and other type of refactoring.