Commit 8e0b310
committed
atom: remove no-op operator assignments in intersects()
The tuple assignments
ranged, ranged.operator = self, self.operator
evaluate the RHS before binding, so .operator is always written back
with its own value. With operator now a read-only property they raise
AttributeError.
Signed-off-by: Matt Turner <mattst88@gentoo.org>1 parent 59fb0d7 commit 8e0b310
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | | - | |
303 | | - | |
| 302 | + | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments