Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

numpy indices use literal ellipsis wrongly #5

Open
flying-sheep opened this issue Oct 6, 2011 · 0 comments
Open

numpy indices use literal ellipsis wrongly #5

flying-sheep opened this issue Oct 6, 2011 · 0 comments

Comments

@flying-sheep
Copy link

i don’t have breaking code code, but sometimes, indices that are written like this: s_[..., 8, 3] are decompiled to the invalid syntax s_[(..., 8, 3)], instead of the original or an also working s_[(Ellipsis, 8, 3)]

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

No branches or pull requests

1 participant