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

fix eltype for partition iterators of substrings #51773

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

KristofferC
Copy link
Sponsor Member

Fixes #51771

The convert method that asserts in #51771 is arguably still faulty though.

@KristofferC KristofferC added kind:bugfix This change fixes an existing bug backport 1.9 Change should be backported to release-1.9 backport 1.10 Change should be backported to the 1.10 release labels Oct 19, 2023
@KristofferC KristofferC merged commit cf00550 into master Oct 23, 2023
9 checks passed
@KristofferC KristofferC deleted the kc/eltype_part branch October 23, 2023 12:19
KristofferC added a commit that referenced this pull request Oct 24, 2023
Fixes #51771

The convert method that asserts in #51771 is arguably still faulty
though.

(cherry picked from commit cf00550)
@KristofferC KristofferC removed the backport 1.10 Change should be backported to the 1.10 release label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.9 Change should be backported to release-1.9 kind:bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iterators.partition does not work on substrings
2 participants