trunk/2671203b4082c3c24d38b10cc44c8f7c9b98833b: [Dynamo] Port CPython 3.13 test_copy to Dynamo test suite (#196456)
- PyTorch 近 90 天出现 731 次
- PyTorch 近 90 天第 721 次发版
- 上一次:同一天稍早 · trunk/fdc553da26c359c942caef0e42272e726b12b0aa: [BE] [Typo] amsk -> mask (#196483)
发生了什么
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…
摘要按规则整理自下方来源原文