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

Change return type of PyTuple::slice to &[&PyAny] #971

Merged
merged 1 commit into from Jun 13, 2020

Conversation

davidhewitt
Copy link
Member

Small tweak; I think worthwhile as &PyAny is slightly more convenient to use than PyObject.

@kngwyu
Copy link
Member

kngwyu commented Jun 13, 2020

image
CI failure looks really weird... 🤔

@kngwyu
Copy link
Member

kngwyu commented Jun 13, 2020

Looks it's a bug of cargo rust-lang/cargo#8351

@davidhewitt
Copy link
Member Author

Yep it blocked all my PRs yesterday! Your linked ticket suggests it should now be working so I've restarted all jobs...

@kngwyu
Copy link
Member

kngwyu commented Jun 13, 2020

Thank you!

@kngwyu kngwyu merged commit 90a2ec3 into PyO3:master Jun 13, 2020
@davidhewitt davidhewitt deleted the pytuple-slice-pyany branch December 24, 2021 02:04
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

Successfully merging this pull request may close these issues.

None yet

2 participants