eqc-models 0.12.0__py3-none-any.whl → 0.13.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/base.py +11 -0
  2. eqc_models-0.13.0.data/platlib/eqc_models/base/binaries.py +33 -0
  3. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/constraints.py +39 -0
  4. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/polyeval.c +443 -267
  5. eqc_models-0.13.0.data/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
  6. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/polynomial.py +21 -2
  7. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/results.py +81 -1
  8. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/graph/__init__.py +2 -0
  9. eqc_models-0.13.0.data/platlib/eqc_models/graph/rcshortestpath.py +81 -0
  10. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/graph/shortestpath.py +52 -19
  11. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/classifierbase.py +0 -1
  12. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/clusteringbase.py +0 -1
  13. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/decomposition.py +0 -1
  14. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/regressorbase.py +0 -1
  15. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/solvers/__init__.py +9 -1
  16. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/solvers/eqcdirect.py +9 -4
  17. eqc_models-0.13.0.data/platlib/eqc_models/solvers/mip.py +115 -0
  18. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/solvers/qciclient.py +11 -22
  19. eqc_models-0.13.0.data/platlib/eqc_models/solvers/responselog.py +47 -0
  20. {eqc_models-0.12.0.dist-info → eqc_models-0.13.0.dist-info}/METADATA +7 -8
  21. eqc_models-0.13.0.dist-info/RECORD +69 -0
  22. eqc_models-0.12.0.data/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
  23. eqc_models-0.12.0.dist-info/RECORD +0 -65
  24. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/compile_extensions.py +0 -0
  25. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/__init__.py +0 -0
  26. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/algorithms/__init__.py +0 -0
  27. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/algorithms/base.py +0 -0
  28. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/algorithms/penaltymultiplier.py +0 -0
  29. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/allocation/__init__.py +0 -0
  30. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/allocation/allocation.py +0 -0
  31. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/allocation/portbase.py +0 -0
  32. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/allocation/portmomentum.py +0 -0
  33. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/assignment/__init__.py +0 -0
  34. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/assignment/qap.py +0 -0
  35. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/assignment/resource.py +0 -0
  36. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/assignment/setpartition.py +0 -0
  37. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/__init__.py +0 -0
  38. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/operators.py +0 -0
  39. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/polyeval.pyx +0 -0
  40. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/base/quadratic.py +0 -0
  41. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/combinatorics/__init__.py +0 -0
  42. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/combinatorics/setcover.py +0 -0
  43. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/combinatorics/setpartition.py +0 -0
  44. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/decoding.py +0 -0
  45. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/graph/base.py +0 -0
  46. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/graph/hypergraph.py +0 -0
  47. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/graph/maxcut.py +0 -0
  48. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/graph/maxkcut.py +0 -0
  49. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/graph/partition.py +0 -0
  50. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/__init__.py +0 -0
  51. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/classifierqboost.py +0 -0
  52. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/classifierqsvm.py +0 -0
  53. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/clustering.py +0 -0
  54. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/cvqboost_hamiltonian.pyx +0 -0
  55. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.c +0 -0
  56. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.h +0 -0
  57. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/forecast.py +0 -0
  58. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/forecastbase.py +0 -0
  59. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/regressor.py +0 -0
  60. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/ml/reservoir.py +0 -0
  61. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/process/base.py +0 -0
  62. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/process/mpc.py +0 -0
  63. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/sequence/__init__.py +0 -0
  64. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/sequence/tsp.py +0 -0
  65. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/utilities/__init__.py +0 -0
  66. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/utilities/fileio.py +0 -0
  67. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/utilities/polynomial.py +0 -0
  68. {eqc_models-0.12.0.data → eqc_models-0.13.0.data}/platlib/eqc_models/utilities/qplib.py +0 -0
  69. {eqc_models-0.12.0.dist-info → eqc_models-0.13.0.dist-info}/WHEEL +0 -0
  70. {eqc_models-0.12.0.dist-info → eqc_models-0.13.0.dist-info}/licenses/LICENSE.txt +0 -0
  71. {eqc_models-0.12.0.dist-info → eqc_models-0.13.0.dist-info}/top_level.txt +0 -0
@@ -1,21 +1,21 @@
1
- /* Generated by Cython 3.1.1 */
1
+ /* Generated by Cython 3.1.2 */
2
2
 
3
3
  /* BEGIN: Cython Metadata
4
4
  {
5
5
  "distutils": {
6
6
  "depends": [
7
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-1ybbtaix/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
8
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-1ybbtaix/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
9
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-1ybbtaix/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
10
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-1ybbtaix/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
11
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-1ybbtaix/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h"
7
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
8
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
9
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
10
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
11
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h"
12
12
  ],
13
13
  "extra_compile_args": [
14
14
  "-O3",
15
15
  "-ffast-math"
16
16
  ],
17
17
  "include_dirs": [
18
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-1ybbtaix/lib/python3.10/site-packages/numpy/core/include"
18
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/core/include"
19
19
  ],
20
20
  "name": "eqc_models.base.polyeval",
21
21
  "sources": [
@@ -40,8 +40,8 @@ END: Cython Metadata */
40
40
  #elif PY_VERSION_HEX < 0x03080000
41
41
  #error Cython requires Python 3.8+.
42
42
  #else
43
- #define __PYX_ABI_VERSION "3_1_1"
44
- #define CYTHON_HEX_VERSION 0x030101F0
43
+ #define __PYX_ABI_VERSION "3_1_2"
44
+ #define CYTHON_HEX_VERSION 0x030102F0
45
45
  #define CYTHON_FUTURE_DIVISION 1
46
46
  /* CModulePreamble */
47
47
  #include <stddef.h>
@@ -456,7 +456,7 @@ END: Cython Metadata */
456
456
  #define CYTHON_MAYBE_UNUSED_VAR(x) CYTHON_UNUSED_VAR(x)
457
457
  #endif
458
458
  #ifndef CYTHON_NCP_UNUSED
459
- # if CYTHON_COMPILING_IN_CPYTHON
459
+ # if CYTHON_COMPILING_IN_CPYTHON && !CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
460
460
  # define CYTHON_NCP_UNUSED
461
461
  # else
462
462
  # define CYTHON_NCP_UNUSED CYTHON_UNUSED
@@ -901,11 +901,19 @@ static CYTHON_INLINE PyObject * __Pyx_PyDict_GetItemStrWithError(PyObject *dict,
901
901
  #define __Pyx_SET_REFCNT(obj, refcnt) Py_REFCNT(obj) = (refcnt)
902
902
  #define __Pyx_SET_SIZE(obj, size) Py_SIZE(obj) = (size)
903
903
  #endif
904
- #if CYTHON_COMPILING_IN_LIMITED_API || CYTHON_AVOID_BORROWED_REFS || CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS || !CYTHON_ASSUME_SAFE_MACROS
904
+ #if CYTHON_AVOID_BORROWED_REFS || CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS
905
905
  #if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
906
906
  #define __Pyx_PyList_GetItemRef(o, i) PyList_GetItemRef(o, i)
907
+ #elif CYTHON_COMPILING_IN_LIMITED_API || !CYTHON_ASSUME_SAFE_MACROS
908
+ #define __Pyx_PyList_GetItemRef(o, i) (likely((i) >= 0) ? PySequence_GetItem(o, i) : (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL))
907
909
  #else
908
- #define __Pyx_PyList_GetItemRef(o, i) PySequence_GetItem(o, i)
910
+ #define __Pyx_PyList_GetItemRef(o, i) PySequence_ITEM(o, i)
911
+ #endif
912
+ #elif CYTHON_COMPILING_IN_LIMITED_API || !CYTHON_ASSUME_SAFE_MACROS
913
+ #if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
914
+ #define __Pyx_PyList_GetItemRef(o, i) PyList_GetItemRef(o, i)
915
+ #else
916
+ #define __Pyx_PyList_GetItemRef(o, i) __Pyx_XNewRef(PyList_GetItem(o, i))
909
917
  #endif
910
918
  #else
911
919
  #define __Pyx_PyList_GetItemRef(o, i) __Pyx_NewRef(PyList_GET_ITEM(o, i))
@@ -1323,7 +1331,9 @@ static CYTHON_INLINE Py_hash_t __Pyx_PyIndex_AsHash_t(PyObject*);
1323
1331
  #endif /* __GNUC__ */
1324
1332
  /* PretendToInitialize */
1325
1333
  #ifdef __cplusplus
1334
+ #if __cplusplus > 201103L
1326
1335
  #include <type_traits>
1336
+ #endif
1327
1337
  template <typename T>
1328
1338
  static void __Pyx_pretend_to_initialize(T* ptr) {
1329
1339
  #if __cplusplus > 201103L
@@ -1371,7 +1381,7 @@ static const char *__pyx_filename;
1371
1381
 
1372
1382
  static const char* const __pyx_f[] = {
1373
1383
  "eqc_models/base/polyeval.pyx",
1374
- "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
1384
+ "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
1375
1385
  "cpython/type.pxd",
1376
1386
  };
1377
1387
  /* #### Code section: utility_code_proto_before_types ### */
@@ -1571,7 +1581,7 @@ typedef struct {
1571
1581
 
1572
1582
  /* #### Code section: numeric_typedefs ### */
1573
1583
 
1574
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
1584
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
1575
1585
  * # in Cython to enable them only on the right systems.
1576
1586
  *
1577
1587
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1580,7 +1590,7 @@ typedef struct {
1580
1590
  */
1581
1591
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1582
1592
 
1583
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
1593
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
1584
1594
  *
1585
1595
  * ctypedef npy_int8 int8_t
1586
1596
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1589,7 +1599,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1589
1599
  */
1590
1600
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1591
1601
 
1592
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
1602
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
1593
1603
  * ctypedef npy_int8 int8_t
1594
1604
  * ctypedef npy_int16 int16_t
1595
1605
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1598,7 +1608,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1598
1608
  */
1599
1609
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1600
1610
 
1601
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
1611
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
1602
1612
  * ctypedef npy_int16 int16_t
1603
1613
  * ctypedef npy_int32 int32_t
1604
1614
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1607,7 +1617,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1607
1617
  */
1608
1618
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1609
1619
 
1610
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
1620
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
1611
1621
  * #ctypedef npy_int128 int128_t
1612
1622
  *
1613
1623
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1616,7 +1626,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1616
1626
  */
1617
1627
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1618
1628
 
1619
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
1629
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
1620
1630
  *
1621
1631
  * ctypedef npy_uint8 uint8_t
1622
1632
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1625,7 +1635,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1625
1635
  */
1626
1636
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1627
1637
 
1628
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
1638
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
1629
1639
  * ctypedef npy_uint8 uint8_t
1630
1640
  * ctypedef npy_uint16 uint16_t
1631
1641
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1634,7 +1644,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1634
1644
  */
1635
1645
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1636
1646
 
1637
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
1647
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
1638
1648
  * ctypedef npy_uint16 uint16_t
1639
1649
  * ctypedef npy_uint32 uint32_t
1640
1650
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1643,7 +1653,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1643
1653
  */
1644
1654
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1645
1655
 
1646
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
1656
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
1647
1657
  * #ctypedef npy_uint128 uint128_t
1648
1658
  *
1649
1659
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1652,7 +1662,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1652
1662
  */
1653
1663
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1654
1664
 
1655
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
1665
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
1656
1666
  *
1657
1667
  * ctypedef npy_float32 float32_t
1658
1668
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1661,7 +1671,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1661
1671
  */
1662
1672
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1663
1673
 
1664
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
1674
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
1665
1675
  * # The int types are mapped a bit surprising --
1666
1676
  * # numpy.int corresponds to 'l' and numpy.long to 'q'
1667
1677
  * ctypedef npy_long int_t # <<<<<<<<<<<<<<
@@ -1670,7 +1680,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1670
1680
  */
1671
1681
  typedef npy_long __pyx_t_5numpy_int_t;
1672
1682
 
1673
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
1683
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
1674
1684
  * # numpy.int corresponds to 'l' and numpy.long to 'q'
1675
1685
  * ctypedef npy_long int_t
1676
1686
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1679,7 +1689,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
1679
1689
  */
1680
1690
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1681
1691
 
1682
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
1692
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
1683
1693
  * ctypedef npy_longlong longlong_t
1684
1694
  *
1685
1695
  * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
@@ -1688,7 +1698,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1688
1698
  */
1689
1699
  typedef npy_ulong __pyx_t_5numpy_uint_t;
1690
1700
 
1691
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
1701
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
1692
1702
  *
1693
1703
  * ctypedef npy_ulong uint_t
1694
1704
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1697,7 +1707,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
1697
1707
  */
1698
1708
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1699
1709
 
1700
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
1710
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
1701
1711
  * ctypedef npy_ulonglong ulonglong_t
1702
1712
  *
1703
1713
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1706,7 +1716,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1706
1716
  */
1707
1717
  typedef npy_intp __pyx_t_5numpy_intp_t;
1708
1718
 
1709
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
1719
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
1710
1720
  *
1711
1721
  * ctypedef npy_intp intp_t
1712
1722
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1715,7 +1725,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1715
1725
  */
1716
1726
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1717
1727
 
1718
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
1728
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
1719
1729
  * ctypedef npy_uintp uintp_t
1720
1730
  *
1721
1731
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1724,7 +1734,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1724
1734
  */
1725
1735
  typedef npy_double __pyx_t_5numpy_float_t;
1726
1736
 
1727
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
1737
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
1728
1738
  *
1729
1739
  * ctypedef npy_double float_t
1730
1740
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1733,7 +1743,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1733
1743
  */
1734
1744
  typedef npy_double __pyx_t_5numpy_double_t;
1735
1745
 
1736
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
1746
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
1737
1747
  * ctypedef npy_double float_t
1738
1748
  * ctypedef npy_double double_t
1739
1749
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -1788,7 +1798,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
1788
1798
 
1789
1799
  /*--- Type declarations ---*/
1790
1800
 
1791
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
1801
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
1792
1802
  * ctypedef npy_longdouble longdouble_t
1793
1803
  *
1794
1804
  * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
@@ -1797,7 +1807,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
1797
1807
  */
1798
1808
  typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
1799
1809
 
1800
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
1810
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
1801
1811
  *
1802
1812
  * ctypedef npy_cfloat cfloat_t
1803
1813
  * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
@@ -1806,7 +1816,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
1806
1816
  */
1807
1817
  typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
1808
1818
 
1809
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
1819
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
1810
1820
  * ctypedef npy_cfloat cfloat_t
1811
1821
  * ctypedef npy_cdouble cdouble_t
1812
1822
  * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
@@ -1815,7 +1825,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
1815
1825
  */
1816
1826
  typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
1817
1827
 
1818
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
1828
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
1819
1829
  * ctypedef npy_clongdouble clongdouble_t
1820
1830
  *
1821
1831
  * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
@@ -2157,18 +2167,18 @@ static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact,
2157
2167
  Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found);
2158
2168
 
2159
2169
  /* GetItemInt.proto */
2160
- #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
2170
+ #define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck, has_gil)\
2161
2171
  (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
2162
2172
  __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) :\
2163
2173
  (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) :\
2164
2174
  __Pyx_GetItemInt_Generic(o, to_py_func(i))))
2165
- #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
2175
+ #define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck, has_gil)\
2166
2176
  (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
2167
2177
  __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) :\
2168
2178
  (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL))
2169
2179
  static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
2170
2180
  int wraparound, int boundscheck);
2171
- #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
2181
+ #define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck, has_gil)\
2172
2182
  (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
2173
2183
  __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) :\
2174
2184
  (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL))
@@ -2236,7 +2246,7 @@ static CYTHON_INLINE PyObject *__Pyx__GetModuleGlobalName(PyObject *name);
2236
2246
  static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type);
2237
2247
 
2238
2248
  /* SetItemInt.proto */
2239
- #define __Pyx_SetItemInt(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck)\
2249
+ #define __Pyx_SetItemInt(o, i, v, type, is_signed, to_py_func, is_list, wraparound, boundscheck, has_gil)\
2240
2250
  (__Pyx_fits_Py_ssize_t(i, type, is_signed) ?\
2241
2251
  __Pyx_SetItemInt_Fast(o, (Py_ssize_t)i, v, is_list, wraparound, boundscheck) :\
2242
2252
  (is_list ? (PyErr_SetString(PyExc_IndexError, "list assignment index out of range"), -1) :\
@@ -2272,22 +2282,22 @@ static void __Pyx_RaiseBufferIndexError(int axis);
2272
2282
  #define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0)
2273
2283
  #define __Pyx_BufPtrStrided2d(type, buf, i0, s0, i1, s1) (type)((char*)buf + i0 * s0 + i1 * s1)
2274
2284
  /* TypeImport.proto */
2275
- #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_1
2276
- #define __PYX_HAVE_RT_ImportType_proto_3_1_1
2285
+ #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_2
2286
+ #define __PYX_HAVE_RT_ImportType_proto_3_1_2
2277
2287
  #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
2278
2288
  #include <stdalign.h>
2279
2289
  #endif
2280
2290
  #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
2281
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_1(s) alignof(s)
2291
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) alignof(s)
2282
2292
  #else
2283
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_1(s) sizeof(void*)
2293
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) sizeof(void*)
2284
2294
  #endif
2285
- enum __Pyx_ImportType_CheckSize_3_1_1 {
2286
- __Pyx_ImportType_CheckSize_Error_3_1_1 = 0,
2287
- __Pyx_ImportType_CheckSize_Warn_3_1_1 = 1,
2288
- __Pyx_ImportType_CheckSize_Ignore_3_1_1 = 2
2295
+ enum __Pyx_ImportType_CheckSize_3_1_2 {
2296
+ __Pyx_ImportType_CheckSize_Error_3_1_2 = 0,
2297
+ __Pyx_ImportType_CheckSize_Warn_3_1_2 = 1,
2298
+ __Pyx_ImportType_CheckSize_Ignore_3_1_2 = 2
2289
2299
  };
2290
- static PyTypeObject *__Pyx_ImportType_3_1_1(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_1 check_size);
2300
+ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_2 check_size);
2291
2301
  #endif
2292
2302
 
2293
2303
  /* Import.proto */
@@ -2297,6 +2307,15 @@ static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level);
2297
2307
  static PyObject *__Pyx_ImportDottedModule(PyObject *name, PyObject *parts_tuple);
2298
2308
  static PyObject *__Pyx_ImportDottedModule_WalkParts(PyObject *module, PyObject *name, PyObject *parts_tuple);
2299
2309
 
2310
+ /* LimitedApiGetTypeDict.proto */
2311
+ #if CYTHON_COMPILING_IN_LIMITED_API
2312
+ static PyObject *__Pyx_GetTypeDict(PyTypeObject *tp);
2313
+ #endif
2314
+
2315
+ /* SetItemOnTypeDict.proto */
2316
+ static int __Pyx__SetItemOnTypeDict(PyTypeObject *tp, PyObject *k, PyObject *v);
2317
+ #define __Pyx_SetItemOnTypeDict(tp, k, v) __Pyx__SetItemOnTypeDict((PyTypeObject*)tp, k, v)
2318
+
2300
2319
  /* FixUpExtensionType.proto */
2301
2320
  static CYTHON_INLINE int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject *type);
2302
2321
 
@@ -2307,7 +2326,11 @@ static PyObject *__Pyx_FetchSharedCythonABIModule(void);
2307
2326
  static CYTHON_INLINE PyObject *__Pyx_PyDict_SetDefault(PyObject *d, PyObject *key, PyObject *default_value, int is_safe_type);
2308
2327
 
2309
2328
  /* FetchCommonType.proto */
2310
- static PyTypeObject* __Pyx_FetchCommonTypeFromSpec(PyObject *module, PyType_Spec *spec, PyObject *bases);
2329
+ static PyTypeObject* __Pyx_FetchCommonTypeFromSpec(PyTypeObject *metaclass, PyObject *module, PyType_Spec *spec, PyObject *bases);
2330
+
2331
+ /* CommonTypesMetaclass.proto */
2332
+ static int __pyx_CommonTypesMetaclass_init(PyObject *module);
2333
+ #define __Pyx_CommonTypesMetaclass_USED
2311
2334
 
2312
2335
  /* CallTypeTraverse.proto */
2313
2336
  #if !CYTHON_USE_TYPE_SPECS || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX < 0x03090000)
@@ -2769,6 +2792,7 @@ static const char __pyx_k_indices[] = "indices";
2769
2792
  static const char __pyx_k_reshape[] = "reshape";
2770
2793
  static const char __pyx_k_squeeze[] = "squeeze";
2771
2794
  static const char __pyx_k_qualname[] = "__qualname__";
2795
+ static const char __pyx_k_set_name[] = "__set_name__";
2772
2796
  static const char __pyx_k_solution[] = "solution";
2773
2797
  static const char __pyx_k_poly_eval[] = "poly_eval";
2774
2798
  static const char __pyx_k_ValueError[] = "ValueError";
@@ -2842,10 +2866,13 @@ typedef struct {
2842
2866
  PyTypeObject *__pyx_ptype_5numpy_ufunc;
2843
2867
  __Pyx_CachedCFunction __pyx_umethod_PyDict_Type_pop;
2844
2868
  PyObject *__pyx_codeobj_tab[1];
2845
- PyObject *__pyx_string_tab[43];
2869
+ PyObject *__pyx_string_tab[44];
2846
2870
  PyObject *__pyx_int_0;
2847
2871
  PyObject *__pyx_int_1;
2848
2872
  /* #### Code section: module_state_contents ### */
2873
+ /* CommonTypesMetaclass.module_state_decls */
2874
+ PyTypeObject *__pyx_CommonTypesMetaclassType;
2875
+
2849
2876
  /* CachedMethodType.module_state_decls */
2850
2877
  #if CYTHON_COMPILING_IN_LIMITED_API
2851
2878
  PyObject *__Pyx_CachedMethodType;
@@ -2915,13 +2942,14 @@ static __pyx_mstatetype * const __pyx_mstate_global = &__pyx_mstate_global_stati
2915
2942
  #define __pyx_n_u_qualname __pyx_string_tab[33]
2916
2943
  #define __pyx_n_u_range __pyx_string_tab[34]
2917
2944
  #define __pyx_n_u_reshape __pyx_string_tab[35]
2918
- #define __pyx_n_u_shape __pyx_string_tab[36]
2919
- #define __pyx_n_u_solution __pyx_string_tab[37]
2920
- #define __pyx_n_u_spec __pyx_string_tab[38]
2921
- #define __pyx_n_u_squeeze __pyx_string_tab[39]
2922
- #define __pyx_n_u_test __pyx_string_tab[40]
2923
- #define __pyx_n_u_values __pyx_string_tab[41]
2924
- #define __pyx_n_u_zeros __pyx_string_tab[42]
2945
+ #define __pyx_n_u_set_name __pyx_string_tab[36]
2946
+ #define __pyx_n_u_shape __pyx_string_tab[37]
2947
+ #define __pyx_n_u_solution __pyx_string_tab[38]
2948
+ #define __pyx_n_u_spec __pyx_string_tab[39]
2949
+ #define __pyx_n_u_squeeze __pyx_string_tab[40]
2950
+ #define __pyx_n_u_test __pyx_string_tab[41]
2951
+ #define __pyx_n_u_values __pyx_string_tab[42]
2952
+ #define __pyx_n_u_zeros __pyx_string_tab[43]
2925
2953
  /* #### Code section: module_state_clear ### */
2926
2954
  #if CYTHON_USE_MODULE_STATE
2927
2955
  static CYTHON_SMALL_CODE int __pyx_m_clear(PyObject *m) {
@@ -2959,7 +2987,7 @@ static CYTHON_SMALL_CODE int __pyx_m_clear(PyObject *m) {
2959
2987
  Py_CLEAR(clear_module_state->__pyx_ptype_5numpy_character);
2960
2988
  Py_CLEAR(clear_module_state->__pyx_ptype_5numpy_ufunc);
2961
2989
  for (int i=0; i<1; ++i) { Py_CLEAR(clear_module_state->__pyx_codeobj_tab[i]); }
2962
- for (int i=0; i<43; ++i) { Py_CLEAR(clear_module_state->__pyx_string_tab[i]); }
2990
+ for (int i=0; i<44; ++i) { Py_CLEAR(clear_module_state->__pyx_string_tab[i]); }
2963
2991
  Py_CLEAR(clear_module_state->__pyx_int_0);
2964
2992
  Py_CLEAR(clear_module_state->__pyx_int_1);
2965
2993
  return 0;
@@ -2999,7 +3027,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
2999
3027
  Py_VISIT(traverse_module_state->__pyx_ptype_5numpy_character);
3000
3028
  Py_VISIT(traverse_module_state->__pyx_ptype_5numpy_ufunc);
3001
3029
  for (int i=0; i<1; ++i) { __Pyx_VISIT_CONST(traverse_module_state->__pyx_codeobj_tab[i]); }
3002
- for (int i=0; i<43; ++i) { __Pyx_VISIT_CONST(traverse_module_state->__pyx_string_tab[i]); }
3030
+ for (int i=0; i<44; ++i) { __Pyx_VISIT_CONST(traverse_module_state->__pyx_string_tab[i]); }
3003
3031
  __Pyx_VISIT_CONST(traverse_module_state->__pyx_int_0);
3004
3032
  __Pyx_VISIT_CONST(traverse_module_state->__pyx_int_1);
3005
3033
  return 0;
@@ -3007,7 +3035,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3007
3035
  #endif
3008
3036
  /* #### Code section: module_code ### */
3009
3037
 
3010
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3038
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3011
3039
  * # Instead, we use properties that map to the corresponding C-API functions.
3012
3040
  *
3013
3041
  * @property # <<<<<<<<<<<<<<
@@ -3018,7 +3046,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3018
3046
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
3019
3047
  PyObject *__pyx_r;
3020
3048
 
3021
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
3049
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
3022
3050
  * """Returns a borrowed reference to the object owning the data/memory.
3023
3051
  * """
3024
3052
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -3028,7 +3056,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3028
3056
  __pyx_r = PyArray_BASE(__pyx_v_self);
3029
3057
  goto __pyx_L0;
3030
3058
 
3031
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3059
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3032
3060
  * # Instead, we use properties that map to the corresponding C-API functions.
3033
3061
  *
3034
3062
  * @property # <<<<<<<<<<<<<<
@@ -3041,7 +3069,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3041
3069
  return __pyx_r;
3042
3070
  }
3043
3071
 
3044
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3072
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3045
3073
  * return PyArray_BASE(self)
3046
3074
  *
3047
3075
  * @property # <<<<<<<<<<<<<<
@@ -3055,7 +3083,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3055
3083
  PyArray_Descr *__pyx_t_1;
3056
3084
  __Pyx_RefNannySetupContext("descr", 0);
3057
3085
 
3058
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
3086
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
3059
3087
  * """Returns an owned reference to the dtype of the array.
3060
3088
  * """
3061
3089
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -3068,7 +3096,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3068
3096
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
3069
3097
  goto __pyx_L0;
3070
3098
 
3071
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3099
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3072
3100
  * return PyArray_BASE(self)
3073
3101
  *
3074
3102
  * @property # <<<<<<<<<<<<<<
@@ -3083,7 +3111,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3083
3111
  return __pyx_r;
3084
3112
  }
3085
3113
 
3086
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3114
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3087
3115
  * return <dtype>PyArray_DESCR(self)
3088
3116
  *
3089
3117
  * @property # <<<<<<<<<<<<<<
@@ -3094,7 +3122,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3094
3122
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
3095
3123
  int __pyx_r;
3096
3124
 
3097
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
3125
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
3098
3126
  * """Returns the number of dimensions in the array.
3099
3127
  * """
3100
3128
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -3104,7 +3132,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3104
3132
  __pyx_r = PyArray_NDIM(__pyx_v_self);
3105
3133
  goto __pyx_L0;
3106
3134
 
3107
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3135
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3108
3136
  * return <dtype>PyArray_DESCR(self)
3109
3137
  *
3110
3138
  * @property # <<<<<<<<<<<<<<
@@ -3117,7 +3145,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3117
3145
  return __pyx_r;
3118
3146
  }
3119
3147
 
3120
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3148
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3121
3149
  * return PyArray_NDIM(self)
3122
3150
  *
3123
3151
  * @property # <<<<<<<<<<<<<<
@@ -3128,7 +3156,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3128
3156
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
3129
3157
  npy_intp *__pyx_r;
3130
3158
 
3131
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
3159
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
3132
3160
  * Can return NULL for 0-dimensional arrays.
3133
3161
  * """
3134
3162
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -3138,7 +3166,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3138
3166
  __pyx_r = PyArray_DIMS(__pyx_v_self);
3139
3167
  goto __pyx_L0;
3140
3168
 
3141
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3169
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3142
3170
  * return PyArray_NDIM(self)
3143
3171
  *
3144
3172
  * @property # <<<<<<<<<<<<<<
@@ -3151,7 +3179,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3151
3179
  return __pyx_r;
3152
3180
  }
3153
3181
 
3154
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3182
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3155
3183
  * return PyArray_DIMS(self)
3156
3184
  *
3157
3185
  * @property # <<<<<<<<<<<<<<
@@ -3162,7 +3190,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3162
3190
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
3163
3191
  npy_intp *__pyx_r;
3164
3192
 
3165
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
3193
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
3166
3194
  * The number of elements matches the number of dimensions of the array (ndim).
3167
3195
  * """
3168
3196
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -3172,7 +3200,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3172
3200
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
3173
3201
  goto __pyx_L0;
3174
3202
 
3175
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3203
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3176
3204
  * return PyArray_DIMS(self)
3177
3205
  *
3178
3206
  * @property # <<<<<<<<<<<<<<
@@ -3185,7 +3213,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3185
3213
  return __pyx_r;
3186
3214
  }
3187
3215
 
3188
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3216
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3189
3217
  * return PyArray_STRIDES(self)
3190
3218
  *
3191
3219
  * @property # <<<<<<<<<<<<<<
@@ -3196,7 +3224,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3196
3224
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
3197
3225
  npy_intp __pyx_r;
3198
3226
 
3199
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
3227
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
3200
3228
  * """Returns the total size (in number of elements) of the array.
3201
3229
  * """
3202
3230
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -3206,7 +3234,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3206
3234
  __pyx_r = PyArray_SIZE(__pyx_v_self);
3207
3235
  goto __pyx_L0;
3208
3236
 
3209
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3237
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3210
3238
  * return PyArray_STRIDES(self)
3211
3239
  *
3212
3240
  * @property # <<<<<<<<<<<<<<
@@ -3219,7 +3247,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3219
3247
  return __pyx_r;
3220
3248
  }
3221
3249
 
3222
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3250
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3223
3251
  * return PyArray_SIZE(self)
3224
3252
  *
3225
3253
  * @property # <<<<<<<<<<<<<<
@@ -3230,7 +3258,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3230
3258
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
3231
3259
  char *__pyx_r;
3232
3260
 
3233
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
3261
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
3234
3262
  * of `PyArray_DATA()` instead, which returns a 'void*'.
3235
3263
  * """
3236
3264
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -3240,7 +3268,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3240
3268
  __pyx_r = PyArray_BYTES(__pyx_v_self);
3241
3269
  goto __pyx_L0;
3242
3270
 
3243
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3271
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3244
3272
  * return PyArray_SIZE(self)
3245
3273
  *
3246
3274
  * @property # <<<<<<<<<<<<<<
@@ -3253,7 +3281,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3253
3281
  return __pyx_r;
3254
3282
  }
3255
3283
 
3256
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3284
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3257
3285
  * ctypedef npy_cdouble complex_t
3258
3286
  *
3259
3287
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3270,7 +3298,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3270
3298
  int __pyx_clineno = 0;
3271
3299
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
3272
3300
 
3273
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
3301
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
3274
3302
  *
3275
3303
  * cdef inline object PyArray_MultiIterNew1(a):
3276
3304
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -3284,7 +3312,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3284
3312
  __pyx_t_1 = 0;
3285
3313
  goto __pyx_L0;
3286
3314
 
3287
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3315
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3288
3316
  * ctypedef npy_cdouble complex_t
3289
3317
  *
3290
3318
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3303,7 +3331,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3303
3331
  return __pyx_r;
3304
3332
  }
3305
3333
 
3306
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3334
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3307
3335
  * return PyArray_MultiIterNew(1, <void*>a)
3308
3336
  *
3309
3337
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3320,7 +3348,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3320
3348
  int __pyx_clineno = 0;
3321
3349
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
3322
3350
 
3323
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
3351
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
3324
3352
  *
3325
3353
  * cdef inline object PyArray_MultiIterNew2(a, b):
3326
3354
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -3334,7 +3362,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3334
3362
  __pyx_t_1 = 0;
3335
3363
  goto __pyx_L0;
3336
3364
 
3337
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3365
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3338
3366
  * return PyArray_MultiIterNew(1, <void*>a)
3339
3367
  *
3340
3368
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3353,7 +3381,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3353
3381
  return __pyx_r;
3354
3382
  }
3355
3383
 
3356
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3384
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3357
3385
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3358
3386
  *
3359
3387
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3370,7 +3398,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3370
3398
  int __pyx_clineno = 0;
3371
3399
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
3372
3400
 
3373
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
3401
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
3374
3402
  *
3375
3403
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
3376
3404
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -3384,7 +3412,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3384
3412
  __pyx_t_1 = 0;
3385
3413
  goto __pyx_L0;
3386
3414
 
3387
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3415
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3388
3416
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3389
3417
  *
3390
3418
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3403,7 +3431,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3403
3431
  return __pyx_r;
3404
3432
  }
3405
3433
 
3406
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3434
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3407
3435
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3408
3436
  *
3409
3437
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3420,7 +3448,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3420
3448
  int __pyx_clineno = 0;
3421
3449
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
3422
3450
 
3423
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
3451
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
3424
3452
  *
3425
3453
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
3426
3454
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -3434,7 +3462,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3434
3462
  __pyx_t_1 = 0;
3435
3463
  goto __pyx_L0;
3436
3464
 
3437
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3465
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3438
3466
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3439
3467
  *
3440
3468
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3453,7 +3481,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3453
3481
  return __pyx_r;
3454
3482
  }
3455
3483
 
3456
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3484
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3457
3485
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3458
3486
  *
3459
3487
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -3470,7 +3498,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3470
3498
  int __pyx_clineno = 0;
3471
3499
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
3472
3500
 
3473
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
3501
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
3474
3502
  *
3475
3503
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
3476
3504
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -3484,7 +3512,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3484
3512
  __pyx_t_1 = 0;
3485
3513
  goto __pyx_L0;
3486
3514
 
3487
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3515
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3488
3516
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3489
3517
  *
3490
3518
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -3503,7 +3531,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3503
3531
  return __pyx_r;
3504
3532
  }
3505
3533
 
3506
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3534
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3507
3535
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
3508
3536
  *
3509
3537
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -3517,7 +3545,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3517
3545
  int __pyx_t_1;
3518
3546
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
3519
3547
 
3520
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3548
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3521
3549
  *
3522
3550
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3523
3551
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -3527,7 +3555,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3527
3555
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
3528
3556
  if (__pyx_t_1) {
3529
3557
 
3530
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
3558
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
3531
3559
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3532
3560
  * if PyDataType_HASSUBARRAY(d):
3533
3561
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -3539,7 +3567,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3539
3567
  __pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
3540
3568
  goto __pyx_L0;
3541
3569
 
3542
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3570
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3543
3571
  *
3544
3572
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3545
3573
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -3548,7 +3576,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3548
3576
  */
3549
3577
  }
3550
3578
 
3551
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
3579
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
3552
3580
  * return <tuple>d.subarray.shape
3553
3581
  * else:
3554
3582
  * return () # <<<<<<<<<<<<<<
@@ -3562,7 +3590,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3562
3590
  goto __pyx_L0;
3563
3591
  }
3564
3592
 
3565
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3593
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3566
3594
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
3567
3595
  *
3568
3596
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -3577,7 +3605,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3577
3605
  return __pyx_r;
3578
3606
  }
3579
3607
 
3580
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3608
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3581
3609
  * int _import_umath() except -1
3582
3610
  *
3583
3611
  * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
@@ -3591,7 +3619,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3591
3619
  const char *__pyx_filename = NULL;
3592
3620
  int __pyx_clineno = 0;
3593
3621
 
3594
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
3622
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
3595
3623
  *
3596
3624
  * cdef inline void set_array_base(ndarray arr, object base):
3597
3625
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -3600,7 +3628,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3600
3628
  */
3601
3629
  Py_INCREF(__pyx_v_base);
3602
3630
 
3603
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
3631
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
3604
3632
  * cdef inline void set_array_base(ndarray arr, object base):
3605
3633
  * Py_INCREF(base) # important to do this before stealing the reference below!
3606
3634
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -3609,7 +3637,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3609
3637
  */
3610
3638
  __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 970, __pyx_L1_error)
3611
3639
 
3612
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3640
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3613
3641
  * int _import_umath() except -1
3614
3642
  *
3615
3643
  * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
@@ -3624,7 +3652,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3624
3652
  __pyx_L0:;
3625
3653
  }
3626
3654
 
3627
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3655
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3628
3656
  * PyArray_SetBaseObject(arr, base)
3629
3657
  *
3630
3658
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -3639,7 +3667,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3639
3667
  int __pyx_t_1;
3640
3668
  __Pyx_RefNannySetupContext("get_array_base", 0);
3641
3669
 
3642
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
3670
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
3643
3671
  *
3644
3672
  * cdef inline object get_array_base(ndarray arr):
3645
3673
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -3648,7 +3676,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3648
3676
  */
3649
3677
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
3650
3678
 
3651
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3679
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3652
3680
  * cdef inline object get_array_base(ndarray arr):
3653
3681
  * base = PyArray_BASE(arr)
3654
3682
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -3658,7 +3686,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3658
3686
  __pyx_t_1 = (__pyx_v_base == NULL);
3659
3687
  if (__pyx_t_1) {
3660
3688
 
3661
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
3689
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
3662
3690
  * base = PyArray_BASE(arr)
3663
3691
  * if base is NULL:
3664
3692
  * return None # <<<<<<<<<<<<<<
@@ -3669,7 +3697,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3669
3697
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
3670
3698
  goto __pyx_L0;
3671
3699
 
3672
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3700
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3673
3701
  * cdef inline object get_array_base(ndarray arr):
3674
3702
  * base = PyArray_BASE(arr)
3675
3703
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -3678,7 +3706,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3678
3706
  */
3679
3707
  }
3680
3708
 
3681
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
3709
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
3682
3710
  * if base is NULL:
3683
3711
  * return None
3684
3712
  * return <object>base # <<<<<<<<<<<<<<
@@ -3690,7 +3718,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3690
3718
  __pyx_r = ((PyObject *)__pyx_v_base);
3691
3719
  goto __pyx_L0;
3692
3720
 
3693
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3721
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3694
3722
  * PyArray_SetBaseObject(arr, base)
3695
3723
  *
3696
3724
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -3705,7 +3733,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3705
3733
  return __pyx_r;
3706
3734
  }
3707
3735
 
3708
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3736
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3709
3737
  * # Versions of the import_* functions which are more suitable for
3710
3738
  * # Cython code.
3711
3739
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -3732,7 +3760,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3732
3760
  int __pyx_clineno = 0;
3733
3761
  __Pyx_RefNannySetupContext("import_array", 0);
3734
3762
 
3735
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3763
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3736
3764
  * # Cython code.
3737
3765
  * cdef inline int import_array() except -1:
3738
3766
  * try: # <<<<<<<<<<<<<<
@@ -3748,7 +3776,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3748
3776
  __Pyx_XGOTREF(__pyx_t_3);
3749
3777
  /*try:*/ {
3750
3778
 
3751
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
3779
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
3752
3780
  * cdef inline int import_array() except -1:
3753
3781
  * try:
3754
3782
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -3757,7 +3785,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3757
3785
  */
3758
3786
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 982, __pyx_L3_error)
3759
3787
 
3760
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3788
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3761
3789
  * # Cython code.
3762
3790
  * cdef inline int import_array() except -1:
3763
3791
  * try: # <<<<<<<<<<<<<<
@@ -3771,7 +3799,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3771
3799
  goto __pyx_L8_try_end;
3772
3800
  __pyx_L3_error:;
3773
3801
 
3774
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
3802
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
3775
3803
  * try:
3776
3804
  * __pyx_import_array()
3777
3805
  * except Exception: # <<<<<<<<<<<<<<
@@ -3786,7 +3814,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3786
3814
  __Pyx_XGOTREF(__pyx_t_6);
3787
3815
  __Pyx_XGOTREF(__pyx_t_7);
3788
3816
 
3789
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
3817
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
3790
3818
  * __pyx_import_array()
3791
3819
  * except Exception:
3792
3820
  * raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -3811,7 +3839,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3811
3839
  }
3812
3840
  goto __pyx_L5_except_error;
3813
3841
 
3814
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3842
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3815
3843
  * # Cython code.
3816
3844
  * cdef inline int import_array() except -1:
3817
3845
  * try: # <<<<<<<<<<<<<<
@@ -3827,7 +3855,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3827
3855
  __pyx_L8_try_end:;
3828
3856
  }
3829
3857
 
3830
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3858
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3831
3859
  * # Versions of the import_* functions which are more suitable for
3832
3860
  * # Cython code.
3833
3861
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -3852,7 +3880,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3852
3880
  return __pyx_r;
3853
3881
  }
3854
3882
 
3855
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
3883
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
3856
3884
  * raise ImportError("numpy.core.multiarray failed to import")
3857
3885
  *
3858
3886
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -3879,7 +3907,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3879
3907
  int __pyx_clineno = 0;
3880
3908
  __Pyx_RefNannySetupContext("import_umath", 0);
3881
3909
 
3882
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3910
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3883
3911
  *
3884
3912
  * cdef inline int import_umath() except -1:
3885
3913
  * try: # <<<<<<<<<<<<<<
@@ -3895,7 +3923,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3895
3923
  __Pyx_XGOTREF(__pyx_t_3);
3896
3924
  /*try:*/ {
3897
3925
 
3898
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
3926
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
3899
3927
  * cdef inline int import_umath() except -1:
3900
3928
  * try:
3901
3929
  * _import_umath() # <<<<<<<<<<<<<<
@@ -3904,7 +3932,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3904
3932
  */
3905
3933
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 988, __pyx_L3_error)
3906
3934
 
3907
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3935
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3908
3936
  *
3909
3937
  * cdef inline int import_umath() except -1:
3910
3938
  * try: # <<<<<<<<<<<<<<
@@ -3918,7 +3946,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3918
3946
  goto __pyx_L8_try_end;
3919
3947
  __pyx_L3_error:;
3920
3948
 
3921
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
3949
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
3922
3950
  * try:
3923
3951
  * _import_umath()
3924
3952
  * except Exception: # <<<<<<<<<<<<<<
@@ -3933,7 +3961,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3933
3961
  __Pyx_XGOTREF(__pyx_t_6);
3934
3962
  __Pyx_XGOTREF(__pyx_t_7);
3935
3963
 
3936
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
3964
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
3937
3965
  * _import_umath()
3938
3966
  * except Exception:
3939
3967
  * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
@@ -3958,7 +3986,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3958
3986
  }
3959
3987
  goto __pyx_L5_except_error;
3960
3988
 
3961
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3989
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3962
3990
  *
3963
3991
  * cdef inline int import_umath() except -1:
3964
3992
  * try: # <<<<<<<<<<<<<<
@@ -3974,7 +4002,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3974
4002
  __pyx_L8_try_end:;
3975
4003
  }
3976
4004
 
3977
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
4005
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
3978
4006
  * raise ImportError("numpy.core.multiarray failed to import")
3979
4007
  *
3980
4008
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -3999,7 +4027,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3999
4027
  return __pyx_r;
4000
4028
  }
4001
4029
 
4002
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4030
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4003
4031
  * raise ImportError("numpy.core.umath failed to import")
4004
4032
  *
4005
4033
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4026,7 +4054,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4026
4054
  int __pyx_clineno = 0;
4027
4055
  __Pyx_RefNannySetupContext("import_ufunc", 0);
4028
4056
 
4029
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4057
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4030
4058
  *
4031
4059
  * cdef inline int import_ufunc() except -1:
4032
4060
  * try: # <<<<<<<<<<<<<<
@@ -4042,7 +4070,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4042
4070
  __Pyx_XGOTREF(__pyx_t_3);
4043
4071
  /*try:*/ {
4044
4072
 
4045
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
4073
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
4046
4074
  * cdef inline int import_ufunc() except -1:
4047
4075
  * try:
4048
4076
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4051,7 +4079,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4051
4079
  */
4052
4080
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 994, __pyx_L3_error)
4053
4081
 
4054
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4082
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4055
4083
  *
4056
4084
  * cdef inline int import_ufunc() except -1:
4057
4085
  * try: # <<<<<<<<<<<<<<
@@ -4065,7 +4093,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4065
4093
  goto __pyx_L8_try_end;
4066
4094
  __pyx_L3_error:;
4067
4095
 
4068
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
4096
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
4069
4097
  * try:
4070
4098
  * _import_umath()
4071
4099
  * except Exception: # <<<<<<<<<<<<<<
@@ -4080,7 +4108,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4080
4108
  __Pyx_XGOTREF(__pyx_t_6);
4081
4109
  __Pyx_XGOTREF(__pyx_t_7);
4082
4110
 
4083
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
4111
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
4084
4112
  * _import_umath()
4085
4113
  * except Exception:
4086
4114
  * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4105,7 +4133,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4105
4133
  }
4106
4134
  goto __pyx_L5_except_error;
4107
4135
 
4108
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4136
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4109
4137
  *
4110
4138
  * cdef inline int import_ufunc() except -1:
4111
4139
  * try: # <<<<<<<<<<<<<<
@@ -4121,7 +4149,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4121
4149
  __pyx_L8_try_end:;
4122
4150
  }
4123
4151
 
4124
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4152
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4125
4153
  * raise ImportError("numpy.core.umath failed to import")
4126
4154
  *
4127
4155
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4146,7 +4174,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4146
4174
  return __pyx_r;
4147
4175
  }
4148
4176
 
4149
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4177
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4150
4178
  *
4151
4179
  *
4152
4180
  * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
@@ -4157,7 +4185,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4157
4185
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
4158
4186
  int __pyx_r;
4159
4187
 
4160
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
4188
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
4161
4189
  * bool
4162
4190
  * """
4163
4191
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -4167,7 +4195,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4167
4195
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
4168
4196
  goto __pyx_L0;
4169
4197
 
4170
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4198
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4171
4199
  *
4172
4200
  *
4173
4201
  * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
@@ -4180,7 +4208,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4180
4208
  return __pyx_r;
4181
4209
  }
4182
4210
 
4183
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4211
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4184
4212
  *
4185
4213
  *
4186
4214
  * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
@@ -4191,7 +4219,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4191
4219
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
4192
4220
  int __pyx_r;
4193
4221
 
4194
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
4222
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
4195
4223
  * bool
4196
4224
  * """
4197
4225
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -4201,7 +4229,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4201
4229
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
4202
4230
  goto __pyx_L0;
4203
4231
 
4204
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4232
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4205
4233
  *
4206
4234
  *
4207
4235
  * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
@@ -4214,7 +4242,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4214
4242
  return __pyx_r;
4215
4243
  }
4216
4244
 
4217
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4245
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4218
4246
  *
4219
4247
  *
4220
4248
  * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4225,7 +4253,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4225
4253
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
4226
4254
  npy_datetime __pyx_r;
4227
4255
 
4228
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
4256
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
4229
4257
  * also needed. That can be found using `get_datetime64_unit`.
4230
4258
  * """
4231
4259
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4235,7 +4263,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4235
4263
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
4236
4264
  goto __pyx_L0;
4237
4265
 
4238
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4266
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4239
4267
  *
4240
4268
  *
4241
4269
  * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4248,7 +4276,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4248
4276
  return __pyx_r;
4249
4277
  }
4250
4278
 
4251
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4279
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4252
4280
  *
4253
4281
  *
4254
4282
  * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4259,7 +4287,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4259
4287
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
4260
4288
  npy_timedelta __pyx_r;
4261
4289
 
4262
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
4290
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
4263
4291
  * returns the int64 value underlying scalar numpy timedelta64 object
4264
4292
  * """
4265
4293
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4269,7 +4297,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4269
4297
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
4270
4298
  goto __pyx_L0;
4271
4299
 
4272
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4300
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4273
4301
  *
4274
4302
  *
4275
4303
  * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4282,7 +4310,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4282
4310
  return __pyx_r;
4283
4311
  }
4284
4312
 
4285
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4313
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4286
4314
  *
4287
4315
  *
4288
4316
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4293,7 +4321,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4293
4321
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
4294
4322
  NPY_DATETIMEUNIT __pyx_r;
4295
4323
 
4296
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
4324
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
4297
4325
  * returns the unit part of the dtype for a numpy datetime64 object.
4298
4326
  * """
4299
4327
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -4301,7 +4329,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4301
4329
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
4302
4330
  goto __pyx_L0;
4303
4331
 
4304
- /* "../../build-env-1ybbtaix/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4332
+ /* "../../build-env-lvxxbpb3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4305
4333
  *
4306
4334
  *
4307
4335
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4478,7 +4506,7 @@ static PyObject *__pyx_pf_10eqc_models_4base_8polyeval_poly_eval(CYTHON_UNUSED P
4478
4506
  */
4479
4507
  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_v_solution, __pyx_mstate_global->__pyx_n_u_shape); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 18, __pyx_L1_error)
4480
4508
  __Pyx_GOTREF(__pyx_t_1);
4481
- __pyx_t_4 = __Pyx_GetItemInt(__pyx_t_1, 0, long, 1, __Pyx_PyLong_From_long, 0, 0, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 18, __pyx_L1_error)
4509
+ __pyx_t_4 = __Pyx_GetItemInt(__pyx_t_1, 0, long, 1, __Pyx_PyLong_From_long, 0, 0, 1, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 18, __pyx_L1_error)
4482
4510
  __Pyx_GOTREF(__pyx_t_4);
4483
4511
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
4484
4512
  __pyx_t_5 = __Pyx_PyLong_As_int(__pyx_t_4); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 18, __pyx_L1_error)
@@ -4596,7 +4624,7 @@ static PyObject *__pyx_pf_10eqc_models_4base_8polyeval_poly_eval(CYTHON_UNUSED P
4596
4624
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
4597
4625
  __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_v_solution, __pyx_mstate_global->__pyx_n_u_shape); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
4598
4626
  __Pyx_GOTREF(__pyx_t_1);
4599
- __pyx_t_9 = __Pyx_GetItemInt(__pyx_t_1, 0, long, 1, __Pyx_PyLong_From_long, 0, 0, 1); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 23, __pyx_L1_error)
4627
+ __pyx_t_9 = __Pyx_GetItemInt(__pyx_t_1, 0, long, 1, __Pyx_PyLong_From_long, 0, 0, 1, 1); if (unlikely(!__pyx_t_9)) __PYX_ERR(0, 23, __pyx_L1_error)
4600
4628
  __Pyx_GOTREF(__pyx_t_9);
4601
4629
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
4602
4630
  __pyx_t_1 = PyTuple_New(1); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
@@ -4638,7 +4666,7 @@ static PyObject *__pyx_pf_10eqc_models_4base_8polyeval_poly_eval(CYTHON_UNUSED P
4638
4666
  */
4639
4667
  __pyx_t_7 = __Pyx_PyObject_GetAttrStr(__pyx_v_solution, __pyx_mstate_global->__pyx_n_u_shape); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 25, __pyx_L1_error)
4640
4668
  __Pyx_GOTREF(__pyx_t_7);
4641
- __pyx_t_4 = __Pyx_GetItemInt(__pyx_t_7, 0, long, 1, __Pyx_PyLong_From_long, 0, 0, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 25, __pyx_L1_error)
4669
+ __pyx_t_4 = __Pyx_GetItemInt(__pyx_t_7, 0, long, 1, __Pyx_PyLong_From_long, 0, 0, 1, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 25, __pyx_L1_error)
4642
4670
  __Pyx_GOTREF(__pyx_t_4);
4643
4671
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
4644
4672
  __pyx_t_2 = __Pyx_PyIndex_AsSsize_t(__pyx_t_4); if (unlikely((__pyx_t_2 == (Py_ssize_t)-1) && PyErr_Occurred())) __PYX_ERR(0, 25, __pyx_L1_error)
@@ -4656,14 +4684,14 @@ static PyObject *__pyx_pf_10eqc_models_4base_8polyeval_poly_eval(CYTHON_UNUSED P
4656
4684
  */
4657
4685
  if (!(likely(((__pyx_v_coeff) == Py_None) || likely(__Pyx_TypeTest(__pyx_v_coeff, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 26, __pyx_L1_error)
4658
4686
  if (!(likely(((__pyx_v_indices) == Py_None) || likely(__Pyx_TypeTest(__pyx_v_indices, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 26, __pyx_L1_error)
4659
- __pyx_t_4 = __Pyx_GetItemInt(__pyx_v_solution, __pyx_v_i, int, 1, __Pyx_PyLong_From_int, 0, 1, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 26, __pyx_L1_error)
4687
+ __pyx_t_4 = __Pyx_GetItemInt(__pyx_v_solution, __pyx_v_i, int, 1, __Pyx_PyLong_From_int, 0, 1, 1, 1); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 26, __pyx_L1_error)
4660
4688
  __Pyx_GOTREF(__pyx_t_4);
4661
4689
  if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 26, __pyx_L1_error)
4662
4690
  __pyx_t_11 = __pyx_f_10eqc_models_4base_8polyeval_poly_eval_c(((PyArrayObject *)__pyx_v_coeff), ((PyArrayObject *)__pyx_v_indices), ((PyArrayObject *)__pyx_t_4)); if (unlikely(__pyx_t_11 == ((double)-1) && PyErr_Occurred())) __PYX_ERR(0, 26, __pyx_L1_error)
4663
4691
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
4664
4692
  __pyx_t_4 = PyFloat_FromDouble(__pyx_t_11); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 26, __pyx_L1_error)
4665
4693
  __Pyx_GOTREF(__pyx_t_4);
4666
- if (unlikely((__Pyx_SetItemInt(((PyObject *)__pyx_v_values), __pyx_v_i, __pyx_t_4, int, 1, __Pyx_PyLong_From_int, 0, 1, 1) < 0))) __PYX_ERR(0, 26, __pyx_L1_error)
4694
+ if (unlikely((__Pyx_SetItemInt(((PyObject *)__pyx_v_values), __pyx_v_i, __pyx_t_4, int, 1, __Pyx_PyLong_From_int, 0, 1, 1, 1) < 0))) __PYX_ERR(0, 26, __pyx_L1_error)
4667
4695
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
4668
4696
  }
4669
4697
 
@@ -5244,153 +5272,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
5244
5272
  /*--- Type import code ---*/
5245
5273
  __pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
5246
5274
  __Pyx_GOTREF(__pyx_t_1);
5247
- __pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_1(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
5275
+ __pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_2(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
5248
5276
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5249
- sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyTypeObject),
5277
+ sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyTypeObject),
5250
5278
  #elif CYTHON_COMPILING_IN_LIMITED_API
5251
5279
  0, 0,
5252
5280
  #else
5253
- sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyHeapTypeObject),
5281
+ sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyHeapTypeObject),
5254
5282
  #endif
5255
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
5283
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
5256
5284
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5257
5285
  __pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 202, __pyx_L1_error)
5258
5286
  __Pyx_GOTREF(__pyx_t_1);
5259
- __pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "dtype",
5287
+ __pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "dtype",
5260
5288
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5261
- sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArray_Descr),
5289
+ sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArray_Descr),
5262
5290
  #elif CYTHON_COMPILING_IN_LIMITED_API
5263
- sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArray_Descr),
5291
+ sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArray_Descr),
5264
5292
  #else
5265
- sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArray_Descr),
5293
+ sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArray_Descr),
5266
5294
  #endif
5267
- __Pyx_ImportType_CheckSize_Ignore_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 202, __pyx_L1_error)
5268
- __pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "flatiter",
5295
+ __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 202, __pyx_L1_error)
5296
+ __pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "flatiter",
5269
5297
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5270
- sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayIterObject),
5298
+ sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayIterObject),
5271
5299
  #elif CYTHON_COMPILING_IN_LIMITED_API
5272
- sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayIterObject),
5300
+ sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayIterObject),
5273
5301
  #else
5274
- sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayIterObject),
5302
+ sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayIterObject),
5275
5303
  #endif
5276
- __Pyx_ImportType_CheckSize_Ignore_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 225, __pyx_L1_error)
5277
- __pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "broadcast",
5304
+ __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 225, __pyx_L1_error)
5305
+ __pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "broadcast",
5278
5306
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5279
- sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayMultiIterObject),
5307
+ sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayMultiIterObject),
5280
5308
  #elif CYTHON_COMPILING_IN_LIMITED_API
5281
- sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayMultiIterObject),
5309
+ sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayMultiIterObject),
5282
5310
  #else
5283
- sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayMultiIterObject),
5311
+ sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayMultiIterObject),
5284
5312
  #endif
5285
- __Pyx_ImportType_CheckSize_Ignore_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 229, __pyx_L1_error)
5286
- __pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "ndarray",
5313
+ __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 229, __pyx_L1_error)
5314
+ __pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "ndarray",
5287
5315
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5288
- sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayObject),
5316
+ sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayObject),
5289
5317
  #elif CYTHON_COMPILING_IN_LIMITED_API
5290
- sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayObject),
5318
+ sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayObject),
5291
5319
  #else
5292
- sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyArrayObject),
5320
+ sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayObject),
5293
5321
  #endif
5294
- __Pyx_ImportType_CheckSize_Ignore_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 238, __pyx_L1_error)
5295
- __pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "generic",
5322
+ __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 238, __pyx_L1_error)
5323
+ __pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "generic",
5296
5324
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5297
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5325
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5298
5326
  #elif CYTHON_COMPILING_IN_LIMITED_API
5299
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5327
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5300
5328
  #else
5301
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5329
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5302
5330
  #endif
5303
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(1, 809, __pyx_L1_error)
5304
- __pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "number",
5331
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(1, 809, __pyx_L1_error)
5332
+ __pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "number",
5305
5333
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5306
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5334
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5307
5335
  #elif CYTHON_COMPILING_IN_LIMITED_API
5308
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5336
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5309
5337
  #else
5310
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5338
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5311
5339
  #endif
5312
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(1, 811, __pyx_L1_error)
5313
- __pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "integer",
5340
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(1, 811, __pyx_L1_error)
5341
+ __pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "integer",
5314
5342
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5315
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5343
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5316
5344
  #elif CYTHON_COMPILING_IN_LIMITED_API
5317
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5345
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5318
5346
  #else
5319
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5347
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5320
5348
  #endif
5321
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(1, 813, __pyx_L1_error)
5322
- __pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "signedinteger",
5349
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(1, 813, __pyx_L1_error)
5350
+ __pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "signedinteger",
5323
5351
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5324
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5352
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5325
5353
  #elif CYTHON_COMPILING_IN_LIMITED_API
5326
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5354
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5327
5355
  #else
5328
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5356
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5329
5357
  #endif
5330
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 815, __pyx_L1_error)
5331
- __pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "unsignedinteger",
5358
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 815, __pyx_L1_error)
5359
+ __pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "unsignedinteger",
5332
5360
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5333
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5361
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5334
5362
  #elif CYTHON_COMPILING_IN_LIMITED_API
5335
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5363
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5336
5364
  #else
5337
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5365
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5338
5366
  #endif
5339
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 817, __pyx_L1_error)
5340
- __pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "inexact",
5367
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 817, __pyx_L1_error)
5368
+ __pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "inexact",
5341
5369
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5342
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5370
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5343
5371
  #elif CYTHON_COMPILING_IN_LIMITED_API
5344
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5372
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5345
5373
  #else
5346
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5374
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5347
5375
  #endif
5348
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 819, __pyx_L1_error)
5349
- __pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "floating",
5376
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 819, __pyx_L1_error)
5377
+ __pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "floating",
5350
5378
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5351
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5379
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5352
5380
  #elif CYTHON_COMPILING_IN_LIMITED_API
5353
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5381
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5354
5382
  #else
5355
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5383
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5356
5384
  #endif
5357
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(1, 821, __pyx_L1_error)
5358
- __pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "complexfloating",
5385
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(1, 821, __pyx_L1_error)
5386
+ __pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "complexfloating",
5359
5387
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5360
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5388
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5361
5389
  #elif CYTHON_COMPILING_IN_LIMITED_API
5362
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5390
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5363
5391
  #else
5364
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5392
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5365
5393
  #endif
5366
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 823, __pyx_L1_error)
5367
- __pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "flexible",
5394
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 823, __pyx_L1_error)
5395
+ __pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "flexible",
5368
5396
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5369
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5397
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5370
5398
  #elif CYTHON_COMPILING_IN_LIMITED_API
5371
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5399
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5372
5400
  #else
5373
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5401
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5374
5402
  #endif
5375
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 825, __pyx_L1_error)
5376
- __pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "character",
5403
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 825, __pyx_L1_error)
5404
+ __pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "character",
5377
5405
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5378
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5406
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5379
5407
  #elif CYTHON_COMPILING_IN_LIMITED_API
5380
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5408
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5381
5409
  #else
5382
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyObject),
5410
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
5383
5411
  #endif
5384
- __Pyx_ImportType_CheckSize_Warn_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(1, 827, __pyx_L1_error)
5385
- __pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_1(__pyx_t_1, "numpy", "ufunc",
5412
+ __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(1, 827, __pyx_L1_error)
5413
+ __pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "ufunc",
5386
5414
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
5387
- sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyUFuncObject),
5415
+ sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyUFuncObject),
5388
5416
  #elif CYTHON_COMPILING_IN_LIMITED_API
5389
- sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyUFuncObject),
5417
+ sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyUFuncObject),
5390
5418
  #else
5391
- sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_1(PyUFuncObject),
5419
+ sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyUFuncObject),
5392
5420
  #endif
5393
- __Pyx_ImportType_CheckSize_Ignore_3_1_1); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 866, __pyx_L1_error)
5421
+ __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 866, __pyx_L1_error)
5394
5422
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5395
5423
  __Pyx_RefNannyFinishContext();
5396
5424
  return 0;
@@ -5655,6 +5683,13 @@ __Pyx_RefNannySetupContext("PyInit_polyeval", 0);
5655
5683
  __pyx_mstate->__pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_mstate->__pyx_empty_tuple)) __PYX_ERR(0, 1, __pyx_L1_error)
5656
5684
  __pyx_mstate->__pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_mstate->__pyx_empty_bytes)) __PYX_ERR(0, 1, __pyx_L1_error)
5657
5685
  __pyx_mstate->__pyx_empty_unicode = PyUnicode_FromStringAndSize("", 0); if (unlikely(!__pyx_mstate->__pyx_empty_unicode)) __PYX_ERR(0, 1, __pyx_L1_error)
5686
+ /*--- Initialize various global constants etc. ---*/
5687
+ if (__Pyx_InitConstants(__pyx_mstate) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5688
+ stringtab_initialized = 1;
5689
+ if (__Pyx_InitGlobals() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5690
+ #if 0 || defined(__Pyx_CyFunction_USED) || defined(__Pyx_FusedFunction_USED) || defined(__Pyx_Coroutine_USED) || defined(__Pyx_Generator_USED) || defined(__Pyx_AsyncGen_USED)
5691
+ if (__pyx_CommonTypesMetaclass_init(__pyx_m) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5692
+ #endif
5658
5693
  #ifdef __Pyx_CyFunction_USED
5659
5694
  if (__pyx_CyFunction_init(__pyx_m) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5660
5695
  #endif
@@ -5671,10 +5706,6 @@ __Pyx_RefNannySetupContext("PyInit_polyeval", 0);
5671
5706
  if (__pyx_AsyncGen_init(__pyx_m) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5672
5707
  #endif
5673
5708
  /*--- Library function declarations ---*/
5674
- /*--- Initialize various global constants etc. ---*/
5675
- if (__Pyx_InitConstants(__pyx_mstate) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5676
- stringtab_initialized = 1;
5677
- if (__Pyx_InitGlobals() < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5678
5709
  if (__pyx_module_is_main_eqc_models__base__polyeval) {
5679
5710
  if (PyObject_SetAttr(__pyx_m, __pyx_mstate_global->__pyx_n_u_name, __pyx_mstate_global->__pyx_n_u_main) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
5680
5711
  }
@@ -5865,6 +5896,7 @@ static const __Pyx_StringTabEntry __pyx_string_tab[] = {
5865
5896
  {__pyx_k_qualname, sizeof(__pyx_k_qualname), 0, 1, 1}, /* PyObject cname: __pyx_n_u_qualname */
5866
5897
  {__pyx_k_range, sizeof(__pyx_k_range), 0, 1, 1}, /* PyObject cname: __pyx_n_u_range */
5867
5898
  {__pyx_k_reshape, sizeof(__pyx_k_reshape), 0, 1, 1}, /* PyObject cname: __pyx_n_u_reshape */
5899
+ {__pyx_k_set_name, sizeof(__pyx_k_set_name), 0, 1, 1}, /* PyObject cname: __pyx_n_u_set_name */
5868
5900
  {__pyx_k_shape, sizeof(__pyx_k_shape), 0, 1, 1}, /* PyObject cname: __pyx_n_u_shape */
5869
5901
  {__pyx_k_solution, sizeof(__pyx_k_solution), 0, 1, 1}, /* PyObject cname: __pyx_n_u_solution */
5870
5902
  {__pyx_k_spec, sizeof(__pyx_k_spec), 0, 1, 1}, /* PyObject cname: __pyx_n_u_spec */
@@ -8301,10 +8333,10 @@ fail:;
8301
8333
  }
8302
8334
 
8303
8335
  /* TypeImport */
8304
- #ifndef __PYX_HAVE_RT_ImportType_3_1_1
8305
- #define __PYX_HAVE_RT_ImportType_3_1_1
8306
- static PyTypeObject *__Pyx_ImportType_3_1_1(PyObject *module, const char *module_name, const char *class_name,
8307
- size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_1 check_size)
8336
+ #ifndef __PYX_HAVE_RT_ImportType_3_1_2
8337
+ #define __PYX_HAVE_RT_ImportType_3_1_2
8338
+ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module_name, const char *class_name,
8339
+ size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_2 check_size)
8308
8340
  {
8309
8341
  PyObject *result = 0;
8310
8342
  Py_ssize_t basicsize;
@@ -8360,7 +8392,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_1(PyObject *module, const char *module
8360
8392
  module_name, class_name, size, basicsize+itemsize);
8361
8393
  goto bad;
8362
8394
  }
8363
- if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_1 &&
8395
+ if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_2 &&
8364
8396
  ((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
8365
8397
  PyErr_Format(PyExc_ValueError,
8366
8398
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
@@ -8368,7 +8400,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_1(PyObject *module, const char *module
8368
8400
  module_name, class_name, size, basicsize, basicsize+itemsize);
8369
8401
  goto bad;
8370
8402
  }
8371
- else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_1 && (size_t)basicsize > size) {
8403
+ else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_2 && (size_t)basicsize > size) {
8372
8404
  if (PyErr_WarnFormat(NULL, 0,
8373
8405
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
8374
8406
  "Expected %zd from C header, got %zd from PyObject",
@@ -8528,24 +8560,83 @@ static PyObject *__Pyx_ImportDottedModule(PyObject *name, PyObject *parts_tuple)
8528
8560
  return __Pyx__ImportDottedModule(name, parts_tuple);
8529
8561
  }
8530
8562
 
8563
+ /* LimitedApiGetTypeDict */
8564
+ #if CYTHON_COMPILING_IN_LIMITED_API
8565
+ static Py_ssize_t __Pyx_GetTypeDictOffset(void) {
8566
+ PyObject *tp_dictoffset_o;
8567
+ Py_ssize_t tp_dictoffset;
8568
+ tp_dictoffset_o = PyObject_GetAttrString((PyObject*)(&PyType_Type), "__dictoffset__");
8569
+ if (unlikely(!tp_dictoffset_o)) return -1;
8570
+ tp_dictoffset = PyLong_AsSsize_t(tp_dictoffset_o);
8571
+ Py_DECREF(tp_dictoffset_o);
8572
+ if (unlikely(tp_dictoffset == 0)) {
8573
+ PyErr_SetString(
8574
+ PyExc_TypeError,
8575
+ "'type' doesn't have a dictoffset");
8576
+ return -1;
8577
+ } else if (unlikely(tp_dictoffset < 0)) {
8578
+ PyErr_SetString(
8579
+ PyExc_TypeError,
8580
+ "'type' has an unexpected negative dictoffset. "
8581
+ "Please report this as Cython bug");
8582
+ return -1;
8583
+ }
8584
+ return tp_dictoffset;
8585
+ }
8586
+ static PyObject *__Pyx_GetTypeDict(PyTypeObject *tp) {
8587
+ static Py_ssize_t tp_dictoffset = 0;
8588
+ if (unlikely(tp_dictoffset == 0)) {
8589
+ tp_dictoffset = __Pyx_GetTypeDictOffset();
8590
+ if (unlikely(tp_dictoffset == -1 && PyErr_Occurred())) {
8591
+ tp_dictoffset = 0; // try again next time?
8592
+ return NULL;
8593
+ }
8594
+ }
8595
+ return *(PyObject**)((char*)tp + tp_dictoffset);
8596
+ }
8597
+ #endif
8598
+
8599
+ /* SetItemOnTypeDict */
8600
+ static int __Pyx__SetItemOnTypeDict(PyTypeObject *tp, PyObject *k, PyObject *v) {
8601
+ int result;
8602
+ PyObject *tp_dict;
8603
+ #if CYTHON_COMPILING_IN_LIMITED_API
8604
+ tp_dict = __Pyx_GetTypeDict(tp);
8605
+ if (unlikely(!tp_dict)) return -1;
8606
+ #else
8607
+ tp_dict = tp->tp_dict;
8608
+ #endif
8609
+ result = PyDict_SetItem(tp_dict, k, v);
8610
+ if (likely(!result)) {
8611
+ PyType_Modified(tp);
8612
+ if (unlikely(PyObject_HasAttr(v, __pyx_mstate_global->__pyx_n_u_set_name))) {
8613
+ PyObject *setNameResult = PyObject_CallMethodObjArgs(v, __pyx_mstate_global->__pyx_n_u_set_name, (PyObject *) tp, k, NULL);
8614
+ if (!setNameResult) return -1;
8615
+ Py_DECREF(setNameResult);
8616
+ }
8617
+ }
8618
+ return result;
8619
+ }
8620
+
8531
8621
  /* FixUpExtensionType */
8532
8622
  static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject *type) {
8533
- #if PY_VERSION_HEX > 0x030900B1 || CYTHON_COMPILING_IN_LIMITED_API
8623
+ #if __PYX_LIMITED_VERSION_HEX > 0x030900B1
8534
8624
  CYTHON_UNUSED_VAR(spec);
8535
8625
  CYTHON_UNUSED_VAR(type);
8626
+ CYTHON_UNUSED_VAR(__Pyx__SetItemOnTypeDict);
8536
8627
  #else
8537
8628
  const PyType_Slot *slot = spec->slots;
8629
+ int changed = 0;
8630
+ #if !CYTHON_COMPILING_IN_LIMITED_API
8538
8631
  while (slot && slot->slot && slot->slot != Py_tp_members)
8539
8632
  slot++;
8540
8633
  if (slot && slot->slot == Py_tp_members) {
8541
- int changed = 0;
8542
- #if !(PY_VERSION_HEX <= 0x030900b1 && CYTHON_COMPILING_IN_CPYTHON)
8634
+ #if !CYTHON_COMPILING_IN_CPYTHON
8543
8635
  const
8544
- #endif
8636
+ #endif // !CYTHON_COMPILING_IN_CPYTHON)
8545
8637
  PyMemberDef *memb = (PyMemberDef*) slot->pfunc;
8546
8638
  while (memb && memb->name) {
8547
8639
  if (memb->name[0] == '_' && memb->name[1] == '_') {
8548
- #if PY_VERSION_HEX < 0x030900b1
8549
8640
  if (strcmp(memb->name, "__weaklistoffset__") == 0) {
8550
8641
  assert(memb->type == T_PYSSIZET);
8551
8642
  assert(memb->flags == READONLY);
@@ -8569,11 +8660,7 @@ static PyObject *__Pyx_ImportDottedModule(PyObject *name, PyObject *parts_tuple)
8569
8660
  #endif
8570
8661
  changed = 1;
8571
8662
  }
8572
- #endif
8573
- #else
8574
- if ((0));
8575
- #endif
8576
- #if PY_VERSION_HEX <= 0x030900b1 && CYTHON_COMPILING_IN_CPYTHON
8663
+ #endif // CYTHON_METH_FASTCALL
8577
8664
  else if (strcmp(memb->name, "__module__") == 0) {
8578
8665
  PyObject *descr;
8579
8666
  assert(memb->type == T_OBJECT);
@@ -8581,21 +8668,52 @@ static PyObject *__Pyx_ImportDottedModule(PyObject *name, PyObject *parts_tuple)
8581
8668
  descr = PyDescr_NewMember(type, memb);
8582
8669
  if (unlikely(!descr))
8583
8670
  return -1;
8584
- if (unlikely(PyDict_SetItem(type->tp_dict, PyDescr_NAME(descr), descr) < 0)) {
8585
- Py_DECREF(descr);
8671
+ int set_item_result = PyDict_SetItem(type->tp_dict, PyDescr_NAME(descr), descr);
8672
+ Py_DECREF(descr);
8673
+ if (unlikely(set_item_result < 0)) {
8586
8674
  return -1;
8587
8675
  }
8588
- Py_DECREF(descr);
8589
8676
  changed = 1;
8590
8677
  }
8591
- #endif
8592
8678
  }
8593
8679
  memb++;
8594
8680
  }
8595
- if (changed)
8596
- PyType_Modified(type);
8597
8681
  }
8598
- #endif
8682
+ #endif // !CYTHON_COMPILING_IN_LIMITED_API
8683
+ slot = spec->slots;
8684
+ while (slot && slot->slot && slot->slot != Py_tp_getset)
8685
+ slot++;
8686
+ if (slot && slot->slot == Py_tp_getset) {
8687
+ PyGetSetDef *getset = (PyGetSetDef*) slot->pfunc;
8688
+ while (getset && getset->name) {
8689
+ if (getset->name[0] == '_' && getset->name[1] == '_' && strcmp(getset->name, "__module__") == 0) {
8690
+ PyObject *descr = PyDescr_NewGetSet(type, getset);
8691
+ if (unlikely(!descr))
8692
+ return -1;
8693
+ #if CYTHON_COMPILING_IN_LIMITED_API
8694
+ PyObject *pyname = PyUnicode_FromString(getset->name);
8695
+ if (unlikely(!pyname)) {
8696
+ Py_DECREF(descr);
8697
+ return -1;
8698
+ }
8699
+ int set_item_result = __Pyx_SetItemOnTypeDict(type, pyname, descr);
8700
+ Py_DECREF(pyname);
8701
+ #else
8702
+ CYTHON_UNUSED_VAR(__Pyx__SetItemOnTypeDict);
8703
+ int set_item_result = PyDict_SetItem(type->tp_dict, PyDescr_NAME(descr), descr);
8704
+ #endif
8705
+ Py_DECREF(descr);
8706
+ if (unlikely(set_item_result < 0)) {
8707
+ return -1;
8708
+ }
8709
+ changed = 1;
8710
+ }
8711
+ ++getset;
8712
+ }
8713
+ }
8714
+ if (changed)
8715
+ PyType_Modified(type);
8716
+ #endif // PY_VERSION_HEX > 0x030900B1
8599
8717
  return 0;
8600
8718
  }
8601
8719
 
@@ -8622,7 +8740,25 @@ static PyObject *__Pyx_ImportDottedModule(PyObject *name, PyObject *parts_tuple)
8622
8740
  }
8623
8741
 
8624
8742
  /* FetchCommonType */
8625
- static int __Pyx_VerifyCachedType(PyObject *cached_type,
8743
+ #if __PYX_LIMITED_VERSION_HEX < 0x030C0000
8744
+ static PyObject* __Pyx_PyType_FromMetaclass(PyTypeObject *metaclass, PyObject *module, PyType_Spec *spec, PyObject *bases) {
8745
+ PyObject *result = __Pyx_PyType_FromModuleAndSpec(module, spec, bases);
8746
+ if (result && metaclass) {
8747
+ PyObject *old_tp = (PyObject*)Py_TYPE(result);
8748
+ Py_INCREF((PyObject*)metaclass);
8749
+ #if __PYX_LIMITED_VERSION_HEX >= 0x03090000
8750
+ Py_SET_TYPE(result, metaclass);
8751
+ #else
8752
+ result->ob_type = metaclass;
8753
+ #endif
8754
+ Py_DECREF(old_tp);
8755
+ }
8756
+ return result;
8757
+ }
8758
+ #else
8759
+ #define __Pyx_PyType_FromMetaclass(me, mo, s, b) PyType_FromMetaclass(me, mo, s, b)
8760
+ #endif
8761
+ static int __Pyx_VerifyCachedType(PyObject *cached_type,
8626
8762
  const char *name,
8627
8763
  Py_ssize_t expected_basicsize) {
8628
8764
  Py_ssize_t basicsize;
@@ -8631,6 +8767,9 @@ static PyObject *__Pyx_ImportDottedModule(PyObject *name, PyObject *parts_tuple)
8631
8767
  "Shared Cython type %.200s is not a type object", name);
8632
8768
  return -1;
8633
8769
  }
8770
+ if (expected_basicsize == 0) {
8771
+ return 0; // size is inherited, nothing useful to check
8772
+ }
8634
8773
  #if CYTHON_COMPILING_IN_LIMITED_API
8635
8774
  PyObject *py_basicsize;
8636
8775
  py_basicsize = PyObject_GetAttrString(cached_type, "__basicsize__");
@@ -8650,7 +8789,7 @@ static PyObject *__Pyx_ImportDottedModule(PyObject *name, PyObject *parts_tuple)
8650
8789
  }
8651
8790
  return 0;
8652
8791
  }
8653
- static PyTypeObject *__Pyx_FetchCommonTypeFromSpec(PyObject *module, PyType_Spec *spec, PyObject *bases) {
8792
+ static PyTypeObject *__Pyx_FetchCommonTypeFromSpec(PyTypeObject *metaclass, PyObject *module, PyType_Spec *spec, PyObject *bases) {
8654
8793
  PyObject *abi_module = NULL, *cached_type = NULL, *abi_module_dict, *new_cached_type, *py_object_name;
8655
8794
  int get_item_ref_result;
8656
8795
  const char* object_name = strrchr(spec->name, '.');
@@ -8674,7 +8813,7 @@ static PyTypeObject *__Pyx_FetchCommonTypeFromSpec(PyObject *module, PyType_Spec
8674
8813
  goto bad;
8675
8814
  }
8676
8815
  CYTHON_UNUSED_VAR(module);
8677
- cached_type = __Pyx_PyType_FromModuleAndSpec(abi_module, spec, bases);
8816
+ cached_type = __Pyx_PyType_FromMetaclass(metaclass, abi_module, spec, bases);
8678
8817
  if (unlikely(!cached_type)) goto bad;
8679
8818
  if (unlikely(__Pyx_fix_up_extension_type_from_spec(spec, (PyTypeObject *) cached_type) < 0)) goto bad;
8680
8819
  new_cached_type = __Pyx_PyDict_SetDefault(abi_module_dict, py_object_name, cached_type, 1);
@@ -8703,6 +8842,42 @@ bad:
8703
8842
  goto done;
8704
8843
  }
8705
8844
 
8845
+ /* CommonTypesMetaclass */
8846
+ PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
8847
+ return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
8848
+ }
8849
+ static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
8850
+ {"__module__", __pyx_CommonTypesMetaclass_get_module, NULL, NULL, NULL},
8851
+ {0, 0, 0, 0, 0}
8852
+ };
8853
+ static PyType_Slot __pyx_CommonTypesMetaclass_slots[] = {
8854
+ {Py_tp_getset, (void *)__pyx_CommonTypesMetaclass_getset},
8855
+ {0, 0}
8856
+ };
8857
+ static PyType_Spec __pyx_CommonTypesMetaclass_spec = {
8858
+ __PYX_TYPE_MODULE_PREFIX "_common_types_metatype",
8859
+ 0,
8860
+ 0,
8861
+ #if PY_VERSION_HEX >= 0x030A0000
8862
+ Py_TPFLAGS_IMMUTABLETYPE |
8863
+ Py_TPFLAGS_DISALLOW_INSTANTIATION |
8864
+ #endif
8865
+ Py_TPFLAGS_DEFAULT,
8866
+ __pyx_CommonTypesMetaclass_slots
8867
+ };
8868
+ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
8869
+ __pyx_mstatetype *mstate = __Pyx_PyModule_GetState(module);
8870
+ PyObject *bases = PyTuple_Pack(1, &PyType_Type);
8871
+ if (unlikely(!bases)) {
8872
+ return -1;
8873
+ }
8874
+ mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
8875
+ if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
8876
+ return -1;
8877
+ }
8878
+ return 0;
8879
+ }
8880
+
8706
8881
  /* CallTypeTraverse */
8707
8882
  #if !CYTHON_USE_TYPE_SPECS || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX < 0x03090000)
8708
8883
  #else
@@ -9819,7 +9994,8 @@ static PyType_Spec __pyx_CyFunctionType_spec = {
9819
9994
  };
9820
9995
  static int __pyx_CyFunction_init(PyObject *module) {
9821
9996
  __pyx_mstatetype *mstate = __Pyx_PyModule_GetState(module);
9822
- mstate->__pyx_CyFunctionType = __Pyx_FetchCommonTypeFromSpec(module, &__pyx_CyFunctionType_spec, NULL);
9997
+ mstate->__pyx_CyFunctionType = __Pyx_FetchCommonTypeFromSpec(
9998
+ mstate->__pyx_CommonTypesMetaclassType, module, &__pyx_CyFunctionType_spec, NULL);
9823
9999
  if (unlikely(mstate->__pyx_CyFunctionType == NULL)) {
9824
10000
  return -1;
9825
10001
  }