This does not yet give us a clean testsuite run but it does help with:
- Actually building on linux
- Run the testsuite with over 70% tests passing on linux.
Differential D17182
Adjust for Python-3. sivachandra on Feb 11 2016, 6:27 PM. Authored by
Details This does not yet give us a clean testsuite run but it does help with:
Diff Detail Event TimelineComment Actions BTW, I should mention that the testsuite run with Python-2.x is still clean with this change applied. Comment Actions Very excited to see more platforms trying to get Python 3 working.
|
existing code uses PY_MAJOR_VERSION >= 3 (which also looks much nicer), so let's be consistent.