Commit 7959135
committed
Disable two assertions in builtins tests for Py3.5 compatibility
Py3.5 seems to have changed two TypeErrors to ValueErrors in two builtins
functions: pow() and compile().
We'll keep future.builtins.pow() to the <= Py3.4 behaviour, and compile() is
not implemented.1 parent f511436 commit 7959135
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
| 528 | + | |
528 | 529 | | |
529 | 530 | | |
530 | 531 | | |
| |||
1285 | 1286 | | |
1286 | 1287 | | |
1287 | 1288 | | |
1288 | | - | |
| 1289 | + | |
| 1290 | + | |
1289 | 1291 | | |
1290 | 1292 | | |
1291 | 1293 | | |
| |||
0 commit comments