We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See python/cpython#128161 and actions/runner-images#11241
This is mostly a placeholder for a pull.
The text was updated successfully, but these errors were encountered:
Adding a __iter__ method to skia.Iter
b87ed1e
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
Successfully merging a pull request may close this issue.
See python/cpython#128161 and actions/runner-images#11241
This is mostly a placeholder for a pull.
The text was updated successfully, but these errors were encountered: