mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Initialize PyMutex only under the free-threaded build
This commit is contained in:
parent
9f110aa702
commit
5999b9b0cc
|
@ -270,7 +270,9 @@ struct ImagingMemoryArena ImagingDefaultArena = {
|
|||
0,
|
||||
0,
|
||||
0, // Stats
|
||||
#ifdef Py_GIL_DISABLED
|
||||
{0},
|
||||
#endif
|
||||
};
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue
Block a user