mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
It turns out that when we had a sequence type, like Module's body, we were incorrectly leaning on copy.deepcopy for the rest of the tree. This works, but its likely to blow the stack when doing a deep clone of a very very large file. Fix that oversight here. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| base.py | ||
| deep_equals.py | ||
| expression.py | ||
| internal.py | ||
| module.py | ||
| op.py | ||
| statement.py | ||
| whitespace.py | ||