trunk/2671203b4082c3c24d38b10cc44c8f7c9b98833b: [Dynamo] Port CPython 3.13 test_copy to Dynamo test suite (#196456)
- PyTorch: 731 events in the last 90 days
- PyTorch: 721th Release in the last 90 days
- Previous: earlier the same day · trunk/fdc553da26c359c942caef0e42272e726b12b0aa: [BE] [Typo] amsk -> mask (#196483)
What happened
Issue Part of #196238 Summary Ports test_copy (the copy module: shallow and deep copying of builtins, containers, user classes, slots and weakrefs, the __reduce__ / __copy__ / __deepcopy__ protocols, and copy.replace ) from CPython v3.13.5 to test/cpython/v3_13/ , following the standard porting recipe: Dynamo patch header, rebind the three test classes to CPythonTestCase , and run_tests() footer. Result: 81 tests, 3…
Summary assembled by rule from the sources below