Commit 349a598
authored
Added region check to tuple object (#46)
As far as I can see in the source code, tuples are always created
in the local region (effectively), and get their arguments before
they are assigned anywhere. So the only check added to set_item
should always succeed. Leaving optimising this case for future work.1 parent da00da6 commit 349a598
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
127 | 135 | | |
128 | 136 | | |
129 | 137 | | |
| |||
0 commit comments