mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-10 08:30:49 +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,
|
0,
|
||||||
0, // Stats
|
0, // Stats
|
||||||
|
#ifdef Py_GIL_DISABLED
|
||||||
{0},
|
{0},
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue
Block a user