-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove _get_wrapped_func #35621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove _get_wrapped_func #35621
Conversation
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI
💊 CI failures summary and remediationsAs of commit 5a26ac7 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stamp for changes in test_c10d.py
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI Differential Revision: [D20842875](https://our.internmc.facebook.com/intern/diff/D20842875)
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI Differential Revision: [D20842875](https://our.internmc.facebook.com/intern/diff/D20842875)
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI Differential Revision: [D20842875](https://our.internmc.facebook.com/intern/diff/D20842875) [ghstack-poisoned]
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI Differential Revision: [D20842875](https://our.internmc.facebook.com/intern/diff/D20842875) [ghstack-poisoned]
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI Differential Revision: [D20842875](https://our.internmc.facebook.com/intern/diff/D20842875) [ghstack-poisoned]
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI ghstack-source-id: 4751f22 Pull Request resolved: pytorch/pytorch#35621
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI Differential Revision: [D20842875](https://our.internmc.facebook.com/intern/diff/D20842875)
Summary: Python 2 has reached end-of-life and is no longer supported by PyTorch. `func.__wrapped__` can be used directly in Python 3. Test Plan: CI Differential Revision: [D20842875](https://our.internmc.facebook.com/intern/diff/D20842875)
Stack from ghstack:
Summary:
Python 2 has reached end-of-life and is no longer supported by PyTorch.
func.__wrapped__
can be used directly in Python 3.Test Plan:
CI
Differential Revision: D20842875