-
Notifications
You must be signed in to change notification settings - Fork 359
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
throw instead of segfault with invalid args in pybindings #5726
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5726
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 7a42c03 with merge base 2dd88fb (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D63547425 |
Summary: Pull Request resolved: pytorch#5726 Fixed some Error() call sites and added better checking on the method name Reviewed By: larryliu0820, dbort Differential Revision: D63547425
This pull request was exported from Phabricator. Differential Revision: D63547425 |
3c32cda
to
7a42c03
Compare
This pull request has been merged in 9720715. |
@pytorchbot cherry-pick --onto release/0.4 -c release |
Cherry picking #5726The cherry pick PR is at #6108 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Summary: Fixed some Error() call sites and added better checking on the method name
Reviewed By: larryliu0820
Differential Revision: D63547425
closes #5648