ez-a-sync 0.32.20__tar.gz → 0.32.21__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.32.20 → ez_a_sync-0.32.21}/PKG-INFO +1 -1
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/__init__.py +1 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/function.c +16 -16
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/method.c +7 -7
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/proxy.c +1 -1
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/debugging.pyi +6 -3
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/iter.c +17 -17
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_debug.c +6 -6
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_loggable.c +5 -5
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/event.c +5 -5
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/prio_semaphore.c +12 -12
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/semaphore.c +7 -7
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/ez_a_sync.egg-info/PKG-INFO +1 -1
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.coverage +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.github/workflows/black.yaml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.github/workflows/codeql.yaml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.github/workflows/docs.yaml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.github/workflows/mypy.yaml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.github/workflows/pytest.yaml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.github/workflows/release.yaml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.gitignore +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/.sourcery.yaml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/LICENSE.txt +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/MANIFEST.in +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/Makefile +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/README.md +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/TODO +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/ENVIRONMENT_VARIABLES.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/__init__.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/_smart.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/_smart.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/_smart.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/_smart.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/_typing.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_descriptor.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_descriptor.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_descriptor.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_flags.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_flags.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_flags.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_helpers.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_helpers.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_helpers.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_helpers.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_kwargs.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_kwargs.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_kwargs.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/_meta.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/abstract.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/abstract.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/abstract.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/base.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/base.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/base.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/config.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/decorator.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/flags.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/flags.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/flags.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/flags.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/function.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/function.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/function.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/method.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/method.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/method.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/__init__.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/cache/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/cache/memory.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/limiter.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/manager.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/manager.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/manager.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/manager.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/modifiers/semaphores.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/property.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/property.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/property.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/a_sync/singleton.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/aliases.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/__init__.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/cached.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/cached.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/cached.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/cached.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/proxy.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/proxy.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/async_property/proxy.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/__init__.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/as_completed.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/as_completed.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/as_completed.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/as_completed.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/create_task.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/create_task.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/create_task.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/create_task.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/gather.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/gather.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/gather.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/igather.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/igather.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/igather.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/igather.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/sleep.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/sleep.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/asyncio/sleep.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/debugging.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/debugging.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/exceptions.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/exceptions.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/exceptions.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/executor.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/functools.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/functools.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/functools.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/functools.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/future.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/iter.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/iter.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/iter.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/__init__.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_debug.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_debug.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_debug.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_loggable.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_loggable.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/_loggable.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/__init__.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/counter.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/counter.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/counter.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/counter.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/event.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/event.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/event.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/prio_semaphore.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/prio_semaphore.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/prio_semaphore.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/semaphore.pxd +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/semaphore.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/locks/semaphore.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/primitives/queue.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/py.typed +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/sphinx/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/sphinx/ext.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/task.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/utils/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/utils/iterators.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/utils/repr.c +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/utils/repr.pyi +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/a_sync/utils/repr.pyx +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/Makefile +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/alabaster.css +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/basic.css +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/custom.css +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/doctools.js +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/documentation_options.js +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/file.png +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/language_data.js +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/minus.png +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/plus.png +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/pygments.css +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/searchtools.js +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/_build/html/_static/sphinx_highlight.js +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/conf.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/index.rst +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/docs/make.bat +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/ez_a_sync.egg-info/SOURCES.txt +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/ez_a_sync.egg-info/dependency_links.txt +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/ez_a_sync.egg-info/not-zip-safe +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/ez_a_sync.egg-info/requires.txt +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/ez_a_sync.egg-info/top_level.txt +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/include/pythoncapi_compat.h +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/pyproject.toml +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/requirements-dev.txt +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/requirements.txt +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/setup.cfg +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/setup.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/__init__.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/modifiers/test_apply_semaphore.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_abstract.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_base.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_cache.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_decorator.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_limiter.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_meta.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_modified.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_property.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/a_sync/test_singleton.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/asyncio/test_as_completed.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/asyncio/test_create_task.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/asyncio/test_gather.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/asyncio/test_igather.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/conftest.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/executor.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/fixtures.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/iter/test_asyncgenfunc.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/iter/test_iterables.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/primitives/test_counter.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/primitives/test_event.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/primitives/test_prio_semaphore.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/primitives/test_queue.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/primitives/test_semaphore.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/task/test_task.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/task/test_task_mapping_views.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/test_executor.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/test_future.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/test_helpers.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/test_smart.py +0 -0
- {ez_a_sync-0.32.20 → ez_a_sync-0.32.21}/tests/utils/test_repr.py +0 -0
|
@@ -25341,7 +25341,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
25341
25341
|
if (unlikely((__Pyx_modinit_variable_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
25342
25342
|
if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
25343
25343
|
/*--- Execution code ---*/
|
|
25344
|
-
__Pyx_TraceStartFunc("PyInit_function", __pyx_f[0], 1,
|
|
25344
|
+
__Pyx_TraceStartFunc("PyInit_function", __pyx_f[0], 1, 7, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
25345
25345
|
|
|
25346
25346
|
/* "cfunc.to_py":65
|
|
25347
25347
|
*
|
|
@@ -26036,7 +26036,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
26036
26036
|
* cdef tuple state
|
|
26037
26037
|
* cdef object _dict
|
|
26038
26038
|
*/
|
|
26039
|
-
__Pyx_TraceLine(1,
|
|
26039
|
+
__Pyx_TraceLine(1,4,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26040
26040
|
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_14_ModifiedMixin_1__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ModifiedMixin___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[10])); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26041
26041
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26042
26042
|
if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_5) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26760,7 +26760,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
26760
26760
|
* cdef tuple state
|
|
26761
26761
|
* cdef object _dict
|
|
26762
26762
|
*/
|
|
26763
|
-
__Pyx_TraceLine(1,
|
|
26763
|
+
__Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26764
26764
|
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_14_ASyncFunction_45__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncFunction___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[42])); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26765
26765
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26766
26766
|
if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_5) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26772,7 +26772,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
26772
26772
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26773
26773
|
* __pyx_unpickle__ASyncFunction__set_state(self, __pyx_state)
|
|
26774
26774
|
*/
|
|
26775
|
-
__Pyx_TraceLine(16,
|
|
26775
|
+
__Pyx_TraceLine(16,44,0,__PYX_ERR(1, 16, __pyx_L1_error))
|
|
26776
26776
|
__pyx_t_5 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_14_ASyncFunction_47__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncFunction___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[43])); if (unlikely(!__pyx_t_5)) __PYX_ERR(1, 16, __pyx_L1_error)
|
|
26777
26777
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26778
26778
|
if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_5) < 0) __PYX_ERR(1, 16, __pyx_L1_error)
|
|
@@ -27284,7 +27284,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
27284
27284
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
27285
27285
|
* def __setstate_cython__(self, __pyx_state):
|
|
27286
27286
|
*/
|
|
27287
|
-
__Pyx_TraceLine(1,
|
|
27287
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
27288
27288
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_14ASyncDecorator_9__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncDecorator___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[56])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
27289
27289
|
__Pyx_GOTREF(__pyx_t_3);
|
|
27290
27290
|
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)
|
|
@@ -27296,7 +27296,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
27296
27296
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
27297
27297
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
27298
27298
|
*/
|
|
27299
|
-
__Pyx_TraceLine(3,
|
|
27299
|
+
__Pyx_TraceLine(3,10,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
27300
27300
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_14ASyncDecorator_11__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncDecorator___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[57])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
27301
27301
|
__Pyx_GOTREF(__pyx_t_3);
|
|
27302
27302
|
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)
|
|
@@ -27922,7 +27922,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
27922
27922
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
27923
27923
|
* def __setstate_cython__(self, __pyx_state):
|
|
27924
27924
|
*/
|
|
27925
|
-
__Pyx_TraceLine(1,
|
|
27925
|
+
__Pyx_TraceLine(1,3,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
27926
27926
|
__pyx_t_11 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_25ASyncDecoratorSyncDefault_9__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncDecoratorSyncDefault___redu, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[76])); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
27927
27927
|
__Pyx_GOTREF(__pyx_t_11);
|
|
27928
27928
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_11) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -27934,7 +27934,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
27934
27934
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
27935
27935
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
27936
27936
|
*/
|
|
27937
|
-
__Pyx_TraceLine(3,
|
|
27937
|
+
__Pyx_TraceLine(3,12,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
27938
27938
|
__pyx_t_11 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_25ASyncDecoratorSyncDefault_11__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncDecoratorSyncDefault___sets, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[77])); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
27939
27939
|
__Pyx_GOTREF(__pyx_t_11);
|
|
27940
27940
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_11) < 0) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
@@ -28023,7 +28023,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
28023
28023
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
28024
28024
|
* def __setstate_cython__(self, __pyx_state):
|
|
28025
28025
|
*/
|
|
28026
|
-
__Pyx_TraceLine(1,
|
|
28026
|
+
__Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
28027
28027
|
__pyx_t_11 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_26ASyncDecoratorAsyncDefault_9__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncDecoratorAsyncDefault___red, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[82])); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
28028
28028
|
__Pyx_GOTREF(__pyx_t_11);
|
|
28029
28029
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_11) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -28056,7 +28056,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
28056
28056
|
* cdef object __pyx_PickleError
|
|
28057
28057
|
* cdef object __pyx_result
|
|
28058
28058
|
*/
|
|
28059
|
-
__Pyx_TraceLine(1,
|
|
28059
|
+
__Pyx_TraceLine(1,6,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
28060
28060
|
__pyx_t_11 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_1__pyx_unpickle__ModifiedMixin, 0, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ModifiedMixin, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[85])); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
28061
28061
|
__Pyx_GOTREF(__pyx_t_11);
|
|
28062
28062
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ModifiedMixin, __pyx_t_11) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -28069,7 +28069,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
28069
28069
|
* __pyx_result._ModifiedMixin__await = __pyx_state[0]; __pyx_result._ModifiedMixin__default = __pyx_state[1]; __pyx_result.__wrapped__ = __pyx_state[2]; __pyx_result.modifiers = __pyx_state[3]
|
|
28070
28070
|
* if len(__pyx_state) > 4 and hasattr(__pyx_result, '__dict__'):
|
|
28071
28071
|
*/
|
|
28072
|
-
__Pyx_TraceLine(11,
|
|
28072
|
+
__Pyx_TraceLine(11,27,0,__PYX_ERR(1, 11, __pyx_L1_error))
|
|
28073
28073
|
|
|
28074
28074
|
|
|
28075
28075
|
/* "(tree fragment)":1
|
|
@@ -28077,7 +28077,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
28077
28077
|
* cdef object __pyx_PickleError
|
|
28078
28078
|
* cdef object __pyx_result
|
|
28079
28079
|
*/
|
|
28080
|
-
__Pyx_TraceLine(1,
|
|
28080
|
+
__Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
28081
28081
|
__pyx_t_11 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_3__pyx_unpickle__ASyncFunction, 0, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncFunction, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[87])); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
28082
28082
|
__Pyx_GOTREF(__pyx_t_11);
|
|
28083
28083
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncFunction, __pyx_t_11) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -28090,7 +28090,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
28090
28090
|
* __pyx_result._ASyncFunction__async_def = __pyx_state[0]; __pyx_result._ASyncFunction__async_def_cached = __pyx_state[1]; __pyx_result._ASyncFunction__async_wrap = __pyx_state[2]; __pyx_result._ASyncFunction__asyncified = __pyx_state[3]; __pyx_result._ASyncFunction__modified_fn = __pyx_state[4]; __pyx_result._ASyncFunction__sync_default = __pyx_state[5]; __pyx_result._ASyncFunction__sync_default_cached = __pyx_state[6]; __pyx_result._ASyncFunction__sync_wrap = __pyx_state[7]; __pyx_result._ModifiedMixin__await = __pyx_state[8]; __pyx_result._ModifiedMixin__default = __pyx_state[9]; __pyx_result.__wrapped__ = __pyx_state[10]; __pyx_result._fn = __pyx_state[11]; __pyx_result.modifiers = __pyx_state[12]
|
|
28091
28091
|
* if len(__pyx_state) > 13 and hasattr(__pyx_result, '__dict__'):
|
|
28092
28092
|
*/
|
|
28093
|
-
__Pyx_TraceLine(11,
|
|
28093
|
+
__Pyx_TraceLine(11,26,0,__PYX_ERR(1, 11, __pyx_L1_error))
|
|
28094
28094
|
|
|
28095
28095
|
|
|
28096
28096
|
/* "a_sync/a_sync/function.pyx":1
|
|
@@ -28098,12 +28098,12 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
28098
28098
|
* import inspect
|
|
28099
28099
|
* import sys
|
|
28100
28100
|
*/
|
|
28101
|
-
__Pyx_TraceLine(1,
|
|
28101
|
+
__Pyx_TraceLine(1,7,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
28102
28102
|
__pyx_t_11 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
28103
28103
|
__Pyx_GOTREF(__pyx_t_11);
|
|
28104
28104
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_11) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
28105
28105
|
__Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
|
|
28106
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
28106
|
+
__Pyx_TraceReturnValue(Py_None, 7, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
28107
28107
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
28108
28108
|
|
|
28109
28109
|
/*--- Wrapped vars code ---*/
|
|
@@ -28119,7 +28119,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
|
|
|
28119
28119
|
__Pyx_XDECREF(__pyx_t_11);
|
|
28120
28120
|
__Pyx_XDECREF(__pyx_t_12);
|
|
28121
28121
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
28122
|
-
__Pyx_TraceExceptionUnwind(
|
|
28122
|
+
__Pyx_TraceExceptionUnwind(7, 0);
|
|
28123
28123
|
if (__pyx_m) {
|
|
28124
28124
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
28125
28125
|
__Pyx_AddTraceback("init a_sync.a_sync.function", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
@@ -18168,7 +18168,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
|
|
|
18168
18168
|
(void)__Pyx_modinit_variable_import_code(__pyx_mstate);
|
|
18169
18169
|
if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
18170
18170
|
/*--- Execution code ---*/
|
|
18171
|
-
__Pyx_TraceStartFunc("PyInit_method", __pyx_f[0], 1,
|
|
18171
|
+
__Pyx_TraceStartFunc("PyInit_method", __pyx_f[0], 1, 2, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
18172
18172
|
|
|
18173
18173
|
/* "a_sync/a_sync/method.pyx":11
|
|
18174
18174
|
* # mypy: disable-error-code=valid-type
|
|
@@ -19750,7 +19750,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
|
|
|
19750
19750
|
* cdef tuple state
|
|
19751
19751
|
* cdef object _dict
|
|
19752
19752
|
*/
|
|
19753
|
-
__Pyx_TraceLine(1,
|
|
19753
|
+
__Pyx_TraceLine(1,1,0,__PYX_ERR(2, 1, __pyx_L1_error))
|
|
19754
19754
|
__pyx_t_9 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_6method_17_ASyncBoundMethod_24__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncBoundMethod___reduce_cytho, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_method, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[32])); if (unlikely(!__pyx_t_9)) __PYX_ERR(2, 1, __pyx_L1_error)
|
|
19755
19755
|
__Pyx_GOTREF(__pyx_t_9);
|
|
19756
19756
|
if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_6a_sync_6method__ASyncBoundMethod, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_9) < 0) __PYX_ERR(2, 1, __pyx_L1_error)
|
|
@@ -19762,7 +19762,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
|
|
|
19762
19762
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
19763
19763
|
* __pyx_unpickle__ASyncBoundMethod__set_state(self, __pyx_state)
|
|
19764
19764
|
*/
|
|
19765
|
-
__Pyx_TraceLine(16,
|
|
19765
|
+
__Pyx_TraceLine(16,13,0,__PYX_ERR(2, 16, __pyx_L1_error))
|
|
19766
19766
|
__pyx_t_9 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_6method_17_ASyncBoundMethod_26__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncBoundMethod___setstate_cyt, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_method, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[33])); if (unlikely(!__pyx_t_9)) __PYX_ERR(2, 16, __pyx_L1_error)
|
|
19767
19767
|
__Pyx_GOTREF(__pyx_t_9);
|
|
19768
19768
|
if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_6a_sync_6method__ASyncBoundMethod, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_9) < 0) __PYX_ERR(2, 16, __pyx_L1_error)
|
|
@@ -20552,7 +20552,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
|
|
|
20552
20552
|
* cdef object __pyx_PickleError
|
|
20553
20553
|
* cdef object __pyx_result
|
|
20554
20554
|
*/
|
|
20555
|
-
__Pyx_TraceLine(1,
|
|
20555
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(2, 1, __pyx_L1_error))
|
|
20556
20556
|
__pyx_t_10 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_6method_1__pyx_unpickle__ASyncBoundMethod, 0, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncBoundMethod, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_method, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[55])); if (unlikely(!__pyx_t_10)) __PYX_ERR(2, 1, __pyx_L1_error)
|
|
20557
20557
|
__Pyx_GOTREF(__pyx_t_10);
|
|
20558
20558
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncBoundMethod, __pyx_t_10) < 0) __PYX_ERR(2, 1, __pyx_L1_error)
|
|
@@ -20573,7 +20573,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
|
|
|
20573
20573
|
* This module provides classes for implementing dual-functional sync/async methods in Python.
|
|
20574
20574
|
*
|
|
20575
20575
|
*/
|
|
20576
|
-
__Pyx_TraceLine(1,
|
|
20576
|
+
__Pyx_TraceLine(1,2,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
20577
20577
|
__pyx_t_10 = __Pyx_PyDict_NewPresized(21); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
20578
20578
|
__Pyx_GOTREF(__pyx_t_10);
|
|
20579
20579
|
if (PyDict_SetItem(__pyx_t_10, __pyx_mstate_global->__pyx_kp_u_ASyncMethodDescriptor___call___l, __pyx_mstate_global->__pyx_kp_u_Asynchronously_call_the_method) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
@@ -20599,7 +20599,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
|
|
|
20599
20599
|
if (PyDict_SetItem(__pyx_t_10, __pyx_mstate_global->__pyx_kp_u_ASyncBoundMethodAsyncDefault___c_2, __pyx_mstate_global->__pyx_kp_u_Call_the_bound_method_with_asyn) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
20600
20600
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_10) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
20601
20601
|
__Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
|
|
20602
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
20602
|
+
__Pyx_TraceReturnValue(Py_None, 2, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
20603
20603
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
20604
20604
|
|
|
20605
20605
|
/*--- Wrapped vars code ---*/
|
|
@@ -20615,7 +20615,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
|
|
|
20615
20615
|
__Pyx_XDECREF(__pyx_t_10);
|
|
20616
20616
|
__Pyx_XDECREF(__pyx_t_11);
|
|
20617
20617
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
20618
|
-
__Pyx_TraceExceptionUnwind(
|
|
20618
|
+
__Pyx_TraceExceptionUnwind(2, 0);
|
|
20619
20619
|
if (__pyx_m) {
|
|
20620
20620
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
20621
20621
|
__Pyx_AddTraceback("init a_sync.a_sync.method", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
@@ -24073,7 +24073,7 @@ __Pyx_RefNannySetupContext("PyInit_proxy", 0);
|
|
|
24073
24073
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
24074
24074
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
24075
24075
|
*/
|
|
24076
|
-
__Pyx_TraceLine(3,
|
|
24076
|
+
__Pyx_TraceLine(3,4,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
24077
24077
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_14async_property_5proxy_13AwaitableOnly_9__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AwaitableOnly___setstate_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_async_property_proxy, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[4])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 3, __pyx_L1_error)
|
|
24078
24078
|
__Pyx_GOTREF(__pyx_t_3);
|
|
24079
24079
|
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)
|
|
@@ -5,6 +5,7 @@ from typing import (
|
|
|
5
5
|
AsyncIterator,
|
|
6
6
|
Awaitable,
|
|
7
7
|
Callable,
|
|
8
|
+
Coroutine,
|
|
8
9
|
Literal,
|
|
9
10
|
NoReturn,
|
|
10
11
|
TypeVar,
|
|
@@ -39,7 +40,7 @@ def stuck_coro_debugger(
|
|
|
39
40
|
) -> ASyncGeneratorFunction[__P, __TYield]: ...
|
|
40
41
|
@overload
|
|
41
42
|
def stuck_coro_debugger(
|
|
42
|
-
fn: Callable[Concatenate[__TBase, __P],
|
|
43
|
+
fn: Callable[Concatenate[__TBase, __P], Coroutine[Any, Any, __T]],
|
|
43
44
|
logger: Logger = logger,
|
|
44
45
|
interval: int = _FIVE_MINUTES,
|
|
45
46
|
) -> ASyncBoundMethod[__TBase, __P, __T]: ...
|
|
@@ -63,8 +64,10 @@ def stuck_coro_debugger(
|
|
|
63
64
|
) -> Callable[__P, AsyncIterator[__TYield]]: ...
|
|
64
65
|
@overload
|
|
65
66
|
def stuck_coro_debugger(
|
|
66
|
-
fn: Callable[__P,
|
|
67
|
-
|
|
67
|
+
fn: Callable[__P, Coroutine[Any, Any, __T]],
|
|
68
|
+
logger: Logger = logger,
|
|
69
|
+
interval: int = _FIVE_MINUTES,
|
|
70
|
+
) -> Callable[__P, Coroutine[Any, Any, __T]]: ...
|
|
68
71
|
def stuck_coro_debugger(fn, logger=logger, interval=_FIVE_MINUTES): ...
|
|
69
72
|
async def _stuck_debug_task(
|
|
70
73
|
logger: Logger, interval: int, fn: Callable[__P, __T], *args: __P.args, **kwargs: __P.kwargs
|
|
@@ -25055,7 +25055,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
25055
25055
|
if (unlikely((__Pyx_modinit_variable_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
25056
25056
|
if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
25057
25057
|
/*--- Execution code ---*/
|
|
25058
|
-
__Pyx_TraceStartFunc("PyInit_iter", __pyx_f[0], 1,
|
|
25058
|
+
__Pyx_TraceStartFunc("PyInit_iter", __pyx_f[0], 1, 5, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
25059
25059
|
|
|
25060
25060
|
/* "cfunc.to_py":65
|
|
25061
25061
|
*
|
|
@@ -26164,7 +26164,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26164
26164
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26165
26165
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26166
26166
|
*/
|
|
26167
|
-
__Pyx_TraceLine(3,
|
|
26167
|
+
__Pyx_TraceLine(3,10,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26168
26168
|
__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)
|
|
26169
26169
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26170
26170
|
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)
|
|
@@ -26201,7 +26201,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26201
26201
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26202
26202
|
* def __setstate_cython__(self, __pyx_state):
|
|
26203
26203
|
*/
|
|
26204
|
-
__Pyx_TraceLine(1,
|
|
26204
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26205
26205
|
__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)
|
|
26206
26206
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26207
26207
|
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)
|
|
@@ -26213,7 +26213,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26213
26213
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26214
26214
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26215
26215
|
*/
|
|
26216
|
-
__Pyx_TraceLine(3,
|
|
26216
|
+
__Pyx_TraceLine(3,11,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26217
26217
|
__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)
|
|
26218
26218
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26219
26219
|
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)
|
|
@@ -26400,7 +26400,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26400
26400
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26401
26401
|
* def __setstate_cython__(self, __pyx_state):
|
|
26402
26402
|
*/
|
|
26403
|
-
__Pyx_TraceLine(1,
|
|
26403
|
+
__Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26404
26404
|
__pyx_t_8 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_14_ASyncIterator_17__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncIterator___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[33])); if (unlikely(!__pyx_t_8)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
26405
26405
|
__Pyx_GOTREF(__pyx_t_8);
|
|
26406
26406
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_8) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -26412,7 +26412,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26412
26412
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26413
26413
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26414
26414
|
*/
|
|
26415
|
-
__Pyx_TraceLine(3,
|
|
26415
|
+
__Pyx_TraceLine(3,13,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26416
26416
|
__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)
|
|
26417
26417
|
__Pyx_GOTREF(__pyx_t_8);
|
|
26418
26418
|
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)
|
|
@@ -26537,7 +26537,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26537
26537
|
* raise TypeError, "self._ASyncGeneratorFunction__weakself_ptr cannot be converted to a Python object for pickling"
|
|
26538
26538
|
* def __setstate_cython__(self, __pyx_state):
|
|
26539
26539
|
*/
|
|
26540
|
-
__Pyx_TraceLine(1,
|
|
26540
|
+
__Pyx_TraceLine(1,4,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26541
26541
|
__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)
|
|
26542
26542
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26543
26543
|
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)
|
|
@@ -26549,7 +26549,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26549
26549
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26550
26550
|
* raise TypeError, "self._ASyncGeneratorFunction__weakself_ptr cannot be converted to a Python object for pickling"
|
|
26551
26551
|
*/
|
|
26552
|
-
__Pyx_TraceLine(3,
|
|
26552
|
+
__Pyx_TraceLine(3,14,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26553
26553
|
__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)
|
|
26554
26554
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26555
26555
|
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)
|
|
@@ -26630,7 +26630,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26630
26630
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26631
26631
|
* def __setstate_cython__(self, __pyx_state):
|
|
26632
26632
|
*/
|
|
26633
|
-
__Pyx_TraceLine(1,
|
|
26633
|
+
__Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26634
26634
|
__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)
|
|
26635
26635
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26636
26636
|
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)
|
|
@@ -26642,7 +26642,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26642
26642
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26643
26643
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26644
26644
|
*/
|
|
26645
|
-
__Pyx_TraceLine(3,
|
|
26645
|
+
__Pyx_TraceLine(3,12,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26646
26646
|
__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)
|
|
26647
26647
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26648
26648
|
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)
|
|
@@ -26672,7 +26672,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26672
26672
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26673
26673
|
* def __setstate_cython__(self, __pyx_state):
|
|
26674
26674
|
*/
|
|
26675
|
-
__Pyx_TraceLine(1,
|
|
26675
|
+
__Pyx_TraceLine(1,6,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26676
26676
|
__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)
|
|
26677
26677
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26678
26678
|
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)
|
|
@@ -26684,7 +26684,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26684
26684
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26685
26685
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26686
26686
|
*/
|
|
26687
|
-
__Pyx_TraceLine(3,
|
|
26687
|
+
__Pyx_TraceLine(3,9,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26688
26688
|
__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)
|
|
26689
26689
|
__Pyx_GOTREF(__pyx_t_3);
|
|
26690
26690
|
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)
|
|
@@ -26802,7 +26802,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26802
26802
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26803
26803
|
* def __setstate_cython__(self, __pyx_state):
|
|
26804
26804
|
*/
|
|
26805
|
-
__Pyx_TraceLine(1,
|
|
26805
|
+
__Pyx_TraceLine(1,3,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
26806
26806
|
__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)
|
|
26807
26807
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26808
26808
|
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)
|
|
@@ -26814,7 +26814,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26814
26814
|
* def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
|
|
26815
26815
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
26816
26816
|
*/
|
|
26817
|
-
__Pyx_TraceLine(3,
|
|
26817
|
+
__Pyx_TraceLine(3,15,0,__PYX_ERR(1, 3, __pyx_L1_error))
|
|
26818
26818
|
__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)
|
|
26819
26819
|
__Pyx_GOTREF(__pyx_t_5);
|
|
26820
26820
|
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)
|
|
@@ -26992,12 +26992,12 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
26992
26992
|
* import asyncio
|
|
26993
26993
|
* import copy
|
|
26994
26994
|
*/
|
|
26995
|
-
__Pyx_TraceLine(1,
|
|
26995
|
+
__Pyx_TraceLine(1,5,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
26996
26996
|
__pyx_t_4 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
26997
26997
|
__Pyx_GOTREF(__pyx_t_4);
|
|
26998
26998
|
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)
|
|
26999
26999
|
__Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
|
|
27000
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
27000
|
+
__Pyx_TraceReturnValue(Py_None, 5, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
27001
27001
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
27002
27002
|
|
|
27003
27003
|
/*--- Wrapped vars code ---*/
|
|
@@ -27011,7 +27011,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
|
|
|
27011
27011
|
__Pyx_XDECREF(__pyx_t_8);
|
|
27012
27012
|
__Pyx_XDECREF(__pyx_t_9);
|
|
27013
27013
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
27014
|
-
__Pyx_TraceExceptionUnwind(
|
|
27014
|
+
__Pyx_TraceExceptionUnwind(5, 0);
|
|
27015
27015
|
if (__pyx_m) {
|
|
27016
27016
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
27017
27017
|
__Pyx_AddTraceback("init a_sync.iter", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
@@ -7316,7 +7316,7 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
|
|
|
7316
7316
|
(void)__Pyx_modinit_variable_import_code(__pyx_mstate);
|
|
7317
7317
|
if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
7318
7318
|
/*--- Execution code ---*/
|
|
7319
|
-
__Pyx_TraceStartFunc("PyInit__debug", __pyx_f[0], 1,
|
|
7319
|
+
__Pyx_TraceStartFunc("PyInit__debug", __pyx_f[0], 1, 0, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
7320
7320
|
|
|
7321
7321
|
/* "a_sync/primitives/_debug.pyx":7
|
|
7322
7322
|
* """
|
|
@@ -7588,7 +7588,7 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
|
|
|
7588
7588
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
7589
7589
|
* def __setstate_cython__(self, __pyx_state):
|
|
7590
7590
|
*/
|
|
7591
|
-
__Pyx_TraceLine(1,
|
|
7591
|
+
__Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
7592
7592
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_6_debug_15_LoopBoundMixin_7__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_LoopBoundMixin___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives__debug, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[7])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
7593
7593
|
__Pyx_GOTREF(__pyx_t_3);
|
|
7594
7594
|
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)
|
|
@@ -7706,7 +7706,7 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
|
|
|
7706
7706
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
7707
7707
|
* def __setstate_cython__(self, __pyx_state):
|
|
7708
7708
|
*/
|
|
7709
|
-
__Pyx_TraceLine(1,
|
|
7709
|
+
__Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
7710
7710
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_6_debug_17_DebugDaemonMixin_12__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_DebugDaemonMixin___reduce_cytho, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives__debug, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[16])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
7711
7711
|
__Pyx_GOTREF(__pyx_t_3);
|
|
7712
7712
|
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)
|
|
@@ -7729,12 +7729,12 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
|
|
|
7729
7729
|
* This module provides a mixin class used to facilitate the creation of debugging daemons in subclasses.
|
|
7730
7730
|
*
|
|
7731
7731
|
*/
|
|
7732
|
-
__Pyx_TraceLine(1,
|
|
7732
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
7733
7733
|
__pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
7734
7734
|
__Pyx_GOTREF(__pyx_t_3);
|
|
7735
7735
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_3) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
7736
7736
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
|
7737
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
7737
|
+
__Pyx_TraceReturnValue(Py_None, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
7738
7738
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
7739
7739
|
|
|
7740
7740
|
/*--- Wrapped vars code ---*/
|
|
@@ -7746,7 +7746,7 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
|
|
|
7746
7746
|
__Pyx_XDECREF(__pyx_t_4);
|
|
7747
7747
|
__Pyx_XDECREF(__pyx_t_5);
|
|
7748
7748
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
7749
|
-
__Pyx_TraceExceptionUnwind(
|
|
7749
|
+
__Pyx_TraceExceptionUnwind(0, 0);
|
|
7750
7750
|
if (__pyx_m) {
|
|
7751
7751
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
7752
7752
|
__Pyx_AddTraceback("init a_sync.primitives._debug", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
@@ -5211,7 +5211,7 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
|
|
|
5211
5211
|
(void)__Pyx_modinit_variable_import_code(__pyx_mstate);
|
|
5212
5212
|
(void)__Pyx_modinit_function_import_code(__pyx_mstate);
|
|
5213
5213
|
/*--- Execution code ---*/
|
|
5214
|
-
__Pyx_TraceStartFunc("PyInit__loggable", __pyx_f[0], 1,
|
|
5214
|
+
__Pyx_TraceStartFunc("PyInit__loggable", __pyx_f[0], 1, 0, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
5215
5215
|
|
|
5216
5216
|
/* "a_sync/primitives/_loggable.pyx":6
|
|
5217
5217
|
* """
|
|
@@ -5325,7 +5325,7 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
|
|
|
5325
5325
|
* cdef tuple state
|
|
5326
5326
|
* cdef object _dict
|
|
5327
5327
|
*/
|
|
5328
|
-
__Pyx_TraceLine(1,
|
|
5328
|
+
__Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
5329
5329
|
__pyx_t_2 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_9_loggable_12_LoggerMixin_1__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_LoggerMixin___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives__loggable, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[4])); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
5330
5330
|
__Pyx_GOTREF(__pyx_t_2);
|
|
5331
5331
|
if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_10primitives_9_loggable__LoggerMixin, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_2) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
@@ -5394,14 +5394,14 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
|
|
|
5394
5394
|
* """
|
|
5395
5395
|
* This module provides a mixin class to add debug logging capabilities to other classes.
|
|
5396
5396
|
*/
|
|
5397
|
-
__Pyx_TraceLine(1,
|
|
5397
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
5398
5398
|
__pyx_t_2 = __Pyx_PyDict_NewPresized(2); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
5399
5399
|
__Pyx_GOTREF(__pyx_t_2);
|
|
5400
5400
|
if (PyDict_SetItem(__pyx_t_2, __pyx_mstate_global->__pyx_kp_u_LoggerMixin_logger___get___line, __pyx_mstate_global->__pyx_kp_u_Provides_a_logger_instance_spec) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
5401
5401
|
if (PyDict_SetItem(__pyx_t_2, __pyx_mstate_global->__pyx_kp_u_LoggerMixin_debug_logs_enabled, __pyx_mstate_global->__pyx_kp_u_Checks_if_debug_logging_is_enab) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
5402
5402
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_2) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
5403
5403
|
__Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
|
|
5404
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
5404
|
+
__Pyx_TraceReturnValue(Py_None, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
5405
5405
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
5406
5406
|
|
|
5407
5407
|
/*--- Wrapped vars code ---*/
|
|
@@ -5411,7 +5411,7 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
|
|
|
5411
5411
|
__Pyx_XDECREF(__pyx_t_2);
|
|
5412
5412
|
__Pyx_XDECREF(__pyx_t_3);
|
|
5413
5413
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
5414
|
-
__Pyx_TraceExceptionUnwind(
|
|
5414
|
+
__Pyx_TraceExceptionUnwind(0, 0);
|
|
5415
5415
|
if (__pyx_m) {
|
|
5416
5416
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
5417
5417
|
__Pyx_AddTraceback("init a_sync.primitives._loggable", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
@@ -8323,7 +8323,7 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
|
|
|
8323
8323
|
(void)__Pyx_modinit_variable_import_code(__pyx_mstate);
|
|
8324
8324
|
(void)__Pyx_modinit_function_import_code(__pyx_mstate);
|
|
8325
8325
|
/*--- Execution code ---*/
|
|
8326
|
-
__Pyx_TraceStartFunc("PyInit_event", __pyx_f[0], 1,
|
|
8326
|
+
__Pyx_TraceStartFunc("PyInit_event", __pyx_f[0], 1, 1, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
8327
8327
|
|
|
8328
8328
|
/* "a_sync/primitives/locks/event.pyx":6
|
|
8329
8329
|
* """
|
|
@@ -8544,7 +8544,7 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
|
|
|
8544
8544
|
* raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
|
|
8545
8545
|
* def __setstate_cython__(self, __pyx_state):
|
|
8546
8546
|
*/
|
|
8547
|
-
__Pyx_TraceLine(1,
|
|
8547
|
+
__Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
|
|
8548
8548
|
__pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_5event_11CythonEvent_23__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_CythonEvent___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_event, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[13])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
|
|
8549
8549
|
__Pyx_GOTREF(__pyx_t_3);
|
|
8550
8550
|
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)
|
|
@@ -8576,12 +8576,12 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
|
|
|
8576
8576
|
* """
|
|
8577
8577
|
* This module provides an enhanced version of asyncio.Event with additional debug logging to help detect deadlocks.
|
|
8578
8578
|
*/
|
|
8579
|
-
__Pyx_TraceLine(1,
|
|
8579
|
+
__Pyx_TraceLine(1,1,0,__PYX_ERR(0, 1, __pyx_L1_error))
|
|
8580
8580
|
__pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
8581
8581
|
__Pyx_GOTREF(__pyx_t_3);
|
|
8582
8582
|
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_3) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
8583
8583
|
__Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
|
|
8584
|
-
__Pyx_TraceReturnValue(Py_None,
|
|
8584
|
+
__Pyx_TraceReturnValue(Py_None, 1, 0, __PYX_ERR(0, 1, __pyx_L1_error));
|
|
8585
8585
|
__Pyx_PyMonitoring_ExitScope(0);
|
|
8586
8586
|
|
|
8587
8587
|
/*--- Wrapped vars code ---*/
|
|
@@ -8591,7 +8591,7 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
|
|
|
8591
8591
|
__Pyx_XDECREF(__pyx_t_2);
|
|
8592
8592
|
__Pyx_XDECREF(__pyx_t_3);
|
|
8593
8593
|
__Pyx_TraceException(__pyx_lineno, 0, 0);
|
|
8594
|
-
__Pyx_TraceExceptionUnwind(
|
|
8594
|
+
__Pyx_TraceExceptionUnwind(1, 0);
|
|
8595
8595
|
if (__pyx_m) {
|
|
8596
8596
|
if (__pyx_mstate->__pyx_d && stringtab_initialized) {
|
|
8597
8597
|
__Pyx_AddTraceback("init a_sync.primitives.locks.event", __pyx_clineno, __pyx_lineno, __pyx_filename);
|