trunk/736b965fcddeb2510eb75854c457a3631f9a0569: [Dynamo] Port CPython 3.13 test_hash to Dynamo test suite (#196283)
- PyTorch: 660 events in the last 90 days
- PyTorch: 651th Release in the last 90 days
- Previous: earlier the same day · trunk/8368a088aeaec7fd68f9eef843876de15748c3be: Fix assume_constant_result tensor constants after graph breaks (#185373)
What happened
Issue Part of #196238 Summary Ports test_hash (hash equality, hash inheritance, hash builtins, SipHash randomization) from CPython v3.13.5 to test/cpython/v3_13/ , following the standard porting recipe: Dynamo patch header, rebind the test classes to CPythonTestCase , and run_tests() footer. Result: 30 tests, 10 pass, 20 recorded as expected failures. Each of the 20 failures is a real Dynamo graph-break Dynamo does…
Summary assembled by rule from the sources below