ez-a-sync 0.32.26__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 +63 -43
- a_sync/_smart.cp310-win32.pyd +0 -0
- a_sync/a_sync/_descriptor.c +78 -58
- a_sync/a_sync/_descriptor.cp310-win32.pyd +0 -0
- a_sync/a_sync/_flags.c +13 -10
- a_sync/a_sync/_flags.cp310-win32.pyd +0 -0
- a_sync/a_sync/_helpers.c +76 -56
- a_sync/a_sync/_helpers.cp310-win32.pyd +0 -0
- a_sync/a_sync/_kwargs.c +45 -25
- a_sync/a_sync/_kwargs.cp310-win32.pyd +0 -0
- a_sync/a_sync/abstract.c +54 -24
- a_sync/a_sync/abstract.cp310-win32.pyd +0 -0
- a_sync/a_sync/abstract.pyi +2 -2
- a_sync/a_sync/base.c +186 -162
- a_sync/a_sync/base.cp310-win32.pyd +0 -0
- a_sync/a_sync/flags.c +13 -10
- a_sync/a_sync/flags.cp310-win32.pyd +0 -0
- a_sync/a_sync/function.c +106 -77
- a_sync/a_sync/function.cp310-win32.pyd +0 -0
- a_sync/a_sync/method.c +151 -119
- 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 +60 -40
- a_sync/a_sync/modifiers/manager.cp310-win32.pyd +0 -0
- a_sync/a_sync/property.c +104 -78
- a_sync/a_sync/property.cp310-win32.pyd +0 -0
- a_sync/async_property/cached.c +71 -51
- a_sync/async_property/cached.cp310-win32.pyd +0 -0
- a_sync/async_property/proxy.c +37 -17
- a_sync/async_property/proxy.cp310-win32.pyd +0 -0
- a_sync/asyncio/as_completed.c +33 -13
- a_sync/asyncio/as_completed.cp310-win32.pyd +0 -0
- a_sync/asyncio/create_task.c +59 -21
- a_sync/asyncio/create_task.cp310-win32.pyd +0 -0
- a_sync/asyncio/gather.c +42 -22
- a_sync/asyncio/gather.cp310-win32.pyd +0 -0
- a_sync/asyncio/igather.c +42 -18
- a_sync/asyncio/igather.cp310-win32.pyd +0 -0
- a_sync/asyncio/sleep.c +24 -4
- a_sync/asyncio/sleep.cp310-win32.pyd +0 -0
- a_sync/debugging.c +52 -32
- a_sync/debugging.cp310-win32.pyd +0 -0
- a_sync/exceptions.c +36 -20
- a_sync/exceptions.cp310-win32.pyd +0 -0
- a_sync/executor.py +44 -0
- a_sync/functools.c +36 -16
- a_sync/functools.cp310-win32.pyd +0 -0
- a_sync/iter.c +167 -97
- a_sync/iter.cp310-win32.pyd +0 -0
- a_sync/primitives/_debug.c +69 -49
- a_sync/primitives/_debug.cp310-win32.pyd +0 -0
- a_sync/primitives/_loggable.c +48 -22
- a_sync/primitives/_loggable.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/counter.c +93 -63
- a_sync/primitives/locks/counter.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/event.c +70 -49
- a_sync/primitives/locks/event.cp310-win32.pyd +0 -0
- a_sync/primitives/locks/prio_semaphore.c +120 -80
- 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 +96 -69
- 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 +55 -35
- a_sync/utils/repr.cp310-win32.pyd +0 -0
- {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/METADATA +1 -1
- {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/RECORD +71 -71
- {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/WHEEL +0 -0
- {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/licenses/LICENSE.txt +0 -0
- {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/top_level.txt +0 -0
a_sync/utils/repr.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
|
{
|
|
@@ -30,8 +30,8 @@ END: Cython Metadata */
|
|
|
30
30
|
#elif PY_VERSION_HEX < 0x03080000
|
|
31
31
|
#error Cython requires Python 3.8+.
|
|
32
32
|
#else
|
|
33
|
-
#define __PYX_ABI_VERSION "
|
|
34
|
-
#define CYTHON_HEX_VERSION
|
|
33
|
+
#define __PYX_ABI_VERSION "3_1_4"
|
|
34
|
+
#define CYTHON_HEX_VERSION 0x030104F0
|
|
35
35
|
#define CYTHON_FUTURE_DIVISION 1
|
|
36
36
|
/* CModulePreamble */
|
|
37
37
|
#include <stddef.h>
|
|
@@ -394,6 +394,9 @@ END: Cython Metadata */
|
|
|
394
394
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
|
395
395
|
#endif
|
|
396
396
|
#endif
|
|
397
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
|
398
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
|
399
|
+
#endif
|
|
397
400
|
#ifndef __has_attribute
|
|
398
401
|
#define __has_attribute(x) 0
|
|
399
402
|
#endif
|
|
@@ -2168,18 +2171,18 @@ static void __Pyx_Generator_Replace_StopIteration(int in_async_gen);
|
|
|
2168
2171
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2169
2172
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2170
2173
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2171
|
-
if (unlikely(!__pyx_frame_code))
|
|
2172
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2173
|
-
}
|
|
2174
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2175
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2176
|
+
} else __pyx_frame_code = NULL;\
|
|
2174
2177
|
PyGILState_Release(state);\
|
|
2175
|
-
}
|
|
2178
|
+
} else __pyx_frame_code = NULL;\
|
|
2176
2179
|
} else {\
|
|
2177
2180
|
if (!__Pyx_PyThreadState_Current->tracing) {\
|
|
2178
2181
|
if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
|
|
2179
2182
|
else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
|
|
2180
|
-
if (unlikely(!__pyx_frame_code))
|
|
2181
|
-
ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2182
|
-
}
|
|
2183
|
+
if (unlikely(!__pyx_frame_code)) ret = -1;\
|
|
2184
|
+
else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
|
|
2185
|
+
} else __pyx_frame_code = NULL;\
|
|
2183
2186
|
}\
|
|
2184
2187
|
if (unlikely(ret == -1)) goto_error;\
|
|
2185
2188
|
}
|
|
@@ -2632,22 +2635,22 @@ static int __Pyx_validate_bases_tuple(const char *type_name, Py_ssize_t dictoffs
|
|
|
2632
2635
|
CYTHON_UNUSED static int __Pyx_PyType_Ready(PyTypeObject *t);
|
|
2633
2636
|
|
|
2634
2637
|
/* TypeImport.proto */
|
|
2635
|
-
#ifndef
|
|
2636
|
-
#define
|
|
2638
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2639
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2637
2640
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2638
2641
|
#include <stdalign.h>
|
|
2639
2642
|
#endif
|
|
2640
2643
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2641
|
-
#define
|
|
2644
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
|
|
2642
2645
|
#else
|
|
2643
|
-
#define
|
|
2646
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
|
|
2644
2647
|
#endif
|
|
2645
|
-
enum
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2648
|
+
enum __Pyx_ImportType_CheckSize_3_1_4 {
|
|
2649
|
+
__Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
|
|
2650
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
|
|
2651
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
|
|
2649
2652
|
};
|
|
2650
|
-
static PyTypeObject *
|
|
2653
|
+
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);
|
|
2651
2654
|
#endif
|
|
2652
2655
|
|
|
2653
2656
|
/* ListPack.proto */
|
|
@@ -3191,7 +3194,7 @@ static const char __pyx_k_DictItems_ptr[] = "DictItems_ptr";
|
|
|
3191
3194
|
static const char __pyx_k_class_getitem[] = "__class_getitem__";
|
|
3192
3195
|
static const char __pyx_k_DictValues_ptr[] = "DictValues_ptr";
|
|
3193
3196
|
static const char __pyx_k_q_S_r_d_Q_r_d_Q[] = "\200\001\330\004\007\320\007\027\220q\230\005\230S\240\001\330\010\017\210r\220\025\220d\230%\230~\250Q\340\010\017\210r\220\025\220d\230%\230~\250Q";
|
|
3194
|
-
static const char __pyx_k_auCq_r_d_Q_r_d_Q[] = "\200\001\330\004\007\200
|
|
3197
|
+
static const char __pyx_k_auCq_r_d_Q_r_d_Q[] = "\200\001\330\004\007\200\177\220a\220u\230C\230q\330\010\017\210r\220\025\220d\230%\230~\250Q\340\010\017\210r\220\025\220d\230%\230~\250Q";
|
|
3195
3198
|
static const char __pyx_k_a_sync_utils_repr[] = "a_sync.utils.repr";
|
|
3196
3199
|
static const char __pyx_k_q_s_S_t5_a_r_T_nA[] = "\320\000/\250q\330\004\007\200s\210!\210:\220S\230\001\330\010\017\210t\2205\230\016\240a\340\010\017\210r\220\024\220T\230\025\230n\250A";
|
|
3197
3200
|
static const char __pyx_k_asyncio_coroutines[] = "asyncio.coroutines";
|
|
@@ -7578,15 +7581,15 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
7578
7581
|
/*--- Type import code ---*/
|
|
7579
7582
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 9, __pyx_L1_error)
|
|
7580
7583
|
__Pyx_GOTREF(__pyx_t_1);
|
|
7581
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
|
7584
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_4(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
7582
7585
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
7583
|
-
sizeof(PyTypeObject),
|
|
7586
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyTypeObject),
|
|
7584
7587
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
7585
7588
|
0, 0,
|
|
7586
7589
|
#else
|
|
7587
|
-
sizeof(PyHeapTypeObject),
|
|
7590
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyHeapTypeObject),
|
|
7588
7591
|
#endif
|
|
7589
|
-
|
|
7592
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(1, 9, __pyx_L1_error)
|
|
7590
7593
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
7591
7594
|
__Pyx_RefNannyFinishContext();
|
|
7592
7595
|
return 0;
|
|
@@ -10462,6 +10465,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
|
10462
10465
|
changed = 1;
|
|
10463
10466
|
}
|
|
10464
10467
|
#endif // CYTHON_METH_FASTCALL
|
|
10468
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
|
10465
10469
|
else if (strcmp(memb->name, "__module__") == 0) {
|
|
10466
10470
|
PyObject *descr;
|
|
10467
10471
|
assert(memb->type == T_OBJECT);
|
|
@@ -10476,11 +10480,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
|
10476
10480
|
}
|
|
10477
10481
|
changed = 1;
|
|
10478
10482
|
}
|
|
10483
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
|
10479
10484
|
}
|
|
10480
10485
|
memb++;
|
|
10481
10486
|
}
|
|
10482
10487
|
}
|
|
10483
10488
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
|
10489
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
|
10484
10490
|
slot = spec->slots;
|
|
10485
10491
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
|
10486
10492
|
slot++;
|
|
@@ -10512,6 +10518,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
|
10512
10518
|
++getset;
|
|
10513
10519
|
}
|
|
10514
10520
|
}
|
|
10521
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
|
10515
10522
|
if (changed)
|
|
10516
10523
|
PyType_Modified(type);
|
|
10517
10524
|
#endif // PY_VERSION_HEX > 0x030900B1
|
|
@@ -10616,6 +10623,13 @@ try_unpack:
|
|
|
10616
10623
|
|
|
10617
10624
|
/* PyObjectCallMethod0 */
|
|
10618
10625
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
|
10626
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
|
10627
|
+
PyObject *args[1] = {obj};
|
|
10628
|
+
(void) __Pyx_PyObject_GetMethod;
|
|
10629
|
+
(void) __Pyx_PyObject_CallOneArg;
|
|
10630
|
+
(void) __Pyx_PyObject_CallNoArg;
|
|
10631
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
|
10632
|
+
#else
|
|
10619
10633
|
PyObject *method = NULL, *result = NULL;
|
|
10620
10634
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
|
10621
10635
|
if (likely(is_method)) {
|
|
@@ -10628,6 +10642,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
|
10628
10642
|
Py_DECREF(method);
|
|
10629
10643
|
bad:
|
|
10630
10644
|
return result;
|
|
10645
|
+
#endif
|
|
10631
10646
|
}
|
|
10632
10647
|
|
|
10633
10648
|
/* ValidateBasesTuple */
|
|
@@ -10801,15 +10816,15 @@ static int __Pyx_PyType_Ready(PyTypeObject *t) {
|
|
|
10801
10816
|
}
|
|
10802
10817
|
|
|
10803
10818
|
/* TypeImport */
|
|
10804
|
-
#ifndef
|
|
10805
|
-
#define
|
|
10806
|
-
static PyTypeObject *
|
|
10807
|
-
size_t size, size_t alignment, enum
|
|
10819
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_4
|
|
10820
|
+
#define __PYX_HAVE_RT_ImportType_3_1_4
|
|
10821
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
|
|
10822
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
|
|
10808
10823
|
{
|
|
10809
10824
|
PyObject *result = 0;
|
|
10810
10825
|
Py_ssize_t basicsize;
|
|
10811
10826
|
Py_ssize_t itemsize;
|
|
10812
|
-
#
|
|
10827
|
+
#ifdef Py_LIMITED_API
|
|
10813
10828
|
PyObject *py_basicsize;
|
|
10814
10829
|
PyObject *py_itemsize;
|
|
10815
10830
|
#endif
|
|
@@ -10822,7 +10837,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
|
10822
10837
|
module_name, class_name);
|
|
10823
10838
|
goto bad;
|
|
10824
10839
|
}
|
|
10825
|
-
#
|
|
10840
|
+
#ifndef Py_LIMITED_API
|
|
10826
10841
|
basicsize = ((PyTypeObject *)result)->tp_basicsize;
|
|
10827
10842
|
itemsize = ((PyTypeObject *)result)->tp_itemsize;
|
|
10828
10843
|
#else
|
|
@@ -10860,7 +10875,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
|
10860
10875
|
module_name, class_name, size, basicsize+itemsize);
|
|
10861
10876
|
goto bad;
|
|
10862
10877
|
}
|
|
10863
|
-
if (check_size ==
|
|
10878
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
|
|
10864
10879
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
10865
10880
|
PyErr_Format(PyExc_ValueError,
|
|
10866
10881
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -10868,7 +10883,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
|
10868
10883
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
10869
10884
|
goto bad;
|
|
10870
10885
|
}
|
|
10871
|
-
else if (check_size ==
|
|
10886
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
|
|
10872
10887
|
if (PyErr_WarnFormat(NULL, 0,
|
|
10873
10888
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
10874
10889
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -11108,7 +11123,7 @@ bad:
|
|
|
11108
11123
|
}
|
|
11109
11124
|
|
|
11110
11125
|
/* CommonTypesMetaclass */
|
|
11111
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
|
11126
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
|
11112
11127
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
|
11113
11128
|
}
|
|
11114
11129
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|
|
@@ -11137,6 +11152,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
|
|
|
11137
11152
|
return -1;
|
|
11138
11153
|
}
|
|
11139
11154
|
mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
|
|
11155
|
+
Py_DECREF(bases);
|
|
11140
11156
|
if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
|
|
11141
11157
|
return -1;
|
|
11142
11158
|
}
|
|
@@ -13618,7 +13634,7 @@ static CYTHON_INLINE PyObject* __Pyx_PyObject_Call2Args(PyObject* function, PyOb
|
|
|
13618
13634
|
}
|
|
13619
13635
|
|
|
13620
13636
|
/* PyObjectCallMethod1 */
|
|
13621
|
-
#if !(CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000)
|
|
13637
|
+
#if !(CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000)))
|
|
13622
13638
|
static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
|
|
13623
13639
|
PyObject *result = __Pyx_PyObject_CallOneArg(method, arg);
|
|
13624
13640
|
Py_DECREF(method);
|
|
@@ -13626,7 +13642,7 @@ static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
|
|
|
13626
13642
|
}
|
|
13627
13643
|
#endif
|
|
13628
13644
|
static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) {
|
|
13629
|
-
#if CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000
|
|
13645
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
|
13630
13646
|
PyObject *args[2] = {obj, arg};
|
|
13631
13647
|
(void) __Pyx_PyObject_GetMethod;
|
|
13632
13648
|
(void) __Pyx_PyObject_CallOneArg;
|
|
@@ -14854,6 +14870,10 @@ static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt
|
|
|
14854
14870
|
PyCode_NewWithPosOnlyArgs
|
|
14855
14871
|
#endif
|
|
14856
14872
|
(a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
|
|
14873
|
+
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
|
|
14874
|
+
if (likely(result))
|
|
14875
|
+
result->_co_firsttraceable = 0;
|
|
14876
|
+
#endif
|
|
14857
14877
|
return result;
|
|
14858
14878
|
}
|
|
14859
14879
|
#elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
|
|
Binary file
|
|
@@ -1,89 +1,89 @@
|
|
|
1
1
|
a_sync/ENVIRONMENT_VARIABLES.py,sha256=ikTsq2B3rUli665CTWkH_UsBwuXXAhrNvcosup6KsC8,1322
|
|
2
2
|
a_sync/__init__.pxd,sha256=u2LfI62DUKrUr5k3O5-65sWl-QETx6ozR8REh-qMv74,82
|
|
3
3
|
a_sync/__init__.py,sha256=tohlFfExaQi5ObUQzk83CXRuoqNrXClk77llHA-PNcs,5895
|
|
4
|
-
a_sync/_smart.c,sha256=
|
|
5
|
-
a_sync/_smart.cp310-win32.pyd,sha256=
|
|
4
|
+
a_sync/_smart.c,sha256=3_uCEmioKKK-2lCKezg5RyD71bIWRBk3mHLgFwHjWNk,984469
|
|
5
|
+
a_sync/_smart.cp310-win32.pyd,sha256=jU1OQFdErwnGeemKkM_86jY_Y29TJ0q0nD1neJDwIL0,120832
|
|
6
6
|
a_sync/_smart.pxd,sha256=HfWxESAe26BGlvM20vLC7vcsv-N1jRaQbXd-HjUQ2wE,78
|
|
7
7
|
a_sync/_smart.pyi,sha256=rLRA5tB6H7CTTpUYGrwuweZ00YQDoxMKV4kDhoTYL3Y,5592
|
|
8
8
|
a_sync/_smart.pyx,sha256=usvW53fDuIOCm6qHiZhhl_KVetFkm9tVjN9AAlJTnPw,20502
|
|
9
9
|
a_sync/_typing.py,sha256=-5BrrywuQcO6noiArKCTdMDB29xeWp_E9BBJQC2oFLk,7108
|
|
10
10
|
a_sync/aliases.py,sha256=Ri300mMgj0EUmffx1g2FsfuglRd_Gc-8SlzLv0Sn8J8,215
|
|
11
|
-
a_sync/debugging.c,sha256=
|
|
12
|
-
a_sync/debugging.cp310-win32.pyd,sha256=
|
|
11
|
+
a_sync/debugging.c,sha256=SLMEK9_VUIGq9hricqlFJANkueF7BEB8MdqIuPrOjdk,634448
|
|
12
|
+
a_sync/debugging.cp310-win32.pyd,sha256=XuPwr0XdeYA6GdiWEQDJI_KmaAtdFp9ICRqtBedHFZc,78848
|
|
13
13
|
a_sync/debugging.pyi,sha256=YqShsfa-Bgviuyr3Os4bWQf8yS4w0wa4AZLcSfq1kvU,2387
|
|
14
14
|
a_sync/debugging.pyx,sha256=SusQeWBuibY_7BuldAwdcBAW5By-LbkEYrp2KqCvehM,3152
|
|
15
|
-
a_sync/exceptions.c,sha256=
|
|
16
|
-
a_sync/exceptions.cp310-win32.pyd,sha256=
|
|
15
|
+
a_sync/exceptions.c,sha256=D7LQ1P2uEGrJ0A033r970cbmjQPHXA-z1vKTJsGtMxo,593225
|
|
16
|
+
a_sync/exceptions.cp310-win32.pyd,sha256=CrU4Lcrx9Q5gaOuGAa4SKiIp7vKgBsEfDvAst8jFZC8,83456
|
|
17
17
|
a_sync/exceptions.pyi,sha256=bU3gjEYwPF7EgA8BpqL9WfsuUO_VVdHy6Ke4yTJ-kDA,11210
|
|
18
18
|
a_sync/exceptions.pyx,sha256=U6X7-g5KHqClKcEMzl4-6vi_a7Lez7itaAKXLbP_cvw,13720
|
|
19
|
-
a_sync/executor.py,sha256=
|
|
20
|
-
a_sync/functools.c,sha256=
|
|
21
|
-
a_sync/functools.cp310-win32.pyd,sha256=
|
|
19
|
+
a_sync/executor.py,sha256=AUffN4WSfOkaIiVbT7R1bOHEylRNPMkhiCscQbjcEJM,23474
|
|
20
|
+
a_sync/functools.c,sha256=nZRkpzlifkbUUSem9GVFD7XMCoxZqnowVMFaiwctg2s,521689
|
|
21
|
+
a_sync/functools.cp310-win32.pyd,sha256=X4buk3TQK3I9lGuhjOUaEc4rpL4yGzGNV-ecIMZ7T_c,52736
|
|
22
22
|
a_sync/functools.pxd,sha256=SBLpWvCOU4103wWzKsZjNQnJ_KzGMYU_dBgFLkS4Y2w,193
|
|
23
23
|
a_sync/functools.pyi,sha256=NZbuO-psulMCNMEKlX4ZlkiZioFlyEmNG-pwOkmzl_E,1437
|
|
24
24
|
a_sync/functools.pyx,sha256=35fUpflI6a4l95eoqSVaKyXDXw-6tuH77C0oy_u2MFc,4976
|
|
25
25
|
a_sync/future.py,sha256=Wp92G-rmbRo-QBAjZcF-Ah142JzQec_ygOKqQknq-WM,50172
|
|
26
|
-
a_sync/iter.c,sha256=
|
|
27
|
-
a_sync/iter.cp310-win32.pyd,sha256=
|
|
26
|
+
a_sync/iter.c,sha256=qGM8Arrh43KEgkmVCOjszmz3IX-5FtIy7r6SzOPvcwo,1729377
|
|
27
|
+
a_sync/iter.cp310-win32.pyd,sha256=thw6CNvmezY0tDHp5mwDAMbitH4PsakSpU7UMhV9n0E,236544
|
|
28
28
|
a_sync/iter.pxd,sha256=MFhRBVeY4h4vg2zm1LH973air-2Lciy1IbrYekZmByM,438
|
|
29
29
|
a_sync/iter.pyi,sha256=csJ4fAXi4KX9r2zHKR6df0-WKbGE2jSXa9GB0FpizaU,15778
|
|
30
30
|
a_sync/iter.pyx,sha256=CLUrgkggB-HEXiDJ9IADwtJBZEQMcMOPGapQk2ZXgg0,38467
|
|
31
31
|
a_sync/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
32
|
a_sync/task.py,sha256=3GK-pruDOXmpODMmHFmHOdXwh8cpyheHkXDk-SVP-ks,35981
|
|
33
33
|
a_sync/a_sync/__init__.py,sha256=LwgGpuG7UVq8bE2K_Uwb21T7X9cs0QZHNzNdPaw11kU,2260
|
|
34
|
-
a_sync/a_sync/_descriptor.c,sha256=
|
|
35
|
-
a_sync/a_sync/_descriptor.cp310-win32.pyd,sha256=
|
|
34
|
+
a_sync/a_sync/_descriptor.c,sha256=_Sme3bFK65Cp_IuHgdXzutM-FRQT6VhgzHd_aqjefgI,923927
|
|
35
|
+
a_sync/a_sync/_descriptor.cp310-win32.pyd,sha256=HTmGb-0tmVVIq5wOULTcQCntFc8L5ZiPQ6Y52_yhEiI,120320
|
|
36
36
|
a_sync/a_sync/_descriptor.pyi,sha256=vmiMY77NzOm7dlT3II-Lg6C8w_kVGz_KPm8Hh5hrFos,1377
|
|
37
37
|
a_sync/a_sync/_descriptor.pyx,sha256=2AQNRvgXGEYye5YvxRKTY3GFHRU-jyYs7fLojCzqVS4,14024
|
|
38
|
-
a_sync/a_sync/_flags.c,sha256=
|
|
39
|
-
a_sync/a_sync/_flags.cp310-win32.pyd,sha256=
|
|
38
|
+
a_sync/a_sync/_flags.c,sha256=f8mXiF0qI1wwi_IhM56tQ4UUlK5crPqbVG81AhYKbnA,240455
|
|
39
|
+
a_sync/a_sync/_flags.cp310-win32.pyd,sha256=DU1fNK1uvX2o-TknFz6x0kPWfkU6xbjoJl1DZSjPLcI,23552
|
|
40
40
|
a_sync/a_sync/_flags.pxd,sha256=Cg1AkZCQiQumx05MeorTagundpSWrOHbacGGi5vOv1k,191
|
|
41
41
|
a_sync/a_sync/_flags.pyx,sha256=MEhX5g-CRJUHKLUAuY7n_AOkBaQ92Wx_bvpha6n2o8w,2898
|
|
42
|
-
a_sync/a_sync/_helpers.c,sha256=
|
|
43
|
-
a_sync/a_sync/_helpers.cp310-win32.pyd,sha256=
|
|
42
|
+
a_sync/a_sync/_helpers.c,sha256=przQwzLVZiZKKK5xvjZr1panYlzSpKCCsEJPWp4kRZo,608842
|
|
43
|
+
a_sync/a_sync/_helpers.cp310-win32.pyd,sha256=NISfUXwRnEU_Xmtmj0G3yIU7h0U30fw7hjGkWQHvtsU,67584
|
|
44
44
|
a_sync/a_sync/_helpers.pxd,sha256=RYO8vxJqfoHcmLYG4lQQlEIdH5qcE0Ar5yOe6mRTIvo,120
|
|
45
45
|
a_sync/a_sync/_helpers.pyi,sha256=ewJ4yDFx-pP9beBj9lpYgateBqp3pr8_RHTvN9MgFZQ,329
|
|
46
46
|
a_sync/a_sync/_helpers.pyx,sha256=XUWBNmO8ehUQiEv14sZBdXAgJ9aMIJBfLqrcFmo34UA,5576
|
|
47
|
-
a_sync/a_sync/_kwargs.c,sha256=
|
|
48
|
-
a_sync/a_sync/_kwargs.cp310-win32.pyd,sha256=
|
|
47
|
+
a_sync/a_sync/_kwargs.c,sha256=B_RjpDOHPUgE804jfOK94nuwndTjMuWwaHPXWljoulA,481374
|
|
48
|
+
a_sync/a_sync/_kwargs.cp310-win32.pyd,sha256=BsjDM3g1fZA3x631qRYuyXVkjEycRmSzvJh5dipnWmA,48640
|
|
49
49
|
a_sync/a_sync/_kwargs.pxd,sha256=dz6yAQQaGBGkt22S7ASk8jfeoSCEdWP2VHFiqht3r3A,94
|
|
50
50
|
a_sync/a_sync/_kwargs.pyx,sha256=VwGobiT_9tmRDEX7avQKjkn66wwLc9-933WDjvH-x_g,2039
|
|
51
51
|
a_sync/a_sync/_meta.py,sha256=MgNh72akj_H7hPYBRAvj6lUDohWa-eW3s9jW3PURN80,9639
|
|
52
|
-
a_sync/a_sync/abstract.c,sha256=
|
|
53
|
-
a_sync/a_sync/abstract.cp310-win32.pyd,sha256=
|
|
54
|
-
a_sync/a_sync/abstract.pyi,sha256=
|
|
52
|
+
a_sync/a_sync/abstract.c,sha256=C0Q1qiZkK7Ft-qiswK_Zxu76Mnigati8jCgYAX2oVs0,524333
|
|
53
|
+
a_sync/a_sync/abstract.cp310-win32.pyd,sha256=43bSYP6KJLAuXVYgwmaNmV0YpFXqVRxBqwWmcf7fzAs,61952
|
|
54
|
+
a_sync/a_sync/abstract.pyi,sha256=Ums1jr8ZquteHeNIch-chQvGfyMYeFa8Oz3TjgthItM,5198
|
|
55
55
|
a_sync/a_sync/abstract.pyx,sha256=SW3tga3n8JcgEaJrPpsn9bKn_kjmb4_8za7_QWowT60,8085
|
|
56
|
-
a_sync/a_sync/base.c,sha256=
|
|
57
|
-
a_sync/a_sync/base.cp310-win32.pyd,sha256=
|
|
56
|
+
a_sync/a_sync/base.c,sha256=T2GMz2rNQumcmyl5AFNcl0fX_4gLs7t2RZk2agc7SuY,639783
|
|
57
|
+
a_sync/a_sync/base.cp310-win32.pyd,sha256=lFVhSqTlctO_kBbCUC9q8guu9fVfnkXOC8fSstNhpU4,76288
|
|
58
58
|
a_sync/a_sync/base.pyi,sha256=xoc15MCBymMIxGKumav6tYRPwD0BFyLsfNA4DeFtUMM,2386
|
|
59
59
|
a_sync/a_sync/base.pyx,sha256=a-G6AONvQwGs53Eo1Sj5ELpUFPHSiTZyrxEO-o8vJsk,10874
|
|
60
60
|
a_sync/a_sync/config.py,sha256=-dtN8cDc9jzuB7TPdbgjr_uz3hTvZGnOCOvcfeWBB6Y,6389
|
|
61
61
|
a_sync/a_sync/decorator.py,sha256=RpIJPmbzAl8v-NhjhzKuJuMZP6TnjSU1R7h_DvMwlEA,20401
|
|
62
|
-
a_sync/a_sync/flags.c,sha256=
|
|
63
|
-
a_sync/a_sync/flags.cp310-win32.pyd,sha256=
|
|
62
|
+
a_sync/a_sync/flags.c,sha256=6tSMhIE1HSQYvjeGlyHg5480Gh9yOwPel2DfDmfRctg,224749
|
|
63
|
+
a_sync/a_sync/flags.cp310-win32.pyd,sha256=G6Pef5IsWJKsvNnp2NRCY6pIKgdoWy9tuk9a-dD-O40,15872
|
|
64
64
|
a_sync/a_sync/flags.pxd,sha256=TThtgjklqi3JfeIfxp-En5NUQxAwuiJv0GtWAC1BdUM,2310
|
|
65
65
|
a_sync/a_sync/flags.pyi,sha256=3KofIEWkZkhht-v2t7U6PqGjx4Yf1O7hARgP8ASS-f0,2303
|
|
66
66
|
a_sync/a_sync/flags.pyx,sha256=V0uVMV6SUTYkjYAi6h4n060f9cHn3TRn-csVLsHe9rA,2377
|
|
67
|
-
a_sync/a_sync/function.c,sha256=
|
|
68
|
-
a_sync/a_sync/function.cp310-win32.pyd,sha256=
|
|
67
|
+
a_sync/a_sync/function.c,sha256=f3E-WHkO5VMdcXj9xs2jU9m0MLOPdj5HxF1NAM-cL4E,1847737
|
|
68
|
+
a_sync/a_sync/function.cp310-win32.pyd,sha256=pu0i-FOHNmI42f7ghNlELUlHTkgH0vW2-avOA1VKxz0,244736
|
|
69
69
|
a_sync/a_sync/function.pxd,sha256=lQxdI1TT5i1BuJ0RyjC6lVfHYqLOY7-Je4o3rlIUxPs,858
|
|
70
70
|
a_sync/a_sync/function.pyi,sha256=l1DCBK43VMBA_DEAscuiVsUu4fq11nyqpGS9YjfkQVg,18561
|
|
71
71
|
a_sync/a_sync/function.pyx,sha256=-9xBb4EDGDnumuzuD2UqvbDYEM_GQn1Mkf0braK27MI,47781
|
|
72
|
-
a_sync/a_sync/method.c,sha256=
|
|
73
|
-
a_sync/a_sync/method.cp310-win32.pyd,sha256=
|
|
72
|
+
a_sync/a_sync/method.c,sha256=A-_ElWUTiL1x944dBoxNSd0V7T1pndi-VX3TctvCmPY,1464641
|
|
73
|
+
a_sync/a_sync/method.cp310-win32.pyd,sha256=NstnmpJoCMeaXfHF-7_ZClXhFfmR4IC4WQ8c0-XjsDs,215040
|
|
74
74
|
a_sync/a_sync/method.pxd,sha256=zuwv-bw-vpm-lrd9FwhEEiBjZFF5lc9fBdBgCBWYyrA,481
|
|
75
|
-
a_sync/a_sync/method.pyi,sha256=
|
|
75
|
+
a_sync/a_sync/method.pyi,sha256=WuLqZAuAG11i4BMLSovJQHUX3tkeEmGC-j0aNTQ3S98,18359
|
|
76
76
|
a_sync/a_sync/method.pyx,sha256=86HbaKU3EUj4uHffWxdmW297QGDDre89HPIxJHqUo4s,37169
|
|
77
|
-
a_sync/a_sync/property.c,sha256=
|
|
78
|
-
a_sync/a_sync/property.cp310-win32.pyd,sha256=
|
|
77
|
+
a_sync/a_sync/property.c,sha256=EEG7-jX2grlT4ajeh2Bfjaw9ICPVN5bEruMMRSPB5vM,1297312
|
|
78
|
+
a_sync/a_sync/property.cp310-win32.pyd,sha256=LvmUjHw1PNGl9XlyHNJFrcVJ4ZcXQXkYsl3_WQ8sjro,178176
|
|
79
79
|
a_sync/a_sync/property.pyi,sha256=2-6xOI9RUOzZVEF_teH8Qd5tU-2R5ym1l4hYOdRs-1I,14056
|
|
80
80
|
a_sync/a_sync/property.pyx,sha256=R2Ogiih07759KIcz7GnUrArbBnp6WTbHNZIfcprniOk,28610
|
|
81
81
|
a_sync/a_sync/singleton.py,sha256=jTKNWUQeOWzQuswgquqP10ndq5-H8a4f0uYZvfpXIOw,2555
|
|
82
82
|
a_sync/a_sync/modifiers/__init__.pxd,sha256=17tPpMY2ByVbMGIpI5kiP3WX8V9IM5ZHJp0Y3eT6LvE,60
|
|
83
83
|
a_sync/a_sync/modifiers/__init__.py,sha256=taOyVb9G14B4hkM3Si5_rAP7pKF_Aeq9KZFCNPAVLLU,4260
|
|
84
84
|
a_sync/a_sync/modifiers/limiter.py,sha256=jt9FpK98AYZXFgNUIGRM3G2J9eVJuRthajcr0KvFyeg,4435
|
|
85
|
-
a_sync/a_sync/modifiers/manager.c,sha256=
|
|
86
|
-
a_sync/a_sync/modifiers/manager.cp310-win32.pyd,sha256=
|
|
85
|
+
a_sync/a_sync/modifiers/manager.c,sha256=XHOyNPJE12VWYwqz2tjI-KhjN_bRx8zYvtcjGHUA0FE,716202
|
|
86
|
+
a_sync/a_sync/modifiers/manager.cp310-win32.pyd,sha256=Swa6mhBiJaSsSiWqkckGt5AwYAM5vx5yAvSQD80MG9s,87552
|
|
87
87
|
a_sync/a_sync/modifiers/manager.pxd,sha256=wj0f_5FEeXmEIoWier-OlAvV8cQt2FzoLippsoOxhQM,188
|
|
88
88
|
a_sync/a_sync/modifiers/manager.pyi,sha256=ghzuXdxNHkzZzr1fcGt6BXAT4v3EP_r0qa55LG0p4WE,6441
|
|
89
89
|
a_sync/a_sync/modifiers/manager.pyx,sha256=W8ljOPcwAhWaHqkKfLjT0e5BaW4JX_NDE7UczrampO8,9695
|
|
@@ -92,86 +92,86 @@ a_sync/a_sync/modifiers/cache/__init__.py,sha256=BFbQlgwgQyzUY6vtaJfcHSfQQpyxWbF
|
|
|
92
92
|
a_sync/a_sync/modifiers/cache/memory.py,sha256=a1qcYmrYuwp8OP8SGJGxQU-DP7JzTBA-5XXR3dCtLxs,5500
|
|
93
93
|
a_sync/async_property/__init__.pxd,sha256=EGawuQLZIz7ZZLOFmaOQAFUVvabadR0aPYBW7U4TaCo,74
|
|
94
94
|
a_sync/async_property/__init__.py,sha256=qMz555CGN4cL3VunLtS6KxtpPr_QXR2jAf7gyWflLfg,64
|
|
95
|
-
a_sync/async_property/cached.c,sha256=
|
|
96
|
-
a_sync/async_property/cached.cp310-win32.pyd,sha256=
|
|
95
|
+
a_sync/async_property/cached.c,sha256=sX2vYAmreKMe29koBB-44X1uW9QNkQZRwHPNVYqCnVY,902213
|
|
96
|
+
a_sync/async_property/cached.cp310-win32.pyd,sha256=8Nhxv5459oRjmNIIAHZE7L_VTLURGxgv7XHyq_n3nWk,105984
|
|
97
97
|
a_sync/async_property/cached.pxd,sha256=unwYQ9C9VcC67hGmKO9ZZRJLNY1bH9z0sItLnMH0mVs,348
|
|
98
98
|
a_sync/async_property/cached.pyi,sha256=KPd6V8ENsM-49QUupsLCniW-fnQB8so06OiliiIvSrI,1859
|
|
99
99
|
a_sync/async_property/cached.pyx,sha256=l5W9PAuRzMjnPiBXG3imL7BrjAG0_gZyge1yJoaNe0c,6492
|
|
100
|
-
a_sync/async_property/proxy.c,sha256=
|
|
101
|
-
a_sync/async_property/proxy.cp310-win32.pyd,sha256=
|
|
100
|
+
a_sync/async_property/proxy.c,sha256=Lkwk0wlopwzZnjzRp7A5wM0djpFAQyLSve0EHV6Bkf0,1569442
|
|
101
|
+
a_sync/async_property/proxy.cp310-win32.pyd,sha256=tBdBlt3Ljdx5YTuJArfvu1fkV8KYrcc7U2fzAMUDdh8,199168
|
|
102
102
|
a_sync/async_property/proxy.pxd,sha256=zWc3550KyWxwZobdiYJabB93Nq8IMpgs32JrHYPPI10,48
|
|
103
103
|
a_sync/async_property/proxy.pyi,sha256=vLG3DxScefR32MlHfnTgYPQk04BHvmi_N8hp_1COvU4,4342
|
|
104
104
|
a_sync/async_property/proxy.pyx,sha256=WgalGnGFlJnBiE28KCGloQnHxKSmDeP4HR_RQ0p0wHs,13769
|
|
105
105
|
a_sync/asyncio/__init__.pxd,sha256=HJQrseYJ2Zt7tf3thkbL5pb4I3d4L5rg_sDNaTLGDZk,341
|
|
106
106
|
a_sync/asyncio/__init__.py,sha256=Nc7RxGgRQP2EVG8k_T53eHO2hS8xQ7n6XgfSXBqyma4,6497
|
|
107
|
-
a_sync/asyncio/as_completed.c,sha256=
|
|
108
|
-
a_sync/asyncio/as_completed.cp310-win32.pyd,sha256=
|
|
107
|
+
a_sync/asyncio/as_completed.c,sha256=xPB96Q3cY6hfE2nIPNcCwgrZ-HuazrTx3-GytXr63gM,802642
|
|
108
|
+
a_sync/asyncio/as_completed.cp310-win32.pyd,sha256=GJ_AxG-dVFCbRVKeINymkppR2V2lTwu2QbOstXMwcvk,102912
|
|
109
109
|
a_sync/asyncio/as_completed.pxd,sha256=nm7WdrTBIMndSNZ1SjozFyNu8HGdDL7HftwLEHsjYew,169
|
|
110
110
|
a_sync/asyncio/as_completed.pyi,sha256=v7ao3rxDtwfvTSu6rCU3Irr0r2jPugOF3IZtLptTgmM,3862
|
|
111
111
|
a_sync/asyncio/as_completed.pyx,sha256=IS_nGBBa5wrBTa6WLTqA1FGTJshY6C3D99icOL-XJ-o,9321
|
|
112
|
-
a_sync/asyncio/create_task.c,sha256=
|
|
113
|
-
a_sync/asyncio/create_task.cp310-win32.pyd,sha256=
|
|
112
|
+
a_sync/asyncio/create_task.c,sha256=W-tfVBnkrg8m_OY4oKCrhBhMxG3jG93gdtIlT3Xg26Q,671266
|
|
113
|
+
a_sync/asyncio/create_task.cp310-win32.pyd,sha256=mo3YmDm2jLU51tbGC5ssWTD6Zyku28mbTAksaoPX3Mk,78848
|
|
114
114
|
a_sync/asyncio/create_task.pxd,sha256=esCVrntjoKKYKiyfdZHrWWplZ4pnoe3-rXtipOJrRkM,144
|
|
115
115
|
a_sync/asyncio/create_task.pyi,sha256=wN_pcttfJTJrA9TiTJ3qYaiLnI4ikQVFvH44c2nnJE4,1915
|
|
116
116
|
a_sync/asyncio/create_task.pyx,sha256=VQkGnZvcTLETim4TaO91i8jR_5hYrbwuBtpSszCpFhQ,8993
|
|
117
|
-
a_sync/asyncio/gather.c,sha256=
|
|
118
|
-
a_sync/asyncio/gather.cp310-win32.pyd,sha256=
|
|
117
|
+
a_sync/asyncio/gather.c,sha256=nQ8qYeaMpYxPr-lDNSh9wTDajVfJVQ4O8Cfv8WxcsTQ,701782
|
|
118
|
+
a_sync/asyncio/gather.cp310-win32.pyd,sha256=z9WQjwGWRSKIBukVe72nY-kYQIvJ2K5iF4sNJgkN2aE,91648
|
|
119
119
|
a_sync/asyncio/gather.pyi,sha256=wfi_z1UZzXpq3fEyd2L9N8IVvEY_fbHHpDe2Qy32mcw,4622
|
|
120
120
|
a_sync/asyncio/gather.pyx,sha256=zCUaTcTIUl1YJLkl0WBTgrEUMCY-uVcWl-gU7eRpf5Q,8783
|
|
121
|
-
a_sync/asyncio/igather.c,sha256=
|
|
122
|
-
a_sync/asyncio/igather.cp310-win32.pyd,sha256=
|
|
121
|
+
a_sync/asyncio/igather.c,sha256=BMmXKIuvMdSOkJB3rIbyaMzHziZCot2boKvrjT10VXE,524352
|
|
122
|
+
a_sync/asyncio/igather.cp310-win32.pyd,sha256=wVgpy2ctJ1eZ34H-Rg8krt-a_tTMc8TbmzxCfnOvMkg,50176
|
|
123
123
|
a_sync/asyncio/igather.pxd,sha256=M9hMUtgp6118pa0ddR9daQubvnceefnbt4pbvEl0doE,71
|
|
124
124
|
a_sync/asyncio/igather.pyi,sha256=aNLP9ViC5Cid1ikgBZUCme2XiMKiwxZEkBZWAw4_IJQ,208
|
|
125
125
|
a_sync/asyncio/igather.pyx,sha256=M6VWmCQkdZprqPCTpdz-77uj6BkZPQvupZYfr2FQDMI,6756
|
|
126
|
-
a_sync/asyncio/sleep.c,sha256=
|
|
127
|
-
a_sync/asyncio/sleep.cp310-win32.pyd,sha256=
|
|
126
|
+
a_sync/asyncio/sleep.c,sha256=_BS12qN9qL3U2YEHVxFUxzgHvkesu9MttL2WU-E84vo,383545
|
|
127
|
+
a_sync/asyncio/sleep.cp310-win32.pyd,sha256=FSA3aHiLyU_x05Y2cIhAN11NTr89CiW_nIkosNaZdi8,36352
|
|
128
128
|
a_sync/asyncio/sleep.pyi,sha256=zy3g-AE9OF3SUrGm5cVlRcK7uVwkV4DBjXF0D_dqSsU,551
|
|
129
129
|
a_sync/asyncio/sleep.pyx,sha256=GR6sv4AswrGMpF36Bz5Boelqvz5rlNNNA9UtEZj33fo,1322
|
|
130
130
|
a_sync/primitives/__init__.pxd,sha256=FIO-eD4HaJ259mz3XB6HE1YF4tDej6ojrxQ_kx-tMwM,38
|
|
131
131
|
a_sync/primitives/__init__.py,sha256=LSzq3o0aXdwb-g96_YubEu3MmI1uA3FWwdbsE8wTS0Y,1695
|
|
132
|
-
a_sync/primitives/_debug.c,sha256=
|
|
133
|
-
a_sync/primitives/_debug.cp310-win32.pyd,sha256=
|
|
132
|
+
a_sync/primitives/_debug.c,sha256=dTwaejx5mTJ4_xXg0VyYPIQLNr6DvSnt5r6s-S_ZtLg,675344
|
|
133
|
+
a_sync/primitives/_debug.cp310-win32.pyd,sha256=ZrgMMT9hUYNizy8e2J_qQ9SkQTO1z1lil428h-LV3kU,75264
|
|
134
134
|
a_sync/primitives/_debug.pxd,sha256=EK81O2ckrn3E8uwoU_R2Gorx6myk5Pt_v2Ike8ME1q4,476
|
|
135
135
|
a_sync/primitives/_debug.pyi,sha256=hEWnWusF3jh-hc3gYenX76WAuMXtyopsAXFzrDAWXlw,2227
|
|
136
136
|
a_sync/primitives/_debug.pyx,sha256=oT_H6VB_Ng3K8iwQTcAF2n5Y5Ks1nm-vW3XE1dehdBI,8072
|
|
137
|
-
a_sync/primitives/_loggable.c,sha256=
|
|
138
|
-
a_sync/primitives/_loggable.cp310-win32.pyd,sha256=
|
|
137
|
+
a_sync/primitives/_loggable.c,sha256=UtmGBA9vgXSShpMXHA1Iql0m3R-Z0IqAbZGLIXRHLgs,487190
|
|
138
|
+
a_sync/primitives/_loggable.cp310-win32.pyd,sha256=7Um2Cfx92LjPoKyQlahny4TSLYKoYk5pF0BX4KA_4_E,51712
|
|
139
139
|
a_sync/primitives/_loggable.pxd,sha256=diuZ-6UFy8PKj2wzhq4TLiAO9WDl4zmdNXJMtxAs7jA,136
|
|
140
140
|
a_sync/primitives/_loggable.pyi,sha256=RpLX46Tb3xrpQGWfniENNFgM0-PTcaZtvzuGS-Z0X2M,2000
|
|
141
141
|
a_sync/primitives/_loggable.pyx,sha256=MZ4cVSib3xWgYHNsu1FCSW6G13yCqaEV2eVAmIeLMCU,3105
|
|
142
|
-
a_sync/primitives/queue.py,sha256=
|
|
142
|
+
a_sync/primitives/queue.py,sha256=3f1cRAjqt48BJQHaqXwzFBxCilQxuk-eNcyPTkctiQo,34310
|
|
143
143
|
a_sync/primitives/locks/__init__.pxd,sha256=RwmeBP3FZ8uMGxmpfeRkKumqF8awArLuQvNMHurZoDU,310
|
|
144
144
|
a_sync/primitives/locks/__init__.py,sha256=3HUsoO6Bim8rn9uL9XJ5tPHfqA2TKe6-d_60CDMMfQU,453
|
|
145
|
-
a_sync/primitives/locks/counter.c,sha256=
|
|
146
|
-
a_sync/primitives/locks/counter.cp310-win32.pyd,sha256=
|
|
145
|
+
a_sync/primitives/locks/counter.c,sha256=aNREjZWEEtprXhsr2Ivsyi3VQvZOkmCRgW2Lmphcg0g,772602
|
|
146
|
+
a_sync/primitives/locks/counter.cp310-win32.pyd,sha256=n0D17pMheJkhmqgPRdU_xFsW5Oxb1bG07ewzqffjBkk,93184
|
|
147
147
|
a_sync/primitives/locks/counter.pxd,sha256=gnzExZDKySYNDeNuy1r8WygP6lwj8y1QsJc4Htto3lw,421
|
|
148
148
|
a_sync/primitives/locks/counter.pyi,sha256=YPilGVSVIqsZ-Dig66FlTS7qlg7rIPqBCtnyhLVq_PA,5228
|
|
149
149
|
a_sync/primitives/locks/counter.pyx,sha256=7MVhLuqYPYvFG51e6hRFJSqXwnxT9-iH4inIt6YWfDU,9315
|
|
150
|
-
a_sync/primitives/locks/event.c,sha256=
|
|
151
|
-
a_sync/primitives/locks/event.cp310-win32.pyd,sha256=
|
|
150
|
+
a_sync/primitives/locks/event.c,sha256=62fsB67-9Ndt_RVQUAHv9OW3lI61CYt3L8v5gkLsW1g,733038
|
|
151
|
+
a_sync/primitives/locks/event.cp310-win32.pyd,sha256=rqFRKapaBYMZXH7ui1uU9t6h1d1yrnokiocZVrINBpo,83968
|
|
152
152
|
a_sync/primitives/locks/event.pxd,sha256=nB_Su_K05uYlCp3hlFv0KQhUYQ7spsZKb-9I4cyA-Po,717
|
|
153
153
|
a_sync/primitives/locks/event.pyi,sha256=8WiCAzARjugBY4AoedpDqlfdt2VdynYgrP-HhEiX7Pw,1499
|
|
154
154
|
a_sync/primitives/locks/event.pyx,sha256=ybzomSEg6Focpj0Q75camw1-Cxm1V7aDe6tFGnfDGIw,6234
|
|
155
|
-
a_sync/primitives/locks/prio_semaphore.c,sha256
|
|
156
|
-
a_sync/primitives/locks/prio_semaphore.cp310-win32.pyd,sha256=
|
|
155
|
+
a_sync/primitives/locks/prio_semaphore.c,sha256=SuXx13ipTfvIN-C5zmOvER2uQ27A4xoc3kSJQnZOHKs,1251457
|
|
156
|
+
a_sync/primitives/locks/prio_semaphore.cp310-win32.pyd,sha256=VAbfkTlNMeQKCn5rLN-A7_1ucArDKYClgXXRgzUXkGo,145920
|
|
157
157
|
a_sync/primitives/locks/prio_semaphore.pxd,sha256=3wLcicrWU5A-melPp8eR_0G7fz57G0MqasjjurSCmyM,1066
|
|
158
|
-
a_sync/primitives/locks/prio_semaphore.pyi,sha256=
|
|
158
|
+
a_sync/primitives/locks/prio_semaphore.pyi,sha256=K7xamQJjh4TGplcmNFHUjaBfr9mfwCEK9st8-YztGHI,7847
|
|
159
159
|
a_sync/primitives/locks/prio_semaphore.pyx,sha256=YZ6Ur0IzNK9mPP2pNiBzzGSGEqywHbxKHzSGcG0bwGA,22693
|
|
160
|
-
a_sync/primitives/locks/semaphore.c,sha256=
|
|
161
|
-
a_sync/primitives/locks/semaphore.cp310-win32.pyd,sha256=
|
|
160
|
+
a_sync/primitives/locks/semaphore.c,sha256=8MgRrMTc0vVSTxTaJZJHWSo9hnT78E1z5eswGIaPjzk,1227433
|
|
161
|
+
a_sync/primitives/locks/semaphore.cp310-win32.pyd,sha256=rJ4umuQkHnszR3t5JZnfTMukVjJZbUDlHJwC0h5N9v0,143360
|
|
162
162
|
a_sync/primitives/locks/semaphore.pxd,sha256=SyiWMzUyY12YFDvnzGQbjc2Xp5uBeWrrbzzjDn5vjQY,606
|
|
163
|
-
a_sync/primitives/locks/semaphore.pyi,sha256=
|
|
163
|
+
a_sync/primitives/locks/semaphore.pyi,sha256=Y7IFyCEQuNQpk6QKQsbbOfi422EIwHbMH4iCe2jKfu8,6220
|
|
164
164
|
a_sync/primitives/locks/semaphore.pyx,sha256=UFbg5MCaR3-daWh011JqAfARy9mrldKl__Ox0AFca_g,15419
|
|
165
165
|
a_sync/sphinx/__init__.py,sha256=Yzbm8ZcfWSf47WFzQbD25rJAoEXJ5zH9-xytRXJ6LBc,52
|
|
166
166
|
a_sync/sphinx/ext.py,sha256=ID0YgAYrUuVml2lU5m-1T7Os6U2tq31BdE6kA3ic8Ag,9206
|
|
167
167
|
a_sync/utils/__init__.py,sha256=RL6TMpTccKytj3nft1iDRbNQCL4zy27BO7J3zwYBg5Y,3318
|
|
168
168
|
a_sync/utils/iterators.py,sha256=QhXHC2pU-KR_1Icdg3heYt3O53JMqtIrbAMH1M9t3zk,11352
|
|
169
|
-
a_sync/utils/repr.c,sha256=
|
|
170
|
-
a_sync/utils/repr.cp310-win32.pyd,sha256=
|
|
169
|
+
a_sync/utils/repr.c,sha256=dHvwcmmFWqICCQ6jMjErHvqXZAxBHt8CNC3kKrlxtJ8,655158
|
|
170
|
+
a_sync/utils/repr.cp310-win32.pyd,sha256=GFbr6D1rgJ7Zp8hCQitmYcR55W3kMazoVvVg14iZPBA,68608
|
|
171
171
|
a_sync/utils/repr.pyi,sha256=rderVJevHMbNST7yN9mWkDCdfBUBwhluuuUmAPiK60U,133
|
|
172
172
|
a_sync/utils/repr.pyx,sha256=xjS2rosYFHzpfy9ccdNVSAWOzX8JDE35hrwUiJUuqNM,2705
|
|
173
|
-
ez_a_sync-0.32.
|
|
174
|
-
ez_a_sync-0.32.
|
|
175
|
-
ez_a_sync-0.32.
|
|
176
|
-
ez_a_sync-0.32.
|
|
177
|
-
ez_a_sync-0.32.
|
|
173
|
+
ez_a_sync-0.32.28.dist-info/licenses/LICENSE.txt,sha256=m-MQLU0LnrbQRgqugjggMDXxTe0meMb8HwioffmuEIM,1091
|
|
174
|
+
ez_a_sync-0.32.28.dist-info/METADATA,sha256=gZyegH0Mz0LjIfn4ABKVl41th5BS8YGrF0RXmK7Djcg,13564
|
|
175
|
+
ez_a_sync-0.32.28.dist-info/WHEEL,sha256=GWZF0cboiU4MhsG0baPl8rrtCaXFSLW25384gp3vddM,97
|
|
176
|
+
ez_a_sync-0.32.28.dist-info/top_level.txt,sha256=ew2xVyFeZE_a5XMEL64h7-vJIbaBQieaFcvBAWUpU_s,7
|
|
177
|
+
ez_a_sync-0.32.28.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|