Skip to content

Commit 5c3eb35

Browse files
Update SWIG version to 4.3.1
1 parent 9790df5 commit 5c3eb35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+448
-418
lines changed

src/swig-0_27_7/basicio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by SWIG (https://www.swig.org).
2-
# Version 4.3.0
2+
# Version 4.3.1
33
#
44
# Do not make changes to this file unless you know what you are doing - modify
55
# the SWIG interface file instead.

src/swig-0_27_7/basicio_wrap.cxx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.3.0
3+
* Version 4.3.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.
77
* ----------------------------------------------------------------------------- */
88

99

10-
#define SWIG_VERSION 0x040300
10+
#define SWIG_VERSION 0x040301
1111
#define SWIGPYTHON
1212
#define SWIG_PYTHON_THREADS
1313
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
@@ -206,16 +206,13 @@
206206
# include <Python.h>
207207
#endif
208208

209-
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
210-
# define SWIG_HEAPTYPES
211-
212-
/* Note: Currently this won't activate - it is in place ready for when the
213-
* SWIGPYTHON_BUILTIN condition above gets removed. */
214-
# if PY_VERSION_HEX < 0x030c0000 && defined(SWIGPYTHON_BUILTIN)
215-
# include <structmember.h>
216-
# define Py_READONLY READONLY
217-
# define Py_T_PYSSIZET T_PYSSIZET
218-
# endif
209+
#if defined(SWIGPYTHON_BUILTIN) && defined(SWIG_HEAPTYPES)
210+
/* SWIG_HEAPTYPES is not ready for use with SWIGPYTHON_BUILTIN, but if turned on manually requires the following */
211+
#if PY_VERSION_HEX >= 0x03030000 && PY_VERSION_HEX < 0x030c0000
212+
#include <structmember.h>
213+
#define Py_READONLY READONLY
214+
#define Py_T_PYSSIZET T_PYSSIZET
215+
#endif
219216
#endif
220217

221218
#if __GNUC__ >= 7
@@ -1477,6 +1474,10 @@ swig_varlink_setattr(PyObject *o, char *n, PyObject *p) {
14771474
return res;
14781475
}
14791476

1477+
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
1478+
#define SWIG_HEAPTYPES
1479+
#endif
1480+
14801481
SWIGINTERN PyTypeObject*
14811482
swig_varlink_type(void) {
14821483
static char varlink__doc__[] = "Swig var link object";
@@ -4317,7 +4318,7 @@ static void _set_python_exception() {
43174318

43184319

43194320

4320-
/*@SWIG:/usr/local/share/swig/4.3.0/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
4321+
/*@SWIG:/usr/local/share/swig/4.3.1/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
43214322
catch (std::invalid_argument& e) {
43224323
SWIG_exception_fail(SWIG_ValueError, e.what() );
43234324
} catch (std::domain_error& e) {

src/swig-0_27_7/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by SWIG (https://www.swig.org).
2-
# Version 4.3.0
2+
# Version 4.3.1
33
#
44
# Do not make changes to this file unless you know what you are doing - modify
55
# the SWIG interface file instead.

src/swig-0_27_7/datasets_wrap.cxx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.3.0
3+
* Version 4.3.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.
77
* ----------------------------------------------------------------------------- */
88

99

10-
#define SWIG_VERSION 0x040300
10+
#define SWIG_VERSION 0x040301
1111
#define SWIGPYTHON
1212
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
1313
#define SWIGPYTHON_BUILTIN
@@ -205,16 +205,13 @@
205205
# include <Python.h>
206206
#endif
207207

208-
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
209-
# define SWIG_HEAPTYPES
210-
211-
/* Note: Currently this won't activate - it is in place ready for when the
212-
* SWIGPYTHON_BUILTIN condition above gets removed. */
213-
# if PY_VERSION_HEX < 0x030c0000 && defined(SWIGPYTHON_BUILTIN)
214-
# include <structmember.h>
215-
# define Py_READONLY READONLY
216-
# define Py_T_PYSSIZET T_PYSSIZET
217-
# endif
208+
#if defined(SWIGPYTHON_BUILTIN) && defined(SWIG_HEAPTYPES)
209+
/* SWIG_HEAPTYPES is not ready for use with SWIGPYTHON_BUILTIN, but if turned on manually requires the following */
210+
#if PY_VERSION_HEX >= 0x03030000 && PY_VERSION_HEX < 0x030c0000
211+
#include <structmember.h>
212+
#define Py_READONLY READONLY
213+
#define Py_T_PYSSIZET T_PYSSIZET
214+
#endif
218215
#endif
219216

220217
#if __GNUC__ >= 7
@@ -1476,6 +1473,10 @@ swig_varlink_setattr(PyObject *o, char *n, PyObject *p) {
14761473
return res;
14771474
}
14781475

1476+
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
1477+
#define SWIG_HEAPTYPES
1478+
#endif
1479+
14791480
SWIGINTERN PyTypeObject*
14801481
swig_varlink_type(void) {
14811482
static char varlink__doc__[] = "Swig var link object";
@@ -4339,7 +4340,7 @@ static void _set_python_exception() {
43394340

43404341

43414342

4342-
/*@SWIG:/usr/local/share/swig/4.3.0/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
4343+
/*@SWIG:/usr/local/share/swig/4.3.1/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
43434344
catch (std::invalid_argument& e) {
43444345
SWIG_exception_fail(SWIG_ValueError, e.what() );
43454346
} catch (std::domain_error& e) {

src/swig-0_27_7/easyaccess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by SWIG (https://www.swig.org).
2-
# Version 4.3.0
2+
# Version 4.3.1
33
#
44
# Do not make changes to this file unless you know what you are doing - modify
55
# the SWIG interface file instead.

src/swig-0_27_7/easyaccess_wrap.cxx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.3.0
3+
* Version 4.3.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.
77
* ----------------------------------------------------------------------------- */
88

99

10-
#define SWIG_VERSION 0x040300
10+
#define SWIG_VERSION 0x040301
1111
#define SWIGPYTHON
1212
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
1313
#define SWIGPYTHON_BUILTIN
@@ -205,16 +205,13 @@
205205
# include <Python.h>
206206
#endif
207207

208-
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
209-
# define SWIG_HEAPTYPES
210-
211-
/* Note: Currently this won't activate - it is in place ready for when the
212-
* SWIGPYTHON_BUILTIN condition above gets removed. */
213-
# if PY_VERSION_HEX < 0x030c0000 && defined(SWIGPYTHON_BUILTIN)
214-
# include <structmember.h>
215-
# define Py_READONLY READONLY
216-
# define Py_T_PYSSIZET T_PYSSIZET
217-
# endif
208+
#if defined(SWIGPYTHON_BUILTIN) && defined(SWIG_HEAPTYPES)
209+
/* SWIG_HEAPTYPES is not ready for use with SWIGPYTHON_BUILTIN, but if turned on manually requires the following */
210+
#if PY_VERSION_HEX >= 0x03030000 && PY_VERSION_HEX < 0x030c0000
211+
#include <structmember.h>
212+
#define Py_READONLY READONLY
213+
#define Py_T_PYSSIZET T_PYSSIZET
214+
#endif
218215
#endif
219216

220217
#if __GNUC__ >= 7
@@ -1476,6 +1473,10 @@ swig_varlink_setattr(PyObject *o, char *n, PyObject *p) {
14761473
return res;
14771474
}
14781475

1476+
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
1477+
#define SWIG_HEAPTYPES
1478+
#endif
1479+
14791480
SWIGINTERN PyTypeObject*
14801481
swig_varlink_type(void) {
14811482
static char varlink__doc__[] = "Swig var link object";
@@ -4295,7 +4296,7 @@ static void _set_python_exception() {
42954296

42964297

42974298

4298-
/*@SWIG:/usr/local/share/swig/4.3.0/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
4299+
/*@SWIG:/usr/local/share/swig/4.3.1/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
42994300
catch (std::invalid_argument& e) {
43004301
SWIG_exception_fail(SWIG_ValueError, e.what() );
43014302
} catch (std::domain_error& e) {

src/swig-0_27_7/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by SWIG (https://www.swig.org).
2-
# Version 4.3.0
2+
# Version 4.3.1
33
#
44
# Do not make changes to this file unless you know what you are doing - modify
55
# the SWIG interface file instead.

src/swig-0_27_7/error_wrap.cxx

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.3.0
3+
* Version 4.3.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.
77
* ----------------------------------------------------------------------------- */
88

99

10-
#define SWIG_VERSION 0x040300
10+
#define SWIG_VERSION 0x040301
1111
#define SWIGPYTHON
1212
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
1313
#define SWIGPYTHON_BUILTIN
@@ -205,16 +205,13 @@
205205
# include <Python.h>
206206
#endif
207207

208-
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
209-
# define SWIG_HEAPTYPES
210-
211-
/* Note: Currently this won't activate - it is in place ready for when the
212-
* SWIGPYTHON_BUILTIN condition above gets removed. */
213-
# if PY_VERSION_HEX < 0x030c0000 && defined(SWIGPYTHON_BUILTIN)
214-
# include <structmember.h>
215-
# define Py_READONLY READONLY
216-
# define Py_T_PYSSIZET T_PYSSIZET
217-
# endif
208+
#if defined(SWIGPYTHON_BUILTIN) && defined(SWIG_HEAPTYPES)
209+
/* SWIG_HEAPTYPES is not ready for use with SWIGPYTHON_BUILTIN, but if turned on manually requires the following */
210+
#if PY_VERSION_HEX >= 0x03030000 && PY_VERSION_HEX < 0x030c0000
211+
#include <structmember.h>
212+
#define Py_READONLY READONLY
213+
#define Py_T_PYSSIZET T_PYSSIZET
214+
#endif
218215
#endif
219216

220217
#if __GNUC__ >= 7
@@ -1476,6 +1473,10 @@ swig_varlink_setattr(PyObject *o, char *n, PyObject *p) {
14761473
return res;
14771474
}
14781475

1476+
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
1477+
#define SWIG_HEAPTYPES
1478+
#endif
1479+
14791480
SWIGINTERN PyTypeObject*
14801481
swig_varlink_type(void) {
14811482
static char varlink__doc__[] = "Swig var link object";

src/swig-0_27_7/exif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by SWIG (https://www.swig.org).
2-
# Version 4.3.0
2+
# Version 4.3.1
33
#
44
# Do not make changes to this file unless you know what you are doing - modify
55
# the SWIG interface file instead.

src/swig-0_27_7/exif_wrap.cxx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* ----------------------------------------------------------------------------
22
* This file was automatically generated by SWIG (https://www.swig.org).
3-
* Version 4.3.0
3+
* Version 4.3.1
44
*
55
* Do not make changes to this file unless you know what you are doing - modify
66
* the SWIG interface file instead.
77
* ----------------------------------------------------------------------------- */
88

99

10-
#define SWIG_VERSION 0x040300
10+
#define SWIG_VERSION 0x040301
1111
#define SWIGPYTHON
1212
#define SWIG_PYTHON_DIRECTOR_NO_VTABLE
1313
#define SWIGPYTHON_BUILTIN
@@ -205,16 +205,13 @@
205205
# include <Python.h>
206206
#endif
207207

208-
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
209-
# define SWIG_HEAPTYPES
210-
211-
/* Note: Currently this won't activate - it is in place ready for when the
212-
* SWIGPYTHON_BUILTIN condition above gets removed. */
213-
# if PY_VERSION_HEX < 0x030c0000 && defined(SWIGPYTHON_BUILTIN)
214-
# include <structmember.h>
215-
# define Py_READONLY READONLY
216-
# define Py_T_PYSSIZET T_PYSSIZET
217-
# endif
208+
#if defined(SWIGPYTHON_BUILTIN) && defined(SWIG_HEAPTYPES)
209+
/* SWIG_HEAPTYPES is not ready for use with SWIGPYTHON_BUILTIN, but if turned on manually requires the following */
210+
#if PY_VERSION_HEX >= 0x03030000 && PY_VERSION_HEX < 0x030c0000
211+
#include <structmember.h>
212+
#define Py_READONLY READONLY
213+
#define Py_T_PYSSIZET T_PYSSIZET
214+
#endif
218215
#endif
219216

220217
#if __GNUC__ >= 7
@@ -1476,6 +1473,10 @@ swig_varlink_setattr(PyObject *o, char *n, PyObject *p) {
14761473
return res;
14771474
}
14781475

1476+
#if !defined(SWIGPYTHON_BUILTIN) && PY_VERSION_HEX >= 0x03030000
1477+
#define SWIG_HEAPTYPES
1478+
#endif
1479+
14791480
SWIGINTERN PyTypeObject*
14801481
swig_varlink_type(void) {
14811482
static char varlink__doc__[] = "Swig var link object";
@@ -4355,7 +4356,7 @@ static void _set_python_exception() {
43554356

43564357

43574358

4358-
/*@SWIG:/usr/local/share/swig/4.3.0/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
4359+
/*@SWIG:/usr/local/share/swig/4.3.1/typemaps/exception.swg,59,SWIG_CATCH_STDEXCEPT@*/ /* catching std::exception */
43594360
catch (std::invalid_argument& e) {
43604361
SWIG_exception_fail(SWIG_ValueError, e.what() );
43614362
} catch (std::domain_error& e) {

0 commit comments

Comments
 (0)