Revert "[BE][6/16] fix typos in torch/ (#156316)"

This reverts commit b210cf1ea56bcd9f937a2805d9e70d8684d25ee4.

Reverted https://github.com/pytorch/pytorch/pull/156316 on behalf of https://github.com/atalman due to export/test_torchbind.py::TestCompileTorchbind::test_compile_error_on_input_aliasing_contents_backend_aot_eager [GH job link](https://github.com/pytorch/pytorch/actions/runs/15804799771/job/44548489912) [HUD commit link](c95f7fa874) ([comment](https://github.com/pytorch/pytorch/pull/156313#issuecomment-2994171213))
This commit is contained in:
PyTorch MergeBot
2025-06-22 12:31:57 +00:00
parent 035a68d25a
commit 3f44fdc03d
32 changed files with 59 additions and 58 deletions

View File

@ -1760,7 +1760,7 @@ class MultiProcContinousTest(TestCase):
f"skipping rest of tests in Test class: {self.__class__.__name__}" # noqa: G004
)
# Poison rest of tests (because ProcessGroup may be not
# reusable now)
# re-usable now)
self.__class__.poison_pill = True
raise rv