Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf_lists.py not python3 compatible #130

Open
twmr opened this issue Apr 5, 2019 · 1 comment
Open

perf_lists.py not python3 compatible #130

twmr opened this issue Apr 5, 2019 · 1 comment

Comments

@twmr
Copy link

twmr commented Apr 5, 2019

$> python tests/perf_lists.py
list took 0.190504 seconds
TypedList took 0.554765 seconds
DoubleList took 0.281462 seconds
FloatList took 0.274609 seconds
array 'f' took 0.293115 seconds
Traceback (most recent call last):
  File "tests/perf_lists.py", line 140, in <module>
    main()
  File "tests/perf_lists.py", line 77, in main
    for i in xrange(1000000):
NameError: name 'xrange' is not defined
@tburmeister
Copy link
Collaborator

Good catch @Thisch ! I just merged in a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants