Make code python3 compatible without running 2to3#47
Conversation
It was not producing correct code anyway...
23b00f2 to
e951f27
Compare
1 similar comment
|
Thanks, great job! You are using range everywhere, may be it would be better to use xrange? There can be a performance issue when using range in python2. |
It's not everywhere, but only in
Sometimes it builds on travis are crashing without any visible reason and triggering build job solves it... |
|
Funny, this time it crashed with python3.5 |
Somehow python 3.4 and 3.5 are failing randomly with core-dump...
It was not producing correct code anyway...