ez-a-sync 0.32.27__cp311-cp311-win32.whl → 0.32.28__cp311-cp311-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.cp311-win32.pyd +0 -0
- a_sync/a_sync/_descriptor.c +63 -58
- a_sync/a_sync/_descriptor.cp311-win32.pyd +0 -0
- a_sync/a_sync/_flags.c +10 -10
- a_sync/a_sync/_flags.cp311-win32.pyd +0 -0
- a_sync/a_sync/_helpers.c +57 -52
- a_sync/a_sync/_helpers.cp311-win32.pyd +0 -0
- a_sync/a_sync/_kwargs.c +27 -22
- a_sync/a_sync/_kwargs.cp311-win32.pyd +0 -0
- a_sync/a_sync/abstract.c +46 -23
- a_sync/a_sync/abstract.cp311-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.cp311-win32.pyd +0 -0
- a_sync/a_sync/flags.c +10 -10
- a_sync/a_sync/flags.cp311-win32.pyd +0 -0
- a_sync/a_sync/function.c +87 -73
- a_sync/a_sync/function.cp311-win32.pyd +0 -0
- a_sync/a_sync/method.c +85 -68
- a_sync/a_sync/method.cp311-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.cp311-win32.pyd +0 -0
- a_sync/a_sync/property.c +86 -75
- a_sync/a_sync/property.cp311-win32.pyd +0 -0
- a_sync/async_property/cached.c +53 -48
- a_sync/async_property/cached.cp311-win32.pyd +0 -0
- a_sync/async_property/proxy.c +15 -10
- a_sync/async_property/proxy.cp311-win32.pyd +0 -0
- a_sync/asyncio/as_completed.c +15 -10
- a_sync/asyncio/as_completed.cp311-win32.pyd +0 -0
- a_sync/asyncio/create_task.c +39 -16
- a_sync/asyncio/create_task.cp311-win32.pyd +0 -0
- a_sync/asyncio/gather.c +24 -19
- a_sync/asyncio/gather.cp311-win32.pyd +0 -0
- a_sync/asyncio/igather.c +26 -17
- a_sync/asyncio/igather.cp311-win32.pyd +0 -0
- a_sync/asyncio/sleep.c +8 -3
- a_sync/asyncio/sleep.cp311-win32.pyd +0 -0
- a_sync/debugging.c +34 -29
- a_sync/debugging.cp311-win32.pyd +0 -0
- a_sync/exceptions.c +28 -19
- a_sync/exceptions.cp311-win32.pyd +0 -0
- a_sync/functools.c +15 -10
- a_sync/functools.cp311-win32.pyd +0 -0
- a_sync/iter.c +145 -90
- a_sync/iter.cp311-win32.pyd +0 -0
- a_sync/primitives/_debug.c +49 -44
- a_sync/primitives/_debug.cp311-win32.pyd +0 -0
- a_sync/primitives/_loggable.c +30 -19
- a_sync/primitives/_loggable.cp311-win32.pyd +0 -0
- a_sync/primitives/locks/counter.c +75 -60
- a_sync/primitives/locks/counter.cp311-win32.pyd +0 -0
- a_sync/primitives/locks/event.c +52 -47
- a_sync/primitives/locks/event.cp311-win32.pyd +0 -0
- a_sync/primitives/locks/prio_semaphore.c +100 -75
- a_sync/primitives/locks/prio_semaphore.cp311-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.cp311-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.cp311-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/iter.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>
|
|
@@ -2396,18 +2396,18 @@ static int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const char *nam
|
|
|
2396
2396
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2397
2397
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2398
2398
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2399
|
-
if (unlikely(!__pyx_frame_code))
|
|
2400
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2401
|
-
}
|
|
2399
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2400
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2401
|
+
} else __pyx_frame_code = NULL;\
|
|
2402
2402
|
PyGILState_Release(state);\
|
|
2403
|
-
}
|
|
2403
|
+
} else __pyx_frame_code = NULL;\
|
|
2404
2404
|
} else {\
|
|
2405
2405
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2406
2406
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2407
2407
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2408
|
-
if (unlikely(!__pyx_frame_code))
|
|
2409
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2410
|
-
}
|
|
2408
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2409
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2410
|
+
} else __pyx_frame_code = NULL;\
|
|
2411
2411
|
}\
|
|
2412
2412
|
if (unlikely(ret == -1)) goto_error;\
|
|
2413
2413
|
}
|
|
@@ -3341,22 +3341,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
|
3341
3341
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
|
3342
3342
|
|
|
3343
3343
|
/* TypeImport.proto */
|
|
3344
|
-
#ifndef
|
|
3345
|
-
#define
|
|
3344
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
3345
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
3346
3346
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
3347
3347
|
#include <stdalign.h>
|
|
3348
3348
|
#endif
|
|
3349
3349
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
3350
|
-
#define
|
|
3350
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
|
|
3351
3351
|
#else
|
|
3352
|
-
#define
|
|
3352
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
|
|
3353
3353
|
#endif
|
|
3354
|
-
enum
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3354
|
+
enum __Pyx_ImportType_CheckSize_3_1_4 {
|
|
3355
|
+
__Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
|
|
3356
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
|
|
3357
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
|
|
3358
3358
|
};
|
|
3359
|
-
static PyTypeObject *
|
|
3359
|
+
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);
|
|
3360
3360
|
#endif
|
|
3361
3361
|
|
|
3362
3362
|
/* Import.proto */
|
|
@@ -3582,10 +3582,10 @@ static unsigned long __Pyx_get_runtime_version(void);
|
|
|
3582
3582
|
static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);
|
|
3583
3583
|
|
|
3584
3584
|
/* VoidPtrImport.proto */
|
|
3585
|
-
static int
|
|
3585
|
+
static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig);
|
|
3586
3586
|
|
|
3587
3587
|
/* FunctionImport.proto */
|
|
3588
|
-
static int
|
|
3588
|
+
static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
|
|
3589
3589
|
|
|
3590
3590
|
/* MultiPhaseInitModuleState.proto */
|
|
3591
3591
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
|
@@ -19824,8 +19824,14 @@ static void __pyx_f_6a_sync_4iter__init_subclass(PyObject *__pyx_v_cls, CYTHON_U
|
|
|
19824
19824
|
* qualname = getattr(type_argument, "__qualname__", "")
|
|
19825
19825
|
*/
|
|
19826
19826
|
__Pyx_TraceLine(874,36,0,__PYX_ERR(0, 874, __pyx_L1_error))
|
|
19827
|
-
|
|
19828
|
-
|
|
19827
|
+
if (__pyx_v_args == Py_None) __pyx_t_6 = 0;
|
|
19828
|
+
else
|
|
19829
|
+
{
|
|
19830
|
+
Py_ssize_t __pyx_temp = __Pyx_PyTuple_GET_SIZE(__pyx_v_args);
|
|
19831
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 874, __pyx_L1_error)
|
|
19832
|
+
__pyx_t_6 = (__pyx_temp != 0);
|
|
19833
|
+
}
|
|
19834
|
+
|
|
19829
19835
|
if (__pyx_t_6) {
|
|
19830
19836
|
} else {
|
|
19831
19837
|
__pyx_t_5 = __pyx_t_6;
|
|
@@ -19902,15 +19908,27 @@ static void __pyx_f_6a_sync_4iter__init_subclass(PyObject *__pyx_v_cls, CYTHON_U
|
|
|
19902
19908
|
* elif module and name:
|
|
19903
19909
|
*/
|
|
19904
19910
|
__Pyx_TraceLine(879,66,0,__PYX_ERR(0, 879, __pyx_L1_error))
|
|
19905
|
-
|
|
19906
|
-
|
|
19911
|
+
if (__pyx_v_module == Py_None) __pyx_t_10 = 0;
|
|
19912
|
+
else
|
|
19913
|
+
{
|
|
19914
|
+
Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_module);
|
|
19915
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 879, __pyx_L1_error)
|
|
19916
|
+
__pyx_t_10 = (__pyx_temp != 0);
|
|
19917
|
+
}
|
|
19918
|
+
|
|
19907
19919
|
if (__pyx_t_10) {
|
|
19908
19920
|
} else {
|
|
19909
19921
|
__pyx_t_5 = __pyx_t_10;
|
|
19910
19922
|
goto __pyx_L15_bool_binop_done;
|
|
19911
19923
|
}
|
|
19912
|
-
|
|
19913
|
-
|
|
19924
|
+
if (__pyx_v_qualname == Py_None) __pyx_t_10 = 0;
|
|
19925
|
+
else
|
|
19926
|
+
{
|
|
19927
|
+
Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_qualname);
|
|
19928
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 879, __pyx_L1_error)
|
|
19929
|
+
__pyx_t_10 = (__pyx_temp != 0);
|
|
19930
|
+
}
|
|
19931
|
+
|
|
19914
19932
|
__pyx_t_5 = __pyx_t_10;
|
|
19915
19933
|
__pyx_L15_bool_binop_done:;
|
|
19916
19934
|
if (__pyx_t_5) {
|
|
@@ -19954,15 +19972,27 @@ static void __pyx_f_6a_sync_4iter__init_subclass(PyObject *__pyx_v_cls, CYTHON_U
|
|
|
19954
19972
|
* elif qualname:
|
|
19955
19973
|
*/
|
|
19956
19974
|
__Pyx_TraceLine(881,75,0,__PYX_ERR(0, 881, __pyx_L1_error))
|
|
19957
|
-
|
|
19958
|
-
|
|
19975
|
+
if (__pyx_v_module == Py_None) __pyx_t_10 = 0;
|
|
19976
|
+
else
|
|
19977
|
+
{
|
|
19978
|
+
Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_module);
|
|
19979
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 881, __pyx_L1_error)
|
|
19980
|
+
__pyx_t_10 = (__pyx_temp != 0);
|
|
19981
|
+
}
|
|
19982
|
+
|
|
19959
19983
|
if (__pyx_t_10) {
|
|
19960
19984
|
} else {
|
|
19961
19985
|
__pyx_t_5 = __pyx_t_10;
|
|
19962
19986
|
goto __pyx_L17_bool_binop_done;
|
|
19963
19987
|
}
|
|
19964
|
-
|
|
19965
|
-
|
|
19988
|
+
if (__pyx_v_name == Py_None) __pyx_t_10 = 0;
|
|
19989
|
+
else
|
|
19990
|
+
{
|
|
19991
|
+
Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_name);
|
|
19992
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 881, __pyx_L1_error)
|
|
19993
|
+
__pyx_t_10 = (__pyx_temp != 0);
|
|
19994
|
+
}
|
|
19995
|
+
|
|
19966
19996
|
__pyx_t_5 = __pyx_t_10;
|
|
19967
19997
|
__pyx_L17_bool_binop_done:;
|
|
19968
19998
|
if (__pyx_t_5) {
|
|
@@ -20006,8 +20036,14 @@ static void __pyx_f_6a_sync_4iter__init_subclass(PyObject *__pyx_v_cls, CYTHON_U
|
|
|
20006
20036
|
* elif name:
|
|
20007
20037
|
*/
|
|
20008
20038
|
__Pyx_TraceLine(883,84,0,__PYX_ERR(0, 883, __pyx_L1_error))
|
|
20009
|
-
|
|
20010
|
-
|
|
20039
|
+
if (__pyx_v_qualname == Py_None) __pyx_t_5 = 0;
|
|
20040
|
+
else
|
|
20041
|
+
{
|
|
20042
|
+
Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_qualname);
|
|
20043
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 883, __pyx_L1_error)
|
|
20044
|
+
__pyx_t_5 = (__pyx_temp != 0);
|
|
20045
|
+
}
|
|
20046
|
+
|
|
20011
20047
|
if (__pyx_t_5) {
|
|
20012
20048
|
|
|
20013
20049
|
/* "a_sync/iter.pyx":884
|
|
@@ -20049,8 +20085,14 @@ static void __pyx_f_6a_sync_4iter__init_subclass(PyObject *__pyx_v_cls, CYTHON_U
|
|
|
20049
20085
|
* else:
|
|
20050
20086
|
*/
|
|
20051
20087
|
__Pyx_TraceLine(885,90,0,__PYX_ERR(0, 885, __pyx_L1_error))
|
|
20052
|
-
|
|
20053
|
-
|
|
20088
|
+
if (__pyx_v_name == Py_None) __pyx_t_5 = 0;
|
|
20089
|
+
else
|
|
20090
|
+
{
|
|
20091
|
+
Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_name);
|
|
20092
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 885, __pyx_L1_error)
|
|
20093
|
+
__pyx_t_5 = (__pyx_temp != 0);
|
|
20094
|
+
}
|
|
20095
|
+
|
|
20054
20096
|
if (__pyx_t_5) {
|
|
20055
20097
|
|
|
20056
20098
|
/* "a_sync/iter.pyx":886
|
|
@@ -20243,8 +20285,14 @@ static void __pyx_f_6a_sync_4iter__init_subclass(PyObject *__pyx_v_cls, CYTHON_U
|
|
|
20243
20285
|
* " >>> isinstance(all_contents[0], {})\n".format(example_text) +
|
|
20244
20286
|
*/
|
|
20245
20287
|
__Pyx_TraceLine(907,126,0,__PYX_ERR(0, 907, __pyx_L1_error))
|
|
20246
|
-
|
|
20247
|
-
|
|
20288
|
+
if (__pyx_v_example_text == Py_None) __pyx_t_5 = 0;
|
|
20289
|
+
else
|
|
20290
|
+
{
|
|
20291
|
+
Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_example_text);
|
|
20292
|
+
if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 907, __pyx_L1_error)
|
|
20293
|
+
__pyx_t_5 = (__pyx_temp != 0);
|
|
20294
|
+
}
|
|
20295
|
+
|
|
20248
20296
|
if (__pyx_t_5) {
|
|
20249
20297
|
|
|
20250
20298
|
/* "a_sync/iter.pyx":909
|
|
@@ -21762,6 +21810,7 @@ static PyMethodDef __pyx_methods_6a_sync_4iter__ASyncIterable[] = {
|
|
|
21762
21810
|
};
|
|
21763
21811
|
#if CYTHON_USE_TYPE_SPECS
|
|
21764
21812
|
static PyType_Slot __pyx_type_6a_sync_4iter__ASyncIterable_slots[] = {
|
|
21813
|
+
{Py_tp_dealloc, (void *)__pyx_tp_dealloc_6a_sync_4iter__AwaitableAsyncIterableMixin},
|
|
21765
21814
|
#if defined(Py_am_aiter)
|
|
21766
21815
|
{Py_am_aiter, (void *)__pyx_pw_6a_sync_4iter_14_ASyncIterable_7__aiter__},
|
|
21767
21816
|
#endif
|
|
@@ -22293,6 +22342,7 @@ static PyMethodDef __pyx_methods_6a_sync_4iter__ASyncFilter[] = {
|
|
|
22293
22342
|
};
|
|
22294
22343
|
#if CYTHON_USE_TYPE_SPECS
|
|
22295
22344
|
static PyType_Slot __pyx_type_6a_sync_4iter__ASyncFilter_slots[] = {
|
|
22345
|
+
{Py_tp_dealloc, (void *)__pyx_tp_dealloc_6a_sync_4iter__ASyncView},
|
|
22296
22346
|
#if defined(Py_am_anext)
|
|
22297
22347
|
{Py_am_anext, (void *)__pyx_pw_6a_sync_4iter_12_ASyncFilter_3__anext__},
|
|
22298
22348
|
#endif
|
|
@@ -24687,40 +24737,40 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
24687
24737
|
/*--- Type import code ---*/
|
|
24688
24738
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
24689
24739
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24690
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
|
24740
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_4(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
24691
24741
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
24692
|
-
sizeof(PyTypeObject),
|
|
24742
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyTypeObject),
|
|
24693
24743
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
24694
24744
|
0, 0,
|
|
24695
24745
|
#else
|
|
24696
|
-
sizeof(PyHeapTypeObject),
|
|
24746
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyHeapTypeObject),
|
|
24697
24747
|
#endif
|
|
24698
|
-
|
|
24748
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
24699
24749
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24700
24750
|
__pyx_t_1 = PyImport_ImportModule("a_sync.async_property.cached"); if (unlikely(!__pyx_t_1)) __PYX_ERR(4, 6, __pyx_L1_error)
|
|
24701
24751
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24702
|
-
__pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState =
|
|
24752
|
+
__pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.async_property.cached", "AsyncCachedPropertyInstanceState",
|
|
24703
24753
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
24704
|
-
sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
|
|
24754
|
+
sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
|
|
24705
24755
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
24706
|
-
sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
|
|
24756
|
+
sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
|
|
24707
24757
|
#else
|
|
24708
|
-
sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
|
|
24758
|
+
sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
|
|
24709
24759
|
#endif
|
|
24710
|
-
|
|
24760
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState) __PYX_ERR(4, 6, __pyx_L1_error)
|
|
24711
24761
|
__pyx_vtabptr_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState = (struct __pyx_vtabstruct_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState); if (unlikely(!__pyx_vtabptr_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState)) __PYX_ERR(4, 6, __pyx_L1_error)
|
|
24712
24762
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24713
24763
|
__pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (unlikely(!__pyx_t_1)) __PYX_ERR(5, 1, __pyx_L1_error)
|
|
24714
24764
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24715
|
-
__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe =
|
|
24765
|
+
__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.functools", "cached_property_unsafe",
|
|
24716
24766
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
24717
|
-
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
24767
|
+
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),
|
|
24718
24768
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
24719
|
-
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
24769
|
+
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),
|
|
24720
24770
|
#else
|
|
24721
|
-
sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
|
|
24771
|
+
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),
|
|
24722
24772
|
#endif
|
|
24723
|
-
|
|
24773
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe) __PYX_ERR(5, 1, __pyx_L1_error)
|
|
24724
24774
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24725
24775
|
__Pyx_RefNannyFinishContext();
|
|
24726
24776
|
return 0;
|
|
@@ -24741,7 +24791,7 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
24741
24791
|
/*--- Variable import code ---*/
|
|
24742
24792
|
__pyx_t_1 = PyImport_ImportModule("a_sync.async_property.cached"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24743
24793
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24744
|
-
if (
|
|
24794
|
+
if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "ASYNC_PROPERTY_ATTR", (void **)&__pyx_vp_6a_sync_14async_property_6cached_ASYNC_PROPERTY_ATTR, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24745
24795
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24746
24796
|
__Pyx_RefNannyFinishContext();
|
|
24747
24797
|
return 0;
|
|
@@ -24762,25 +24812,25 @@ static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
24762
24812
|
/*--- Function import code ---*/
|
|
24763
24813
|
__pyx_t_1 = PyImport_ImportModule("a_sync.a_sync._helpers"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24764
24814
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24765
|
-
if (
|
|
24766
|
-
if (
|
|
24815
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "get_event_loop", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8_helpers_get_event_loop, "PyObject *(int __pyx_skip_dispatch)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24816
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "_await", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8_helpers__await, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24767
24817
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24768
24818
|
__pyx_t_1 = PyImport_ImportModule("a_sync.asyncio.as_completed"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24769
24819
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24770
|
-
if (
|
|
24820
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "as_completed_mapping", (void (**)(void))&__pyx_f_6a_sync_7asyncio_12as_completed_as_completed_mapping, "PyObject *(PyObject *, unsigned int, int, int, int, PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24771
24821
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24772
24822
|
__pyx_t_1 = PyImport_ImportModule("a_sync.asyncio.create_task"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24773
24823
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24774
|
-
if (
|
|
24775
|
-
if (
|
|
24824
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "ccreate_task_simple", (void (**)(void))&__pyx_f_6a_sync_7asyncio_11create_task_ccreate_task_simple, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24825
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "ccreate_task", (void (**)(void))&__pyx_f_6a_sync_7asyncio_11create_task_ccreate_task, "PyObject *(PyObject *, PyObject *, int, int)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24776
24826
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24777
24827
|
__pyx_t_1 = PyImport_ImportModule("a_sync.asyncio.igather"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24778
24828
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24779
|
-
if (
|
|
24829
|
+
if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "cigather", (void (**)(void))&__pyx_f_6a_sync_7asyncio_7igather_cigather, "PyObject *(PyObject *, struct __pyx_opt_args_6a_sync_7asyncio_7igather_cigather *__pyx_optional_args)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24780
24830
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24781
24831
|
__pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
24782
24832
|
__Pyx_GOTREF(__pyx_t_1);
|
|
24783
|
-
if (
|
|
24833
|
+
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)
|
|
24784
24834
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
24785
24835
|
__Pyx_RefNannyFinishContext();
|
|
24786
24836
|
return 0;
|
|
@@ -25079,7 +25129,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
25079
25129
|
if (unlikely((__Pyx_modinit_variable_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
25080
25130
|
if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
25081
25131
|
/*--- Execution code ---*/
|
|
25082
|
-
__Pyx_TraceStartFunc("PyInit_iter", __pyx_f[0], 1,
|
|
25132
|
+
__Pyx_TraceStartFunc("PyInit_iter", __pyx_f[0], 1, 1, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
25083
25133
|
|
|
25084
25134
|
/* "cfunc.to_py":65
|
|
25085
25135
|
*
|
|
@@ -26176,7 +26226,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26176
26226
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26177
26227
|
* def __setstate_cython__(self, __pyx_state):
|
|
26178
26228
|
*/
|
|
26179
|
-
__Pyx_TraceLine(1,
|
|
26229
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26180
26230
|
__pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_28_AwaitableAsyncIterableMixin_14__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AwaitableAsyncIterableMixin___r, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[13])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26181
26231
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26182
26232
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_4) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26188,7 +26238,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26188
26238
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26189
26239
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26190
26240
|
*/
|
|
26191
|
-
__Pyx_TraceLine(3,
|
|
26241
|
+
__Pyx_TraceLine(3,9,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26192
26242
|
__pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_28_AwaitableAsyncIterableMixin_16__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AwaitableAsyncIterableMixin___s, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[14])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
26193
26243
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26194
26244
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_4) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -26225,7 +26275,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26225
26275
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26226
26276
|
* def __setstate_cython__(self, __pyx_state):
|
|
26227
26277
|
*/
|
|
26228
|
-
__Pyx_TraceLine(1,
|
|
26278
|
+
__Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26229
26279
|
__pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_14_ASyncIterable_11__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncIterable___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[20])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26230
26280
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26231
26281
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_4) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26237,7 +26287,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26237
26287
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26238
26288
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26239
26289
|
*/
|
|
26240
|
-
__Pyx_TraceLine(3,
|
|
26290
|
+
__Pyx_TraceLine(3,13,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26241
26291
|
__pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_14_ASyncIterable_13__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncIterable___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[21])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
26242
26292
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26243
26293
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_4) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -26436,7 +26486,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26436
26486
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26437
26487
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26438
26488
|
*/
|
|
26439
|
-
__Pyx_TraceLine(3,
|
|
26489
|
+
__Pyx_TraceLine(3,12,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26440
26490
|
__pyx_t_8 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_14_ASyncIterator_19__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncIterator___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[34])); if (unlikely(!__pyx_t_8)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
26441
26491
|
__Pyx_GOTREF(__pyx_t_8);
|
|
26442
26492
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_8) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -26561,7 +26611,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26561
26611
|
* raise TypeError, "self._ASyncGeneratorFunction__weakself_ptr cannot be converted to a Python object for pickling"
|
|
26562
26612
|
* def __setstate_cython__(self, __pyx_state):
|
|
26563
26613
|
*/
|
|
26564
|
-
__Pyx_TraceLine(1,
|
|
26614
|
+
__Pyx_TraceLine(1,3,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26565
26615
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_23_ASyncGeneratorFunction_9__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncGeneratorFunction___reduce, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[50])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26566
26616
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26567
26617
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_3) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26573,7 +26623,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26573
26623
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26574
26624
|
* raise TypeError, "self._ASyncGeneratorFunction__weakself_ptr cannot be converted to a Python object for pickling"
|
|
26575
26625
|
*/
|
|
26576
|
-
__Pyx_TraceLine(3,
|
|
26626
|
+
__Pyx_TraceLine(3,10,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26577
26627
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_23_ASyncGeneratorFunction_11__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncGeneratorFunction___setsta, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[51])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
26578
26628
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26579
26629
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_3) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -26654,7 +26704,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26654
26704
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26655
26705
|
* def __setstate_cython__(self, __pyx_state):
|
|
26656
26706
|
*/
|
|
26657
|
-
__Pyx_TraceLine(1,
|
|
26707
|
+
__Pyx_TraceLine(1,6,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26658
26708
|
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_10_ASyncView_3__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncView___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[57])); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26659
26709
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26660
26710
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_5) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26666,7 +26716,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26666
26716
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26667
26717
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26668
26718
|
*/
|
|
26669
|
-
__Pyx_TraceLine(3,
|
|
26719
|
+
__Pyx_TraceLine(3,14,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26670
26720
|
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_10_ASyncView_5__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncView___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[58])); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
26671
26721
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26672
26722
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_5) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -26696,7 +26746,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26696
26746
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26697
26747
|
* def __setstate_cython__(self, __pyx_state):
|
|
26698
26748
|
*/
|
|
26699
|
-
__Pyx_TraceLine(1,
|
|
26749
|
+
__Pyx_TraceLine(1,7,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26700
26750
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_12_ASyncFilter_9__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncFilter___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[62])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26701
26751
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26702
26752
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_3) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26708,7 +26758,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26708
26758
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26709
26759
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26710
26760
|
*/
|
|
26711
|
-
__Pyx_TraceLine(3,
|
|
26761
|
+
__Pyx_TraceLine(3,15,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26712
26762
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_12_ASyncFilter_11__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncFilter___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[63])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
26713
26763
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26714
26764
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_3) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -26826,7 +26876,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26826
26876
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26827
26877
|
* def __setstate_cython__(self, __pyx_state):
|
|
26828
26878
|
*/
|
|
26829
|
-
__Pyx_TraceLine(1,
|
|
26879
|
+
__Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26830
26880
|
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_12_ASyncSorter_14__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncSorter___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[76])); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26831
26881
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26832
26882
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_5) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26838,7 +26888,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26838
26888
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26839
26889
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26840
26890
|
*/
|
|
26841
|
-
__Pyx_TraceLine(3,
|
|
26891
|
+
__Pyx_TraceLine(3,11,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26842
26892
|
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_12_ASyncSorter_16__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncSorter___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[77])); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
26843
26893
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26844
26894
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_5) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -27016,12 +27066,12 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
27016
27066
|
* import asyncio
|
|
27017
27067
|
* import copy
|
|
27018
27068
|
*/
|
|
27019
|
-
__Pyx_TraceLine(1,
|
|
27069
|
+
__Pyx_TraceLine(1,1,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
27020
27070
|
__pyx_t_4 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
27021
27071
|
__Pyx_GOTREF(__pyx_t_4);
|
|
27022
27072
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_4) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
27023
27073
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
|
27024
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
27074
|
+
__Pyx_TraceReturnValue(Py_None, 1, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
27025
27075
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
27026
27076
|
|
|
27027
27077
|
/*--- Wrapped vars code ---*/
|
|
@@ -27035,7 +27085,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
27035
27085
|
__Pyx_XDECREF(__pyx_t_8);
|
|
27036
27086
|
__Pyx_XDECREF(__pyx_t_9);
|
|
27037
27087
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
27038
|
-
__Pyx_TraceExceptionUnwind(
|
|
27088
|
+
__Pyx_TraceExceptionUnwind(1, 0);
|
|
27039
27089
|
if (__pyx_m) {
|
|
27040
27090
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
27041
27091
|
__Pyx_AddTraceback("init a_sync.iter", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
@@ -29699,6 +29749,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
|
|
|
29699
29749
|
return -1;
|
|
29700
29750
|
}
|
|
29701
29751
|
mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
|
|
29752
|
+
Py_DECREF(bases);
|
|
29702
29753
|
if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
|
|
29703
29754
|
return -1;
|
|
29704
29755
|
}
|
|
@@ -34045,15 +34096,15 @@ __PYX_GOOD:
|
|
|
34045
34096
|
}
|
|
34046
34097
|
|
|
34047
34098
|
/* TypeImport */
|
|
34048
|
-
#ifndef
|
|
34049
|
-
#define
|
|
34050
|
-
static PyTypeObject *
|
|
34051
|
-
size_t size, size_t alignment, enum
|
|
34099
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_4
|
|
34100
|
+
#define __PYX_HAVE_RT_ImportType_3_1_4
|
|
34101
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
|
|
34102
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
|
|
34052
34103
|
{
|
|
34053
34104
|
PyObject *result = 0;
|
|
34054
34105
|
Py_ssize_t basicsize;
|
|
34055
34106
|
Py_ssize_t itemsize;
|
|
34056
|
-
#
|
|
34107
|
+
#ifdef Py_LIMITED_API
|
|
34057
34108
|
PyObject *py_basicsize;
|
|
34058
34109
|
PyObject *py_itemsize;
|
|
34059
34110
|
#endif
|
|
@@ -34066,7 +34117,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
34066
34117
|
module_name, class_name);
|
|
34067
34118
|
goto bad;
|
|
34068
34119
|
}
|
|
34069
|
-
#
|
|
34120
|
+
#ifndef Py_LIMITED_API
|
|
34070
34121
|
basicsize = ((PyTypeObject *)result)->tp_basicsize;
|
|
34071
34122
|
itemsize = ((PyTypeObject *)result)->tp_itemsize;
|
|
34072
34123
|
#else
|
|
@@ -34104,7 +34155,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
34104
34155
|
module_name, class_name, size, basicsize+itemsize);
|
|
34105
34156
|
goto bad;
|
|
34106
34157
|
}
|
|
34107
|
-
if (check_size ==
|
|
34158
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
|
|
34108
34159
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
34109
34160
|
PyErr_Format(PyExc_ValueError,
|
|
34110
34161
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -34112,7 +34163,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
34112
34163
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
34113
34164
|
goto bad;
|
|
34114
34165
|
}
|
|
34115
|
-
else if (check_size ==
|
|
34166
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
|
|
34116
34167
|
if (PyErr_WarnFormat(NULL, 0,
|
|
34117
34168
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
34118
34169
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -36711,9 +36762,9 @@ static PyObject *__Pyx_Generator_GetInlinedResult(PyObject *self) {
|
|
|
36711
36762
|
}
|
|
36712
36763
|
|
|
36713
36764
|
/* VoidPtrImport */
|
|
36714
|
-
#ifndef
|
|
36715
|
-
#define
|
|
36716
|
-
static int
|
|
36765
|
+
#ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_4
|
|
36766
|
+
#define __PYX_HAVE_RT_ImportVoidPtr_3_1_4
|
|
36767
|
+
static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig) {
|
|
36717
36768
|
PyObject *d = 0;
|
|
36718
36769
|
PyObject *cobj = 0;
|
|
36719
36770
|
d = PyObject_GetAttrString(module, "__pyx_capi__");
|
|
@@ -36751,9 +36802,9 @@ bad:
|
|
|
36751
36802
|
#endif
|
|
36752
36803
|
|
|
36753
36804
|
/* FunctionImport */
|
|
36754
|
-
#ifndef
|
|
36755
|
-
#define
|
|
36756
|
-
static int
|
|
36805
|
+
#ifndef __PYX_HAVE_RT_ImportFunction_3_1_4
|
|
36806
|
+
#define __PYX_HAVE_RT_ImportFunction_3_1_4
|
|
36807
|
+
static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
|
|
36757
36808
|
PyObject *d = 0;
|
|
36758
36809
|
PyObject *cobj = 0;
|
|
36759
36810
|
union {
|
|
@@ -36855,6 +36906,10 @@ bad:
|
|
|
36855
36906
|
PyCode_NewWithPosOnlyArgs
|
|
36856
36907
|
#endif
|
|
36857
36908
|
(a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
|
|
36909
|
+
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
|
|
36910
|
+
if (likely(result))
|
|
36911
|
+
result->_co_firsttraceable = 0;
|
|
36912
|
+
#endif
|
|
36858
36913
|
return result;
|
|
36859
36914
|
}
|
|
36860
36915
|
#elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
|
a_sync/iter.cp311-win32.pyd
CHANGED
|
Binary file
|