Closed
Description
See tonybaloney/pytest-freethreaded#9 where this was discovered and for steps to reproduce.
Ultimately this comes down to the thread safety warnings in the freetype docs for FT_Face
: https://freetype.org/freetype2/docs/reference/ft2-face_creation.html#ft_face. Somehow an FT_Face
is being shared across threads in the test scenario linked above.
Ping @lysnikolaou