Skip to content

Commit d2effdc

Browse files
committed
Remove CPython argparsing code
1 parent 19b7494 commit d2effdc

File tree

3 files changed

+0
-571
lines changed

3 files changed

+0
-571
lines changed

src/isal/igzip_lib.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818

1919
#include "igzip_lib_impl.h"
20-
#ifndef _PyArg_UnpackKeywords
21-
#include "python_args.h"
22-
#endif
2320

2421
typedef struct {
2522
PyObject_HEAD

src/isal/isal_zlib.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626

2727
#include <isa-l/crc.h>
2828

29-
#ifndef _PyArg_CheckPositional
30-
#include "python_args.h"
31-
#endif
32-
3329
#define Z_DEFAULT_STRATEGY 0
3430
#define Z_FILTERED 1
3531
#define Z_HUFFMAN_ONLY 2

0 commit comments

Comments
 (0)