mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-132983: Remove zstd version check in the header file (#133502)
This commit is contained in:
parent
bf8bbe9a81
commit
f8691901d7
4 changed files with 4 additions and 219 deletions
|
@ -12,14 +12,6 @@ Python module.
|
|||
#include "zdict.h"
|
||||
|
||||
|
||||
// if you update the minimum version, you should update the compile
|
||||
// check in configure.ac
|
||||
#define PYTHON_MINIMUM_SUPPORTED_ZSTD_VERSION 10405
|
||||
|
||||
#if ZSTD_VERSION_NUMBER < PYTHON_MINIMUM_SUPPORTED_ZSTD_VERSION
|
||||
#error "_zstd module requires zstd v1.4.5+"
|
||||
#endif
|
||||
|
||||
/* Forward declaration of module state */
|
||||
typedef struct _zstd_state _zstd_state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue