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

Better Iterator support #75

Closed
fafhrd91 opened this issue Aug 2, 2017 · 1 comment
Closed

Better Iterator support #75

fafhrd91 opened this issue Aug 2, 2017 · 1 comment

Comments

@fafhrd91
Copy link
Contributor

fafhrd91 commented Aug 2, 2017

  1. we need to add std::iter::IntoIterator for PyTuple, PyList, PyDict
  2. all iterators need to work with $PyObjectRef
  3. PyIterator does not need to use py.from_xxx_ptr api, it has <'p> already. (this needs some thoughts)
@fafhrd91
Copy link
Contributor Author

fafhrd91 commented Aug 3, 2017

fixed

@fafhrd91 fafhrd91 closed this as completed Aug 3, 2017
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

1 participant