Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 4e87401 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
0b7565c to
64c3bf1
Compare
|
@musebc has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Fixes #71946 This commit removes some bits of code that were hard coded for Python 3.6 support from the `.circleci` and `torch` folders. It should only be merged if #66462 is complete. Pull Request resolved: #72211 Reviewed By: dagitses, seemethere Differential Revision: D33982604 Pulled By: musebc fbshipit-source-id: a4948ce60bece8df9d2adc6d2add8dc19b637b22
64c3bf1 to
4e87401
Compare
|
This pull request was exported from Phabricator. Differential Revision: D33982604 |
Summary: Fixes #71946 This commit removes some bits of code that were hard coded for Python 3.6 support from the `.circleci` and `torch` folders. It should only be merged if #66462 is complete. Pull Request resolved: #72211 Reviewed By: dagitses, seemethere Differential Revision: D33982604 Pulled By: musebc fbshipit-source-id: 8f453bf9909df615addd59538adb369c65484044
|
Hey @musebc. |
Followup after #72211 - as python/mypy#6904 (comment) in Python-3.7+ world OrderedDict from collections can be used directly for type annotations
Summary: Fixes pytorch/pytorch#71946 This commit removes some bits of code that were hard coded for Python 3.6 support from the `.circleci` and `torch` folders. It should only be merged if pytorch/pytorch#66462 is complete. Pull Request resolved: pytorch/pytorch#72211 Reviewed By: dagitses, seemethere Differential Revision: D33982604 Pulled By: musebc fbshipit-source-id: 8f453bf9909df615addd59538adb369c65484044 (cherry picked from commit 944a9970fe68a40999b5c8af731e632c28fd15c5)
Summary: Fixes pytorch/pytorch#71946 This commit removes some bits of code that were hard coded for Python 3.6 support from the `.circleci` and `torch` folders. It should only be merged if pytorch/pytorch#66462 is complete. Pull Request resolved: pytorch/pytorch#72211 Reviewed By: dagitses, seemethere Differential Revision: D33982604 Pulled By: musebc fbshipit-source-id: 8f453bf9909df615addd59538adb369c65484044 (cherry picked from commit 944a9970fe68a40999b5c8af731e632c28fd15c5)
Followup after #72211 - as python/mypy#6904 (comment) in Python-3.7+ world OrderedDict from collections can be used directly for type annotations
Fixes #71946
This commit removes some bits of code that were hard coded for Python 3.6 support from the
.circleciandtorchfolders. It should only be merged if #66462 is complete.