You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing the typical travis run times of py2 and py3 tests it seems py3 is on avg. taking 2x as long.
This only partially seems to be due to the 2to3 runs and a wild guess of me is that it has to do with some items() -> list(items()) transformation.
This was closed as resolved, (I don't know if it resolved itself over time, with updates in Python3, or a fix was made in rdflib). I'm changing milestone from 6.0.0 to 5.0.0 for inclusion in the 5.0.0 changelog.
Comparing the typical travis run times of py2 and py3 tests it seems py3 is on avg. taking 2x as long.
This only partially seems to be due to the 2to3 runs and a wild guess of me is that it has to do with some
items()
->list(items())
transformation.It seems this becomes most apparent in this test:
Python3.4: 86 seconds
Python2.7: 49 seconds
Todos:
The text was updated successfully, but these errors were encountered: