File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
#ifndef PYFILESTREAMBUF_H_INCLUDED
27
27
#define PYFILESTREAMBUF_H_INCLUDED
28
+ #define PY_SSIZE_T_CLEAN
28
29
29
30
#include < Python.h>
30
31
#include < streambuf>
Original file line number Diff line number Diff line change 17
17
* Comments:
18
18
*
19
19
***********************************************************************/
20
-
20
+ # define PY_SSIZE_T_CLEAN
21
21
#include < Python.h>
22
22
23
23
#include " bindings.h"
Original file line number Diff line number Diff line change 17
17
* Comments:
18
18
*
19
19
***********************************************************************/
20
-
20
+ # define PY_SSIZE_T_CLEAN
21
21
#include < Python.h>
22
22
#include < vector>
23
23
#include < string>
Original file line number Diff line number Diff line change 17
17
* Comments:
18
18
*
19
19
***********************************************************************/
20
-
20
+ # define PY_SSIZE_T_CLEAN
21
21
#include < Python.h>
22
22
#include < ostream>
23
23
Original file line number Diff line number Diff line change 17
17
* Comments:
18
18
*
19
19
***********************************************************************/
20
-
20
+ # define PY_SSIZE_T_CLEAN
21
21
#include < Python.h>
22
22
23
23
PyObject *pypdffit2_runtimeError = 0 ;
You can’t perform that action at this time.
0 commit comments