ez-a-sync 0.32.16__cp310-cp310-macosx_11_0_arm64.whl → 0.32.18__cp310-cp310-macosx_11_0_arm64.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.cpython-310-darwin.so +0 -0
- a_sync/a_sync/_descriptor.c +4 -0
- a_sync/a_sync/_descriptor.cpython-310-darwin.so +0 -0
- a_sync/a_sync/_flags.cpython-310-darwin.so +0 -0
- a_sync/a_sync/_helpers.c +4 -0
- a_sync/a_sync/_helpers.cpython-310-darwin.so +0 -0
- a_sync/a_sync/_kwargs.cpython-310-darwin.so +0 -0
- a_sync/a_sync/_meta.py +2 -2
- a_sync/a_sync/abstract.cpython-310-darwin.so +0 -0
- a_sync/a_sync/base.cpython-310-darwin.so +0 -0
- a_sync/a_sync/flags.cpython-310-darwin.so +0 -0
- a_sync/a_sync/function.c +3494 -3054
- a_sync/a_sync/function.cpython-310-darwin.so +0 -0
- a_sync/a_sync/function.pxd +5 -1
- a_sync/a_sync/function.pyx +97 -81
- a_sync/a_sync/method.c +9838 -7638
- a_sync/a_sync/method.cpython-310-darwin.so +0 -0
- a_sync/a_sync/method.pxd +8 -1
- a_sync/a_sync/method.pyx +108 -84
- a_sync/a_sync/modifiers/manager.cpython-310-darwin.so +0 -0
- a_sync/a_sync/property.c +435 -384
- a_sync/a_sync/property.cpython-310-darwin.so +0 -0
- a_sync/a_sync/property.pyx +9 -7
- a_sync/async_property/cached.cpython-310-darwin.so +0 -0
- a_sync/async_property/proxy.cpython-310-darwin.so +0 -0
- a_sync/asyncio/as_completed.cpython-310-darwin.so +0 -0
- a_sync/asyncio/create_task.cpython-310-darwin.so +0 -0
- a_sync/asyncio/gather.cpython-310-darwin.so +0 -0
- a_sync/asyncio/igather.cpython-310-darwin.so +0 -0
- a_sync/asyncio/sleep.cpython-310-darwin.so +0 -0
- a_sync/debugging.cpython-310-darwin.so +0 -0
- a_sync/exceptions.cpython-310-darwin.so +0 -0
- a_sync/functools.cpython-310-darwin.so +0 -0
- a_sync/iter.cpython-310-darwin.so +0 -0
- a_sync/primitives/_debug.cpython-310-darwin.so +0 -0
- a_sync/primitives/_loggable.cpython-310-darwin.so +0 -0
- a_sync/primitives/locks/counter.cpython-310-darwin.so +0 -0
- a_sync/primitives/locks/event.cpython-310-darwin.so +0 -0
- a_sync/primitives/locks/prio_semaphore.cpython-310-darwin.so +0 -0
- a_sync/primitives/locks/semaphore.cpython-310-darwin.so +0 -0
- a_sync/task.py +1 -1
- a_sync/utils/repr.cpython-310-darwin.so +0 -0
- {ez_a_sync-0.32.16.dist-info → ez_a_sync-0.32.18.dist-info}/METADATA +1 -1
- {ez_a_sync-0.32.16.dist-info → ez_a_sync-0.32.18.dist-info}/RECORD +47 -47
- {ez_a_sync-0.32.16.dist-info → ez_a_sync-0.32.18.dist-info}/WHEEL +0 -0
- {ez_a_sync-0.32.16.dist-info → ez_a_sync-0.32.18.dist-info}/licenses/LICENSE.txt +0 -0
- {ez_a_sync-0.32.16.dist-info → ez_a_sync-0.32.18.dist-info}/top_level.txt +0 -0
|
Binary file
|
a_sync/a_sync/_descriptor.c
CHANGED
|
@@ -1720,6 +1720,10 @@ static struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ModifiedMixin *__pyx_v
|
|
|
1720
1720
|
|
|
1721
1721
|
struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ASyncFunction {
|
|
1722
1722
|
struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ModifiedMixin __pyx_base;
|
|
1723
|
+
PyObject *(*get_fn)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *);
|
|
1724
|
+
int (*is_async_def)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *, int __pyx_skip_dispatch);
|
|
1725
|
+
int (*is_sync_default)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *, int __pyx_skip_dispatch);
|
|
1726
|
+
int (*_run_sync)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *, PyObject *);
|
|
1723
1727
|
};
|
|
1724
1728
|
static struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ASyncFunction *__pyx_vtabptr_6a_sync_6a_sync_8function__ASyncFunction;
|
|
1725
1729
|
|
|
Binary file
|
|
Binary file
|
a_sync/a_sync/_helpers.c
CHANGED
|
@@ -1698,6 +1698,10 @@ static struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ModifiedMixin *__pyx_v
|
|
|
1698
1698
|
|
|
1699
1699
|
struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ASyncFunction {
|
|
1700
1700
|
struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ModifiedMixin __pyx_base;
|
|
1701
|
+
PyObject *(*get_fn)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *);
|
|
1702
|
+
int (*is_async_def)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *, int __pyx_skip_dispatch);
|
|
1703
|
+
int (*is_sync_default)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *, int __pyx_skip_dispatch);
|
|
1704
|
+
int (*_run_sync)(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction *, PyObject *);
|
|
1701
1705
|
};
|
|
1702
1706
|
static struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ASyncFunction *__pyx_vtabptr_6a_sync_6a_sync_8function__ASyncFunction;
|
|
1703
1707
|
/* #### Code section: utility_code_proto ### */
|
|
Binary file
|
|
Binary file
|
a_sync/a_sync/_meta.py
CHANGED
|
@@ -6,7 +6,7 @@ from typing import Any, Dict, Tuple
|
|
|
6
6
|
|
|
7
7
|
from a_sync import ENVIRONMENT_VARIABLES
|
|
8
8
|
from a_sync.a_sync import modifiers
|
|
9
|
-
from a_sync.a_sync.function import
|
|
9
|
+
from a_sync.a_sync.function import _ASyncFunction, _ModifiedMixin
|
|
10
10
|
from a_sync.a_sync.method import ASyncMethodDescriptor
|
|
11
11
|
from a_sync.a_sync.property import (
|
|
12
12
|
ASyncCachedPropertyDescriptor,
|
|
@@ -137,7 +137,7 @@ class ASyncMeta(ABCMeta):
|
|
|
137
137
|
attr_value.hidden_method_name,
|
|
138
138
|
attr_value.hidden_method_descriptor,
|
|
139
139
|
)
|
|
140
|
-
elif isinstance(attr_value,
|
|
140
|
+
elif isinstance(attr_value, _ASyncFunction):
|
|
141
141
|
attrs[attr_name] = ASyncMethodDescriptor(attr_value, **fn_modifiers)
|
|
142
142
|
else:
|
|
143
143
|
raise NotImplementedError(attr_name, attr_value)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|