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

Python 3.13.1 iterable breakage #295

Open
HinTak opened this issue Dec 29, 2024 · 0 comments · May be fixed by #296
Open

Python 3.13.1 iterable breakage #295

HinTak opened this issue Dec 29, 2024 · 0 comments · May be fixed by #296

Comments

@HinTak
Copy link
Collaborator

HinTak commented Dec 29, 2024

See python/cpython#128161 and actions/runner-images#11241

This is mostly a placeholder for a pull.

HinTak added a commit to HinTak/skia-python that referenced this issue Dec 29, 2024
See
python/cpython#128161
"Defining iterator in a separate class no longer works in 3.13"

We have iterator for SkTextBlob defined by SkTextBlob::Iter(textblob),
which is the c++/pybind11 equivalent of the same situation.
Following the suggestion:
python/cpython#128161 (comment)

Also see actions/runner-images#11241

Fixes kyamagu#295
@HinTak HinTak linked a pull request Dec 29, 2024 that will close this issue
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 a pull request may close this issue.

1 participant