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 120c9d4 commit baccfb9Copy full SHA for baccfb9
Modules/_zstd/_zstdmodule.h
@@ -12,14 +12,6 @@ Python module.
12
#include "zdict.h"
13
14
15
-// if you update the minimum version, you should update the compile
16
-// check in configure.ac
17
-#define PYTHON_MINIMUM_SUPPORTED_ZSTD_VERSION 10405
18
-
19
-#if ZSTD_VERSION_NUMBER < PYTHON_MINIMUM_SUPPORTED_ZSTD_VERSION
20
- #error "_zstd module requires zstd v1.4.5+"
21
-#endif
22
23
/* Forward declaration of module state */
24
typedef struct _zstd_state _zstd_state;
25
0 commit comments