Initialize PyMutex only under the free-threaded build

This commit is contained in:
Lysandros Nikolaou 2024-07-16 16:56:15 +02:00
parent 9f110aa702
commit 5999b9b0cc
No known key found for this signature in database
GPG Key ID: 43E92D11D08F5F29

View File

@ -270,7 +270,9 @@ struct ImagingMemoryArena ImagingDefaultArena = {
0,
0,
0, // Stats
#ifdef Py_GIL_DISABLED
{0},
#endif
};
int