Commit 928fdcd
committed
remove invalid asserts from tuple tests
CPython 3.7 and PyPy 7.1 unify tuples as common constants, like this:
(1, 2) is tuple(1, 2)
CPython 3.6 and GraalPython don't do this optimization and the tests
assume that.
Remove this assumption as it's an implementation detail.1 parent 6fde7f5 commit 928fdcd
File tree
1 file changed
+0
-2
lines changed- graalpython/com.oracle.graal.python.test/src/tests
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
243 | 242 | | |
244 | | - | |
245 | 243 | | |
246 | 244 | | |
247 | 245 | | |
| |||
0 commit comments