ez-a-sync 0.23.12__tar.gz → 0.23.13__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.23.12 → ez_a_sync-0.23.13}/PKG-INFO +1 -1
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/iter.c +8 -5
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/iter.pyx +1 -1
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/ez_a_sync.egg-info/PKG-INFO +1 -1
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.coverage +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.github/workflows/black.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.github/workflows/codeql.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.github/workflows/docs.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.github/workflows/mypy.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.github/workflows/pytest.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.github/workflows/release.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.gitignore +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/.sourcery.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/LICENSE.txt +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/Makefile +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/README.md +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/TODO +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/ENVIRONMENT_VARIABLES.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/_smart.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/_typing.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_descriptor.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_flags.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_flags.pxd +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_flags.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_helpers.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_helpers.pxd +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_helpers.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_helpers.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_kwargs.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_kwargs.pxd +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_kwargs.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_kwargs.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/_meta.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/abstract.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/abstract.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/abstract.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/base.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/base.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/base.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/config.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/decorator.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/flags.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/function.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/function.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/function.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/method.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/method.pxd +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/method.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/method.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/cache/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/cache/memory.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/limiter.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/manager.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/manager.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/manager.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/modifiers/semaphores.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/property.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/property.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/property.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/a_sync/singleton.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/aliases.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/asyncio/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/asyncio/as_completed.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/asyncio/create_task.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/asyncio/create_task.pxd +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/asyncio/create_task.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/asyncio/create_task.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/asyncio/gather.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/exceptions.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/executor.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/future.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/iter.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/_debug.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/_debug.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/_debug.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/_loggable.c +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/_loggable.pyi +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/_loggable.pyx +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/locks/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/locks/counter.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/locks/event.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/locks/prio_semaphore.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/locks/semaphore.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/primitives/queue.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/py.typed +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/sphinx/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/sphinx/ext.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/task.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/utils/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/a_sync/utils/iterators.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/Makefile +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/alabaster.css +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/basic.css +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/custom.css +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/doctools.js +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/documentation_options.js +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/file.png +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/language_data.js +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/minus.png +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/plus.png +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/pygments.css +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/searchtools.js +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/_build/html/_static/sphinx_highlight.js +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/conf.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/index.rst +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/docs/make.bat +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/ez_a_sync.egg-info/SOURCES.txt +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/ez_a_sync.egg-info/dependency_links.txt +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/ez_a_sync.egg-info/not-zip-safe +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/ez_a_sync.egg-info/requires.txt +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/ez_a_sync.egg-info/top_level.txt +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/pyproject.yaml +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/requirements-dev.txt +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/requirements.txt +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/setup.cfg +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/setup.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/__init__.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/conftest.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/executor.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/fixtures.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_abstract.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_as_completed.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_base.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_cache.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_decorator.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_executor.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_future.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_gather.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_helpers.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_iter.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_limiter.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_meta.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_modified.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_semaphore.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_singleton.py +0 -0
- {ez_a_sync-0.23.12 → ez_a_sync-0.23.13}/tests/test_task.py +0 -0
|
@@ -6651,10 +6651,10 @@ static PyObject *__pyx_pf_6a_sync_4iter_28_AwaitableAsyncIterableMixin_11__init_
|
|
|
6651
6651
|
* # type_argument = str(type_argument)
|
|
6652
6652
|
* raise NotImplementedError( # <<<<<<<<<<<<<<
|
|
6653
6653
|
* "I think this is prevented by the rules of python Generic",
|
|
6654
|
-
* type_argument,
|
|
6654
|
+
* type_argument, type(type_argument)
|
|
6655
6655
|
*/
|
|
6656
6656
|
__Pyx_TraceLine(127,0,__PYX_ERR(0, 127, __pyx_L1_error))
|
|
6657
|
-
__pyx_t_8 = PyTuple_New(
|
|
6657
|
+
__pyx_t_8 = PyTuple_New(3); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 127, __pyx_L1_error)
|
|
6658
6658
|
__Pyx_GOTREF(__pyx_t_8);
|
|
6659
6659
|
__Pyx_INCREF(__pyx_kp_s_I_think_this_is_prevented_by_the);
|
|
6660
6660
|
__Pyx_GIVEREF(__pyx_kp_s_I_think_this_is_prevented_by_the);
|
|
@@ -6662,6 +6662,9 @@ static PyObject *__pyx_pf_6a_sync_4iter_28_AwaitableAsyncIterableMixin_11__init_
|
|
|
6662
6662
|
__Pyx_INCREF(__pyx_v_type_argument);
|
|
6663
6663
|
__Pyx_GIVEREF(__pyx_v_type_argument);
|
|
6664
6664
|
if (__Pyx_PyTuple_SET_ITEM(__pyx_t_8, 1, __pyx_v_type_argument)) __PYX_ERR(0, 127, __pyx_L1_error);
|
|
6665
|
+
__Pyx_INCREF(((PyObject *)Py_TYPE(__pyx_v_type_argument)));
|
|
6666
|
+
__Pyx_GIVEREF(((PyObject *)Py_TYPE(__pyx_v_type_argument)));
|
|
6667
|
+
if (__Pyx_PyTuple_SET_ITEM(__pyx_t_8, 2, ((PyObject *)Py_TYPE(__pyx_v_type_argument)))) __PYX_ERR(0, 127, __pyx_L1_error);
|
|
6665
6668
|
__pyx_t_7 = __Pyx_PyObject_Call(__pyx_builtin_NotImplementedError, __pyx_t_8, NULL); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 127, __pyx_L1_error)
|
|
6666
6669
|
__Pyx_GOTREF(__pyx_t_7);
|
|
6667
6670
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
@@ -6679,7 +6682,7 @@ static PyObject *__pyx_pf_6a_sync_4iter_28_AwaitableAsyncIterableMixin_11__init_
|
|
|
6679
6682
|
}
|
|
6680
6683
|
|
|
6681
6684
|
/* "a_sync/iter.pyx":131
|
|
6682
|
-
* type_argument,
|
|
6685
|
+
* type_argument, type(type_argument)
|
|
6683
6686
|
* )
|
|
6684
6687
|
* elif hasattr(type_argument, "__module__") and hasattr( # <<<<<<<<<<<<<<
|
|
6685
6688
|
* type_argument, "__qualname__"
|
|
@@ -6706,7 +6709,7 @@ static PyObject *__pyx_pf_6a_sync_4iter_28_AwaitableAsyncIterableMixin_11__init_
|
|
|
6706
6709
|
__pyx_L10_bool_binop_done:;
|
|
6707
6710
|
|
|
6708
6711
|
/* "a_sync/iter.pyx":131
|
|
6709
|
-
* type_argument,
|
|
6712
|
+
* type_argument, type(type_argument)
|
|
6710
6713
|
* )
|
|
6711
6714
|
* elif hasattr(type_argument, "__module__") and hasattr( # <<<<<<<<<<<<<<
|
|
6712
6715
|
* type_argument, "__qualname__"
|
|
@@ -6758,7 +6761,7 @@ static PyObject *__pyx_pf_6a_sync_4iter_28_AwaitableAsyncIterableMixin_11__init_
|
|
|
6758
6761
|
__pyx_t_7 = 0;
|
|
6759
6762
|
|
|
6760
6763
|
/* "a_sync/iter.pyx":131
|
|
6761
|
-
* type_argument,
|
|
6764
|
+
* type_argument, type(type_argument)
|
|
6762
6765
|
* )
|
|
6763
6766
|
* elif hasattr(type_argument, "__module__") and hasattr( # <<<<<<<<<<<<<<
|
|
6764
6767
|
* type_argument, "__qualname__"
|
|
@@ -126,7 +126,7 @@ class _AwaitableAsyncIterableMixin(AsyncIterable[T]):
|
|
|
126
126
|
# type_argument = str(type_argument)
|
|
127
127
|
raise NotImplementedError(
|
|
128
128
|
"I think this is prevented by the rules of python Generic",
|
|
129
|
-
type_argument,
|
|
129
|
+
type_argument, type(type_argument)
|
|
130
130
|
)
|
|
131
131
|
elif hasattr(type_argument, "__module__") and hasattr(
|
|
132
132
|
type_argument, "__qualname__"
|
|
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
|