ez-a-sync 0.24.52__tar.gz → 0.24.53__tar.gz
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.
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/PKG-INFO +1 -1
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/method.c +11 -11
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/method.pyi +1 -1
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/method.pyx +2 -2
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/ez_a_sync.egg-info/PKG-INFO +1 -1
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.coverage +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.github/workflows/black.yaml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.github/workflows/codeql.yaml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.github/workflows/docs.yaml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.github/workflows/mypy.yaml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.github/workflows/pytest.yaml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.github/workflows/release.yaml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.gitignore +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/.sourcery.yaml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/LICENSE.txt +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/MANIFEST.in +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/Makefile +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/README.md +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/TODO +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/ENVIRONMENT_VARIABLES.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/__init__.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/_smart.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/_smart.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/_typing.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_descriptor.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_flags.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_flags.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_flags.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_helpers.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_helpers.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_helpers.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_helpers.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_kwargs.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_kwargs.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_kwargs.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/_meta.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/abstract.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/abstract.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/abstract.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/base.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/base.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/base.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/config.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/decorator.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/flags.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/function.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/function.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/function.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/method.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/cache/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/cache/memory.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/limiter.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/manager.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/manager.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/manager.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/modifiers/semaphores.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/property.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/property.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/property.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/a_sync/singleton.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/aliases.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/as_completed.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/as_completed.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/as_completed.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/as_completed.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/create_task.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/create_task.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/create_task.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/create_task.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/gather.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/gather.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/asyncio/gather.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/exceptions.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/executor.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/future.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/iter.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/iter.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/iter.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/__init__.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_debug.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_debug.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_debug.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_debug.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_loggable.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_loggable.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_loggable.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/_loggable.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/__init__.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/counter.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/counter.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/counter.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/counter.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/event.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/event.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/event.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/event.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/prio_semaphore.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/prio_semaphore.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/prio_semaphore.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/prio_semaphore.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/semaphore.c +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/semaphore.pxd +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/semaphore.pyi +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/locks/semaphore.pyx +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/primitives/queue.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/py.typed +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/sphinx/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/sphinx/ext.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/task.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/utils/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/a_sync/utils/iterators.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/Makefile +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/alabaster.css +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/basic.css +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/custom.css +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/doctools.js +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/documentation_options.js +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/file.png +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/language_data.js +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/minus.png +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/plus.png +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/pygments.css +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/searchtools.js +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/_build/html/_static/sphinx_highlight.js +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/conf.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/index.rst +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/docs/make.bat +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/ez_a_sync.egg-info/SOURCES.txt +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/ez_a_sync.egg-info/dependency_links.txt +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/ez_a_sync.egg-info/not-zip-safe +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/ez_a_sync.egg-info/requires.txt +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/ez_a_sync.egg-info/top_level.txt +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/pyproject.toml +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/requirements-dev.txt +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/requirements.txt +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/setup.cfg +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/setup.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/__init__.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/modifiers/test_apply_semaphore.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_abstract.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_base.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_cache.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_decorator.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_limiter.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_meta.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_modified.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/a_sync/test_singleton.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/asyncio/test_as_completed.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/asyncio/test_create_task.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/asyncio/test_gather.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/conftest.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/executor.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/fixtures.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/primitives/test_counter.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/primitives/test_event.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/primitives/test_prio_semaphore.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/primitives/test_queue.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/primitives/test_semaphore.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/task/test_task.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/task/test_task_mapping_views.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/test_executor.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/test_future.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/test_helpers.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/test_iter.py +0 -0
- {ez_a_sync-0.24.52 → ez_a_sync-0.24.53}/tests/test_smart.py +0 -0
|
@@ -3402,7 +3402,7 @@ typedef struct {
|
|
|
3402
3402
|
PyObject *__pyx_n_s_when;
|
|
3403
3403
|
PyObject *__pyx_n_s_wrapped;
|
|
3404
3404
|
PyObject *__pyx_kp_u_you_re_stuck_with;
|
|
3405
|
-
PyObject *
|
|
3405
|
+
PyObject *__pyx_int_3600;
|
|
3406
3406
|
PyObject *__pyx_codeobj_;
|
|
3407
3407
|
PyObject *__pyx_tuple__44;
|
|
3408
3408
|
PyObject *__pyx_tuple__45;
|
|
@@ -3763,7 +3763,7 @@ static int __pyx_m_clear(PyObject *m) {
|
|
|
3763
3763
|
Py_CLEAR(clear_module_state->__pyx_n_s_when);
|
|
3764
3764
|
Py_CLEAR(clear_module_state->__pyx_n_s_wrapped);
|
|
3765
3765
|
Py_CLEAR(clear_module_state->__pyx_kp_u_you_re_stuck_with);
|
|
3766
|
-
Py_CLEAR(clear_module_state->
|
|
3766
|
+
Py_CLEAR(clear_module_state->__pyx_int_3600);
|
|
3767
3767
|
Py_CLEAR(clear_module_state->__pyx_codeobj_);
|
|
3768
3768
|
Py_CLEAR(clear_module_state->__pyx_tuple__44);
|
|
3769
3769
|
Py_CLEAR(clear_module_state->__pyx_tuple__45);
|
|
@@ -4102,7 +4102,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
4102
4102
|
Py_VISIT(traverse_module_state->__pyx_n_s_when);
|
|
4103
4103
|
Py_VISIT(traverse_module_state->__pyx_n_s_wrapped);
|
|
4104
4104
|
Py_VISIT(traverse_module_state->__pyx_kp_u_you_re_stuck_with);
|
|
4105
|
-
Py_VISIT(traverse_module_state->
|
|
4105
|
+
Py_VISIT(traverse_module_state->__pyx_int_3600);
|
|
4106
4106
|
Py_VISIT(traverse_module_state->__pyx_codeobj_);
|
|
4107
4107
|
Py_VISIT(traverse_module_state->__pyx_tuple__44);
|
|
4108
4108
|
Py_VISIT(traverse_module_state->__pyx_tuple__45);
|
|
@@ -4457,7 +4457,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
4457
4457
|
#define __pyx_n_s_when __pyx_mstate_global->__pyx_n_s_when
|
|
4458
4458
|
#define __pyx_n_s_wrapped __pyx_mstate_global->__pyx_n_s_wrapped
|
|
4459
4459
|
#define __pyx_kp_u_you_re_stuck_with __pyx_mstate_global->__pyx_kp_u_you_re_stuck_with
|
|
4460
|
-
#define
|
|
4460
|
+
#define __pyx_int_3600 __pyx_mstate_global->__pyx_int_3600
|
|
4461
4461
|
#define __pyx_codeobj_ __pyx_mstate_global->__pyx_codeobj_
|
|
4462
4462
|
#define __pyx_tuple__44 __pyx_mstate_global->__pyx_tuple__44
|
|
4463
4463
|
#define __pyx_tuple__45 __pyx_mstate_global->__pyx_tuple__45
|
|
@@ -17396,7 +17396,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitConstants(void) {
|
|
|
17396
17396
|
__pyx_umethod_PyDict_Type_update.type = (PyObject*)&PyDict_Type;
|
|
17397
17397
|
__pyx_umethod_PyDict_Type_update.method_name = &__pyx_n_s_update;
|
|
17398
17398
|
if (__Pyx_CreateStringTabAndInitStrings() < 0) __PYX_ERR(0, 1, __pyx_L1_error);
|
|
17399
|
-
|
|
17399
|
+
__pyx_int_3600 = PyInt_FromLong(3600); if (unlikely(!__pyx_int_3600)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
17400
17400
|
return 0;
|
|
17401
17401
|
__pyx_L1_error:;
|
|
17402
17402
|
return -1;
|
|
@@ -18127,22 +18127,22 @@ if (!__Pyx_RefNanny) {
|
|
|
18127
18127
|
/* "a_sync/a_sync/method.pyx":32
|
|
18128
18128
|
*
|
|
18129
18129
|
*
|
|
18130
|
-
* METHOD_CACHE_TTL =
|
|
18130
|
+
* METHOD_CACHE_TTL = 3600 # <<<<<<<<<<<<<<
|
|
18131
18131
|
*
|
|
18132
|
-
* cdef int _METHOD_CACHE_TTL =
|
|
18132
|
+
* cdef int _METHOD_CACHE_TTL = 3600
|
|
18133
18133
|
*/
|
|
18134
18134
|
__Pyx_TraceLine(32,0,__PYX_ERR(0, 32, __pyx_L1_error))
|
|
18135
|
-
if (PyDict_SetItem(__pyx_d, __pyx_n_s_METHOD_CACHE_TTL,
|
|
18135
|
+
if (PyDict_SetItem(__pyx_d, __pyx_n_s_METHOD_CACHE_TTL, __pyx_int_3600) < 0) __PYX_ERR(0, 32, __pyx_L1_error)
|
|
18136
18136
|
|
|
18137
18137
|
/* "a_sync/a_sync/method.pyx":34
|
|
18138
|
-
* METHOD_CACHE_TTL =
|
|
18138
|
+
* METHOD_CACHE_TTL = 3600
|
|
18139
18139
|
*
|
|
18140
|
-
* cdef int _METHOD_CACHE_TTL =
|
|
18140
|
+
* cdef int _METHOD_CACHE_TTL = 3600 # <<<<<<<<<<<<<<
|
|
18141
18141
|
*
|
|
18142
18142
|
*
|
|
18143
18143
|
*/
|
|
18144
18144
|
__Pyx_TraceLine(34,0,__PYX_ERR(0, 34, __pyx_L1_error))
|
|
18145
|
-
__pyx_v_6a_sync_6a_sync_6method__METHOD_CACHE_TTL =
|
|
18145
|
+
__pyx_v_6a_sync_6a_sync_6method__METHOD_CACHE_TTL = 0xE10;
|
|
18146
18146
|
|
|
18147
18147
|
/* "a_sync/a_sync/method.pyx":37
|
|
18148
18148
|
*
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|