Skip to content

Commit

Permalink
add a sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jul 15, 2023
1 parent bfa53aa commit 1c64f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/codegen/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ def _complex_make_setter(left, right):
# kind of arbitrary, but cut off when code used > ~160 bytes
should_batch_copy = len_ >= 32 * 10
else:
assert _opt_none()
# don't care, just generate the most readable version
should_batch_copy = True
else:
Expand Down

0 comments on commit 1c64f2c

Please sign in to comment.