-
Notifications
You must be signed in to change notification settings - Fork 95
range: 'range' object is not subscriptable #46
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
Comments
I can't imagine why you'd want to do that, but yes it looks like a bug :-) |
@ncw |
I see! In idea: at some point we could use go-fuzz to find code which doesn't behave the same way in gpython and python3. |
@ncw Yeah it would be a good choice! |
Range object should support get_item operation :)
gpython
python3
The text was updated successfully, but these errors were encountered: