trunk/47b776c01f9fa5a10c208cad270672cc0aecc63b: [Dynamo] Port CPython 3.13 test_fnmatch (#197389)
- PyTorch 近 90 天出现 1462 次
- PyTorch 近 90 天第 1443 次发版
- 上一次:同一天稍早 · trunk/ad657b8a983bb67cd7881841c78027161ad58cb6
发生了什么
Description This PR ports test_fnmatch.py from CPython 3.13 to PyTorch Dynamo as part of tracking issue #196238 . The two tests requiring Dynamo engine support ( test_bytes and test_mix_bytes_str ) are skipped with @unittest.skip so this PR strictly isolates the CPython test suite migration. The engine-level fixes will be submitted in a separate PR. Test Plan "> python test/cpython/v3_13/test_fnmatch.py -v PYTORCH_T…
摘要按规则整理自下方来源原文