copy.copy(d) on a defaultdict resolves type(d).copy and calls it.
Under Dynamo this became UserDefinedClassVariable(defaultdict).call_method(
"copy"), which fell through to the bare dict type via
SourcelessBuilder(dict). Since dict has no copy, tracing failed with
"Dynamo does not know how to trace method copy".
The fix handles copy in two places. DefaultDictVariable.call_method now
treats "copy" alongside "copy", returning a fresh defaultdict that
preserves default_factory and performs a shallow copy of the base dict.
UserDefinedClassVariable.call_method gains a narrow branch that dispatches
defaultdict.copy(inst) (one positional arg, no kwargs) to the instance,
mirroring the existing OrderedDict.move_to_end pattern.
Test Plan:
CUDA_VISIBLE_DEVICES= PYTORCH_TESTING_DEVICE_ONLY_FOR=cpu PYTORCH_TEST_WITH_DYNAMO=1 \
pixi run -w pytorch -e pytorch313 python -m pytest test/cpython/v3_13/test_defaultdict.py -q
CUDA_VISIBLE_DEVICES= PYTORCH_TESTING_DEVICE_ONLY_FOR=cpu \
pixi run -w pytorch -e pytorch313 python -m pytest test/dynamo/test_dicts.py -q
Authored with the help of an AI assistant.
Pull Request resolved:
ghstack dependencies: ,
Community-Analysen & Experten-Meinungen 0
Verwandte Story-Cluster & Quellen (Vektor-KI)
Ähnliche Beiträge
Auch interessante Nachrichten trunk/646f5c9c27d4293b87fbef024c59209f26c4e4b6: Fix Dynamo defaultdict shallow copy (copy.copy / __copy__) (#186758)
Thematisch verwandte Begriffe: trunk646f5c9c27d4293b87fbef024c59209f26c4e4b6, Dynamo, defaultdict, shallow · 6 Treffer
Protect Kubernetes Services with OAuth2 Proxy, Gateway API, Traefik, and Pocket ID
The best n8n fix I found this month was boring: lower your agent concurrency settings before touching the prompt
President Trump Called Nvidia’s Jensen Huang About A.I. Slowdown
N.Y.C. Council Members Call for More Restrictions on Tech in Schools
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
Beiträge werden geladen ...
Videos werden geladen ...
SOCIAL SHARE CARD GENERATOR