We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdabd5 commit d8d48c2Copy full SHA for d8d48c2
Modules/_zstd/zstddict.c
@@ -17,6 +17,7 @@ class _zstd.ZstdDict "ZstdDict *" "&zstd_dict_type_spec"
17
#include "_zstdmodule.h"
18
#include "zstddict.h"
19
#include "clinic/zstddict.c.h"
20
+#include "internal/pycore_lock.h" // PyMutex_IsLocked
21
22
#include <zstd.h> // ZSTD_freeDDict(), ZSTD_getDictID_fromDict()
23
0 commit comments