Shangdi Yu
2025-10-16 19:34:10 +00:00
committed by PyTorch MergeBot
parent 5daef30b26
commit d4a713cd9c

View File

@ -265,6 +265,12 @@ class ParallelForkServerShouldWorkTest(TestCase, _TestMultiProcessing):
)
class ParallelForkServerPerfTest(TestCase):
@unittest.skipIf(
sys.version_info >= (3, 13, 8),
"Python 3.13.8+ changed forkserver module caching behavior",
# https://docs.python.org/3.13/whatsnew/changelog.html
# gh-126631
)
def test_forkserver_perf(self):
start_method = 'forkserver'