-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 SEGFAULT from calling FT_New_Face/FT_Done_Face in multiple threads #8496
Fix SEGFAULT from calling FT_New_Face/FT_Done_Face in multiple threads #8496
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is anything here actually using the new changes in pythoncapi_compat.h
?
There's no reason to stick with an old version, but I'm curious if there is a reason for updating it in what looks like an unrelated PR?
No, upgrading However, I thought that it might be okay for the header to be upgraded anyway, that's why I left it in. |
Fixes #8454.
Changes proposed in this pull request:
FT_New_Face
orFT_Done_Face
are called.pythoncapi_compat.h
to the latest version.