ez-a-sync 0.32.27__cp310-cp310-win32.whl → 0.32.28__cp310-cp310-win32.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.
Potentially problematic release.
This version of ez-a-sync might be problematic. Click here for more details.
- a_sync/_smart.c +36 -31
- a_sync/_smart.cp310-win32.pyd +0 -0
- a_sync/a_sync/_descriptor.c +63 -58
- a_sync/a_sync/_descriptor.cp310-win32.pyd +0 -0
- a_sync/a_sync/_flags.c +10 -10
- a_sync/a_sync/_flags.cp310-win32.pyd +0 -0
- a_sync/a_sync/_helpers.c +57 -52
- a_sync/a_sync/_helpers.cp310-win32.pyd +0 -0
- a_sync/a_sync/_kwargs.c +27 -22
- a_sync/a_sync/_kwargs.cp310-win32.pyd +0 -0
- a_sync/a_sync/abstract.c +46 -23
- a_sync/a_sync/abstract.cp310-win32.pyd +0 -0
- a_sync/a_sync/abstract.pyi +2 -2
- a_sync/a_sync/base.c +60 -51
- a_sync/a_sync/base.cp310-win32.pyd +0 -0
- a_sync/a_sync/flags.c +10 -10
- a_sync/a_sync/flags.cp310-win32.pyd +0 -0
- a_sync/a_sync/function.c +81 -67
- a_sync/a_sync/function.cp310-win32.pyd +0 -0
- a_sync/a_sync/method.c +85 -68
- a_sync/a_sync/method.cp310-win32.pyd +0 -0
- a_sync/a_sync/method.pyi +2 -1
- a_sync/a_sync/modifiers/manager.c +42 -37
- a_sync/a_sync/modifiers/manager.cp310-win32.pyd +0 -0
- a_sync/a_sync/property.c +86 -75
- a_sync/a_sync/property.cp310-win32.pyd +0 -0
- a_sync/async_property/cached.c +53 -48
- a_sync/async_property/cached.cp310-win32.pyd +0 -0
- a_sync/async_property/proxy.c +15 -10
- a_sync/async_property/proxy.cp310-win32.pyd +0 -0
- a_sync/asyncio/as_completed.c +15 -10
- a_sync/asyncio/as_completed.cp310-win32.pyd +0 -0
- a_sync/asyncio/create_task.c +39 -16
- a_sync/asyncio/create_task.cp310-win32.pyd +0 -0
- a_sync/asyncio/gather.c +24 -19
- a_sync/asyncio/gather.cp310-win32.pyd +0 -0
- a_sync/asyncio/igather.c +26 -17
- a_sync/asyncio/igather.cp310-win32.pyd +0 -0
- a_sync/asyncio/sleep.c +8 -3
- a_sync/asyncio/sleep.cp310-win32.pyd +0 -0
- a_sync/debugging.c +34 -29
- a_sync/debugging.cp310-win32.pyd +0 -0
- a_sync/exceptions.c +28 -19
- a_sync/exceptions.cp310-win32.pyd +0 -0
- a_sync/functools.c +15 -10
- a_sync/functools.cp310-win32.pyd +0 -0
- a_sync/iter.c +146 -91
- a_sync/iter.cp310-win32.pyd +0 -0
- a_sync/primitives/_debug.c +49 -44
- a_sync/primitives/_debug.cp310-win32.pyd +0 -0
- a_sync/primitives/_loggable.c +30 -19
- a_sync/primitives/_loggable.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/counter.c +80 -65
- a_sync/primitives/locks/counter.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/event.c +52 -47
- a_sync/primitives/locks/event.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/prio_semaphore.c +97 -72
- a_sync/primitives/locks/prio_semaphore.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/prio_semaphore.pyi +2 -2
- a_sync/primitives/locks/semaphore.c +75 -63
- a_sync/primitives/locks/semaphore.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/semaphore.pyi +10 -9
- a_sync/primitives/queue.py +5 -1
- a_sync/utils/repr.c +36 -31
- a_sync/utils/repr.cp310-win32.pyd +0 -0
- {ez_a_sync-0.32.27.dist-info → ez_a_sync-0.32.28.dist-info}/METADATA +1 -1
- {ez_a_sync-0.32.27.dist-info → ez_a_sync-0.32.28.dist-info}/RECORD +70 -70
- {ez_a_sync-0.32.27.dist-info → ez_a_sync-0.32.28.dist-info}/WHEEL +0 -0
- {ez_a_sync-0.32.27.dist-info → ez_a_sync-0.32.28.dist-info}/licenses/LICENSE.txt +0 -0
- {ez_a_sync-0.32.27.dist-info → ez_a_sync-0.32.28.dist-info}/top_level.txt +0 -0
a_sync/_smart.c
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Generated by Cython 3.1.
|
|
1
|
+
/* Generated by Cython 3.1.4 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
@@ -32,8 +32,8 @@ END: Cython Metadata */
|
|
|
32
32
|
#elif PY_VERSION_HEX < 0x03080000
|
|
33
33
|
#error Cython requires Python 3.8+.
|
|
34
34
|
#else
|
|
35
|
-
#define __PYX_ABI_VERSION "
|
|
36
|
-
#define CYTHON_HEX_VERSION
|
|
35
|
+
#define __PYX_ABI_VERSION "3_1_4"
|
|
36
|
+
#define CYTHON_HEX_VERSION 0x030104F0
|
|
37
37
|
#define CYTHON_FUTURE_DIVISION 1
|
|
38
38
|
/* CModulePreamble */
|
|
39
39
|
#include <stddef.h>
|
|
@@ -2081,18 +2081,18 @@ static int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const char *nam
|
|
|
2081
2081
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2082
2082
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2083
2083
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2084
|
-
if (unlikely(!__pyx_frame_code))
|
|
2085
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2086
|
-
}
|
|
2084
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2085
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2086
|
+
} else __pyx_frame_code = NULL;\
|
|
2087
2087
|
PyGILState_Release(state);\
|
|
2088
|
-
}
|
|
2088
|
+
} else __pyx_frame_code = NULL;\
|
|
2089
2089
|
} else {\
|
|
2090
2090
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2091
2091
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2092
2092
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2093
|
-
if (unlikely(!__pyx_frame_code))
|
|
2094
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2095
|
-
}
|
|
2093
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2094
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2095
|
+
} else __pyx_frame_code = NULL;\
|
|
2096
2096
|
}\
|
|
2097
2097
|
if (unlikely(ret == -1)) goto_error;\
|
|
2098
2098
|
}
|
|
@@ -2848,22 +2848,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
|
2848
2848
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
|
2849
2849
|
|
|
2850
2850
|
/* TypeImport.proto */
|
|
2851
|
-
#ifndef
|
|
2852
|
-
#define
|
|
2851
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2852
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2853
2853
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2854
2854
|
#include <stdalign.h>
|
|
2855
2855
|
#endif
|
|
2856
2856
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2857
|
-
#define
|
|
2857
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
|
|
2858
2858
|
#else
|
|
2859
|
-
#define
|
|
2859
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
|
|
2860
2860
|
#endif
|
|
2861
|
-
enum
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2861
|
+
enum __Pyx_ImportType_CheckSize_3_1_4 {
|
|
2862
|
+
__Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
|
|
2863
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
|
|
2864
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
|
|
2865
2865
|
};
|
|
2866
|
-
static PyTypeObject *
|
|
2866
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size);
|
|
2867
2867
|
#endif
|
|
2868
2868
|
|
|
2869
2869
|
/* ImportDottedModule.proto */
|
|
@@ -12325,15 +12325,15 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
12325
12325
|
/*--- Type import code ---*/
|
|
12326
12326
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
12327
12327
|
__Pyx_GOTREF(__pyx_t_1);
|
|
12328
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
|
12328
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_4(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
12329
12329
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
12330
|
-
sizeof(PyTypeObject),
|
|
12330
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyTypeObject),
|
|
12331
12331
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
12332
12332
|
0, 0,
|
|
12333
12333
|
#else
|
|
12334
|
-
sizeof(PyHeapTypeObject),
|
|
12334
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyHeapTypeObject),
|
|
12335
12335
|
#endif
|
|
12336
|
-
|
|
12336
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
12337
12337
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
12338
12338
|
__Pyx_RefNannyFinishContext();
|
|
12339
12339
|
return 0;
|
|
@@ -16122,6 +16122,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
|
|
|
16122
16122
|
return -1;
|
|
16123
16123
|
}
|
|
16124
16124
|
mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
|
|
16125
|
+
Py_DECREF(bases);
|
|
16125
16126
|
if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
|
|
16126
16127
|
return -1;
|
|
16127
16128
|
}
|
|
@@ -19263,15 +19264,15 @@ __PYX_GOOD:
|
|
|
19263
19264
|
}
|
|
19264
19265
|
|
|
19265
19266
|
/* TypeImport */
|
|
19266
|
-
#ifndef
|
|
19267
|
-
#define
|
|
19268
|
-
static PyTypeObject *
|
|
19269
|
-
size_t size, size_t alignment, enum
|
|
19267
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_4
|
|
19268
|
+
#define __PYX_HAVE_RT_ImportType_3_1_4
|
|
19269
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
|
|
19270
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
|
|
19270
19271
|
{
|
|
19271
19272
|
PyObject *result = 0;
|
|
19272
19273
|
Py_ssize_t basicsize;
|
|
19273
19274
|
Py_ssize_t itemsize;
|
|
19274
|
-
#
|
|
19275
|
+
#ifdef Py_LIMITED_API
|
|
19275
19276
|
PyObject *py_basicsize;
|
|
19276
19277
|
PyObject *py_itemsize;
|
|
19277
19278
|
#endif
|
|
@@ -19284,7 +19285,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
19284
19285
|
module_name, class_name);
|
|
19285
19286
|
goto bad;
|
|
19286
19287
|
}
|
|
19287
|
-
#
|
|
19288
|
+
#ifndef Py_LIMITED_API
|
|
19288
19289
|
basicsize = ((PyTypeObject *)result)->tp_basicsize;
|
|
19289
19290
|
itemsize = ((PyTypeObject *)result)->tp_itemsize;
|
|
19290
19291
|
#else
|
|
@@ -19322,7 +19323,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
19322
19323
|
module_name, class_name, size, basicsize+itemsize);
|
|
19323
19324
|
goto bad;
|
|
19324
19325
|
}
|
|
19325
|
-
if (check_size ==
|
|
19326
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
|
|
19326
19327
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
19327
19328
|
PyErr_Format(PyExc_ValueError,
|
|
19328
19329
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -19330,7 +19331,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
19330
19331
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
19331
19332
|
goto bad;
|
|
19332
19333
|
}
|
|
19333
|
-
else if (check_size ==
|
|
19334
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
|
|
19334
19335
|
if (PyErr_WarnFormat(NULL, 0,
|
|
19335
19336
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
19336
19337
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -22257,6 +22258,10 @@ bad:
|
|
|
22257
22258
|
PyCode_NewWithPosOnlyArgs
|
|
22258
22259
|
#endif
|
|
22259
22260
|
(a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
|
|
22261
|
+
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
|
|
22262
|
+
if (likely(result))
|
|
22263
|
+
result->_co_firsttraceable = 0;
|
|
22264
|
+
#endif
|
|
22260
22265
|
return result;
|
|
22261
22266
|
}
|
|
22262
22267
|
#elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
|
a_sync/_smart.cp310-win32.pyd
CHANGED
|
Binary file
|
a_sync/a_sync/_descriptor.c
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Generated by Cython 3.1.
|
|
1
|
+
/* Generated by Cython 3.1.4 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
@@ -29,8 +29,8 @@ END: Cython Metadata */
|
|
|
29
29
|
#elif PY_VERSION_HEX < 0x03080000
|
|
30
30
|
#error Cython requires Python 3.8+.
|
|
31
31
|
#else
|
|
32
|
-
#define __PYX_ABI_VERSION "
|
|
33
|
-
#define CYTHON_HEX_VERSION
|
|
32
|
+
#define __PYX_ABI_VERSION "3_1_4"
|
|
33
|
+
#define CYTHON_HEX_VERSION 0x030104F0
|
|
34
34
|
#define CYTHON_FUTURE_DIVISION 1
|
|
35
35
|
/* CModulePreamble */
|
|
36
36
|
#include <stddef.h>
|
|
@@ -2175,18 +2175,18 @@ static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact,
|
|
|
2175
2175
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2176
2176
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2177
2177
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2178
|
-
if (unlikely(!__pyx_frame_code))
|
|
2179
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2180
|
-
}
|
|
2178
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2179
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2180
|
+
} else __pyx_frame_code = NULL;\
|
|
2181
2181
|
PyGILState_Release(state);\
|
|
2182
|
-
}
|
|
2182
|
+
} else __pyx_frame_code = NULL;\
|
|
2183
2183
|
} else {\
|
|
2184
2184
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2185
2185
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2186
2186
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2187
|
-
if (unlikely(!__pyx_frame_code))
|
|
2188
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2189
|
-
}
|
|
2187
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2188
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2189
|
+
} else __pyx_frame_code = NULL;\
|
|
2190
2190
|
}\
|
|
2191
2191
|
if (unlikely(ret == -1)) goto_error;\
|
|
2192
2192
|
}
|
|
@@ -2954,22 +2954,22 @@ static int __Pyx_call_next_tp_traverse(PyObject* obj, visitproc v, void *a, trav
|
|
|
2954
2954
|
static void __Pyx_call_next_tp_clear(PyObject* obj, inquiry current_tp_clear);
|
|
2955
2955
|
|
|
2956
2956
|
/* TypeImport.proto */
|
|
2957
|
-
#ifndef
|
|
2958
|
-
#define
|
|
2957
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2958
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2959
2959
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2960
2960
|
#include <stdalign.h>
|
|
2961
2961
|
#endif
|
|
2962
2962
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2963
|
-
#define
|
|
2963
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
|
|
2964
2964
|
#else
|
|
2965
|
-
#define
|
|
2965
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
|
|
2966
2966
|
#endif
|
|
2967
|
-
enum
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2967
|
+
enum __Pyx_ImportType_CheckSize_3_1_4 {
|
|
2968
|
+
__Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
|
|
2969
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
|
|
2970
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
|
|
2971
2971
|
};
|
|
2972
|
-
static PyTypeObject *
|
|
2972
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size);
|
|
2973
2973
|
#endif
|
|
2974
2974
|
|
|
2975
2975
|
/* GetVTable.proto */
|
|
@@ -3258,7 +3258,7 @@ static unsigned long __Pyx_get_runtime_version(void);
|
|
|
3258
3258
|
static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);
|
|
3259
3259
|
|
|
3260
3260
|
/* FunctionImport.proto */
|
|
3261
|
-
static int
|
|
3261
|
+
static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
|
|
3262
3262
|
|
|
3263
3263
|
/* MultiPhaseInitModuleState.proto */
|
|
3264
3264
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
|
@@ -10014,15 +10014,15 @@ static int __Pyx_modinit_type_init_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
10014
10014
|
/*--- Type init code ---*/
|
|
10015
10015
|
__pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.function"); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10016
10016
|
__Pyx_GOTREF(__pyx_t_1);
|
|
10017
|
-
__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin =
|
|
10017
|
+
__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.function", "_ModifiedMixin",
|
|
10018
10018
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
10019
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
|
|
10019
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
|
|
10020
10020
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
10021
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
|
|
10021
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
|
|
10022
10022
|
#else
|
|
10023
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
|
|
10023
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
|
|
10024
10024
|
#endif
|
|
10025
|
-
|
|
10025
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10026
10026
|
__pyx_vtabptr_6a_sync_6a_sync_8function__ModifiedMixin = (struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ModifiedMixin*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin); if (unlikely(!__pyx_vtabptr_6a_sync_6a_sync_8function__ModifiedMixin)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10027
10027
|
__pyx_vtabptr_6a_sync_6a_sync_11_descriptor__ASyncDescriptor = &__pyx_vtable_6a_sync_6a_sync_11_descriptor__ASyncDescriptor;
|
|
10028
10028
|
__pyx_vtable_6a_sync_6a_sync_11_descriptor__ASyncDescriptor.__pyx_base = *__pyx_vtabptr_6a_sync_6a_sync_8function__ModifiedMixin;
|
|
@@ -10162,41 +10162,41 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
10162
10162
|
/*--- Type import code ---*/
|
|
10163
10163
|
__pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.modifiers.manager"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 1, __pyx_L1_error)
|
|
10164
10164
|
__Pyx_GOTREF(__pyx_t_1);
|
|
10165
|
-
__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager =
|
|
10165
|
+
__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.modifiers.manager", "ModifierManager",
|
|
10166
10166
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
10167
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
|
|
10167
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
|
|
10168
10168
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
10169
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
|
|
10169
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
|
|
10170
10170
|
#else
|
|
10171
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
|
|
10171
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
|
|
10172
10172
|
#endif
|
|
10173
|
-
|
|
10173
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager) __PYX_ERR(2, 1, __pyx_L1_error)
|
|
10174
10174
|
__pyx_vtabptr_6a_sync_6a_sync_9modifiers_7manager_ModifierManager = (struct __pyx_vtabstruct_6a_sync_6a_sync_9modifiers_7manager_ModifierManager*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager); if (unlikely(!__pyx_vtabptr_6a_sync_6a_sync_9modifiers_7manager_ModifierManager)) __PYX_ERR(2, 1, __pyx_L1_error)
|
|
10175
10175
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
10176
10176
|
__pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.function"); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 13, __pyx_L1_error)
|
|
10177
10177
|
__Pyx_GOTREF(__pyx_t_1);
|
|
10178
|
-
__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction =
|
|
10178
|
+
__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.function", "_ASyncFunction",
|
|
10179
10179
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
10180
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
|
|
10180
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
|
|
10181
10181
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
10182
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
|
|
10182
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
|
|
10183
10183
|
#else
|
|
10184
|
-
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
|
|
10184
|
+
sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
|
|
10185
10185
|
#endif
|
|
10186
|
-
|
|
10186
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction) __PYX_ERR(3, 13, __pyx_L1_error)
|
|
10187
10187
|
__pyx_vtabptr_6a_sync_6a_sync_8function__ASyncFunction = (struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ASyncFunction*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction); if (unlikely(!__pyx_vtabptr_6a_sync_6a_sync_8function__ASyncFunction)) __PYX_ERR(3, 13, __pyx_L1_error)
|
|
10188
10188
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
10189
10189
|
__pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (unlikely(!__pyx_t_1)) __PYX_ERR(4, 1, __pyx_L1_error)
|
|
10190
10190
|
__Pyx_GOTREF(__pyx_t_1);
|
|
10191
|
-
__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe =
|
|
10191
|
+
__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.functools", "cached_property_unsafe",
|
|
10192
10192
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
10193
|
-
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
10193
|
+
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
10194
10194
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
10195
|
-
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
10195
|
+
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
10196
10196
|
#else
|
|
10197
|
-
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
10197
|
+
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
10198
10198
|
#endif
|
|
10199
|
-
|
|
10199
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe) __PYX_ERR(4, 1, __pyx_L1_error)
|
|
10200
10200
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
10201
10201
|
__Pyx_RefNannyFinishContext();
|
|
10202
10202
|
return 0;
|
|
@@ -10226,11 +10226,11 @@ static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
10226
10226
|
/*--- Function import code ---*/
|
|
10227
10227
|
__pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.function"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10228
10228
|
__Pyx_GOTREF(__pyx_t_1);
|
|
10229
|
-
if (
|
|
10229
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "_validate_wrapped_fn", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8function__validate_wrapped_fn, "void (PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10230
10230
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
10231
10231
|
__pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10232
10232
|
__Pyx_GOTREF(__pyx_t_1);
|
|
10233
|
-
if (
|
|
10233
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "update_wrapper", (void (**)(void))&__pyx_f_6a_sync_9functools_update_wrapper, "PyObject *(PyObject *, PyObject *, int __pyx_skip_dispatch)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10234
10234
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
10235
10235
|
__Pyx_RefNannyFinishContext();
|
|
10236
10236
|
return 0;
|
|
@@ -10529,7 +10529,7 @@ __Pyx_RefNannySetupContext("PyInit__descriptor", 0);
|
|
|
10529
10529
|
(void)__Pyx_modinit_variable_import_code(__pyx_mstate);
|
|
10530
10530
|
if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
10531
10531
|
/*--- Execution code ---*/
|
|
10532
|
-
__Pyx_TraceStartFunc("PyInit__descriptor", __pyx_f[0], 1,
|
|
10532
|
+
__Pyx_TraceStartFunc("PyInit__descriptor", __pyx_f[0], 1, 0, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
10533
10533
|
|
|
10534
10534
|
/* "a_sync/a_sync/_descriptor.pyx":16
|
|
10535
10535
|
* """
|
|
@@ -11395,7 +11395,7 @@ __Pyx_RefNannySetupContext("PyInit__descriptor", 0);
|
|
|
11395
11395
|
* cdef object __pyx_PickleError
|
|
11396
11396
|
* cdef object __pyx_result
|
|
11397
11397
|
*/
|
|
11398
|
-
__Pyx_TraceLine(1,
|
|
11398
|
+
__Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
11399
11399
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_11_descriptor_1__pyx_unpickle__ASyncDescriptor, 0, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncDescriptor, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync__descriptor, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[21])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
11400
11400
|
__Pyx_GOTREF(__pyx_t_3);
|
|
11401
11401
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncDescriptor, __pyx_t_3) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -11416,12 +11416,12 @@ __Pyx_RefNannySetupContext("PyInit__descriptor", 0);
|
|
|
11416
11416
|
* This module contains the :class:`ASyncDescriptor` class, which is used to create dual-function sync/async methods
|
|
11417
11417
|
* and properties.
|
|
11418
11418
|
*/
|
|
11419
|
-
__Pyx_TraceLine(1,
|
|
11419
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
11420
11420
|
__pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
11421
11421
|
__Pyx_GOTREF(__pyx_t_3);
|
|
11422
11422
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_3) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
11423
11423
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
|
11424
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
11424
|
+
__Pyx_TraceReturnValue(Py_None, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
11425
11425
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
11426
11426
|
|
|
11427
11427
|
/*--- Wrapped vars code ---*/
|
|
@@ -11435,7 +11435,7 @@ __Pyx_RefNannySetupContext("PyInit__descriptor", 0);
|
|
|
11435
11435
|
__Pyx_XDECREF(__pyx_t_8);
|
|
11436
11436
|
__Pyx_XDECREF(__pyx_t_9);
|
|
11437
11437
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
11438
|
-
__Pyx_TraceExceptionUnwind(
|
|
11438
|
+
__Pyx_TraceExceptionUnwind(0, 0);
|
|
11439
11439
|
if (__pyx_m) {
|
|
11440
11440
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
11441
11441
|
__Pyx_AddTraceback("init a_sync.a_sync._descriptor", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
@@ -14491,6 +14491,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
|
|
|
14491
14491
|
return -1;
|
|
14492
14492
|
}
|
|
14493
14493
|
mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
|
|
14494
|
+
Py_DECREF(bases);
|
|
14494
14495
|
if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
|
|
14495
14496
|
return -1;
|
|
14496
14497
|
}
|
|
@@ -16515,15 +16516,15 @@ static CYTHON_INLINE int __Pyx_HasAttr(PyObject *o, PyObject *n) {
|
|
|
16515
16516
|
}
|
|
16516
16517
|
|
|
16517
16518
|
/* TypeImport */
|
|
16518
|
-
#ifndef
|
|
16519
|
-
#define
|
|
16520
|
-
static PyTypeObject *
|
|
16521
|
-
size_t size, size_t alignment, enum
|
|
16519
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_4
|
|
16520
|
+
#define __PYX_HAVE_RT_ImportType_3_1_4
|
|
16521
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
|
|
16522
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
|
|
16522
16523
|
{
|
|
16523
16524
|
PyObject *result = 0;
|
|
16524
16525
|
Py_ssize_t basicsize;
|
|
16525
16526
|
Py_ssize_t itemsize;
|
|
16526
|
-
#
|
|
16527
|
+
#ifdef Py_LIMITED_API
|
|
16527
16528
|
PyObject *py_basicsize;
|
|
16528
16529
|
PyObject *py_itemsize;
|
|
16529
16530
|
#endif
|
|
@@ -16536,7 +16537,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
16536
16537
|
module_name, class_name);
|
|
16537
16538
|
goto bad;
|
|
16538
16539
|
}
|
|
16539
|
-
#
|
|
16540
|
+
#ifndef Py_LIMITED_API
|
|
16540
16541
|
basicsize = ((PyTypeObject *)result)->tp_basicsize;
|
|
16541
16542
|
itemsize = ((PyTypeObject *)result)->tp_itemsize;
|
|
16542
16543
|
#else
|
|
@@ -16574,7 +16575,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
16574
16575
|
module_name, class_name, size, basicsize+itemsize);
|
|
16575
16576
|
goto bad;
|
|
16576
16577
|
}
|
|
16577
|
-
if (check_size ==
|
|
16578
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
|
|
16578
16579
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
16579
16580
|
PyErr_Format(PyExc_ValueError,
|
|
16580
16581
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -16582,7 +16583,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
16582
16583
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
16583
16584
|
goto bad;
|
|
16584
16585
|
}
|
|
16585
|
-
else if (check_size ==
|
|
16586
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
|
|
16586
16587
|
if (PyErr_WarnFormat(NULL, 0,
|
|
16587
16588
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
16588
16589
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -19766,9 +19767,9 @@ static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObj
|
|
|
19766
19767
|
}
|
|
19767
19768
|
|
|
19768
19769
|
/* FunctionImport */
|
|
19769
|
-
#ifndef
|
|
19770
|
-
#define
|
|
19771
|
-
static int
|
|
19770
|
+
#ifndef __PYX_HAVE_RT_ImportFunction_3_1_4
|
|
19771
|
+
#define __PYX_HAVE_RT_ImportFunction_3_1_4
|
|
19772
|
+
static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
|
|
19772
19773
|
PyObject *d = 0;
|
|
19773
19774
|
PyObject *cobj = 0;
|
|
19774
19775
|
union {
|
|
@@ -19870,6 +19871,10 @@ bad:
|
|
|
19870
19871
|
PyCode_NewWithPosOnlyArgs
|
|
19871
19872
|
#endif
|
|
19872
19873
|
(a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
|
|
19874
|
+
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
|
|
19875
|
+
if (likely(result))
|
|
19876
|
+
result->_co_firsttraceable = 0;
|
|
19877
|
+
#endif
|
|
19873
19878
|
return result;
|
|
19874
19879
|
}
|
|
19875
19880
|
#elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
|
|
Binary file
|
a_sync/a_sync/_flags.c
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Generated by Cython 3.1.
|
|
1
|
+
/* Generated by Cython 3.1.4 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
@@ -29,8 +29,8 @@ END: Cython Metadata */
|
|
|
29
29
|
#elif PY_VERSION_HEX < 0x03080000
|
|
30
30
|
#error Cython requires Python 3.8+.
|
|
31
31
|
#else
|
|
32
|
-
#define __PYX_ABI_VERSION "
|
|
33
|
-
#define CYTHON_HEX_VERSION
|
|
32
|
+
#define __PYX_ABI_VERSION "3_1_4"
|
|
33
|
+
#define CYTHON_HEX_VERSION 0x030104F0
|
|
34
34
|
#define CYTHON_FUTURE_DIVISION 1
|
|
35
35
|
/* CModulePreamble */
|
|
36
36
|
#include <stddef.h>
|
|
@@ -1924,7 +1924,7 @@ static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt
|
|
|
1924
1924
|
static int __Pyx_ExportFunction(const char *name, void (*f)(void), const char *sig);
|
|
1925
1925
|
|
|
1926
1926
|
/* VoidPtrImport.proto */
|
|
1927
|
-
static int
|
|
1927
|
+
static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig);
|
|
1928
1928
|
|
|
1929
1929
|
/* MultiPhaseInitModuleState.proto */
|
|
1930
1930
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
|
@@ -2696,9 +2696,9 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
2696
2696
|
/*--- Variable import code ---*/
|
|
2697
2697
|
__pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.flags"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
2698
2698
|
__Pyx_GOTREF(__pyx_t_1);
|
|
2699
|
-
if (
|
|
2700
|
-
if (
|
|
2701
|
-
if (
|
|
2699
|
+
if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "AFFIRMATIVE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_AFFIRMATIVE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
2700
|
+
if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "NEGATIVE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_NEGATIVE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
2701
|
+
if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "VIABLE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_VIABLE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
2702
2702
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
2703
2703
|
__Pyx_RefNannyFinishContext();
|
|
2704
2704
|
return 0;
|
|
@@ -5348,9 +5348,9 @@ bad:
|
|
|
5348
5348
|
}
|
|
5349
5349
|
|
|
5350
5350
|
/* VoidPtrImport */
|
|
5351
|
-
#ifndef
|
|
5352
|
-
#define
|
|
5353
|
-
static int
|
|
5351
|
+
#ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_4
|
|
5352
|
+
#define __PYX_HAVE_RT_ImportVoidPtr_3_1_4
|
|
5353
|
+
static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig) {
|
|
5354
5354
|
PyObject *d = 0;
|
|
5355
5355
|
PyObject *cobj = 0;
|
|
5356
5356
|
d = PyObject_GetAttrString(module, "__pyx_capi__");
|
|
Binary file
|