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
$> 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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: