ez-a-sync 0.29.1__tar.gz → 0.29.2__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.
Files changed (206) hide show
  1. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/PKG-INFO +1 -1
  2. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/abstract.c +16 -16
  3. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/abstract.pyx +2 -2
  4. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/base.c +43 -43
  5. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/base.pyx +5 -5
  6. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/function.c +497 -2782
  7. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/function.pyx +1 -1
  8. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/method.c +24 -24
  9. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/method.pyx +3 -3
  10. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/manager.c +417 -1426
  11. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/manager.pyx +1 -1
  12. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/property.c +15 -15
  13. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/property.pyx +2 -2
  14. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/proxy.c +598 -1492
  15. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/proxy.pyx +1 -1
  16. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/prio_semaphore.c +1929 -2405
  17. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/prio_semaphore.pxd +2 -1
  18. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/prio_semaphore.pyi +1 -1
  19. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/prio_semaphore.pyx +18 -43
  20. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/semaphore.c +1874 -3290
  21. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/semaphore.pxd +0 -4
  22. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/semaphore.pyx +11 -52
  23. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/utils/iterators.py +2 -2
  24. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/ez_a_sync.egg-info/PKG-INFO +1 -1
  25. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.coverage +0 -0
  26. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.github/workflows/black.yaml +0 -0
  27. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.github/workflows/codeql.yaml +0 -0
  28. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.github/workflows/docs.yaml +0 -0
  29. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.github/workflows/mypy.yaml +0 -0
  30. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.github/workflows/pytest.yaml +0 -0
  31. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.github/workflows/release.yaml +0 -0
  32. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.gitignore +0 -0
  33. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/.sourcery.yaml +0 -0
  34. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/LICENSE.txt +0 -0
  35. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/MANIFEST.in +0 -0
  36. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/Makefile +0 -0
  37. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/README.md +0 -0
  38. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/TODO +0 -0
  39. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/ENVIRONMENT_VARIABLES.py +0 -0
  40. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/__init__.pxd +0 -0
  41. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/__init__.py +0 -0
  42. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/_smart.c +0 -0
  43. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/_smart.pxd +0 -0
  44. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/_smart.pyi +0 -0
  45. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/_smart.pyx +0 -0
  46. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/_typing.py +0 -0
  47. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/__init__.py +0 -0
  48. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_descriptor.c +0 -0
  49. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_descriptor.pyi +0 -0
  50. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_descriptor.pyx +0 -0
  51. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_flags.c +0 -0
  52. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_flags.pxd +0 -0
  53. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_flags.pyx +0 -0
  54. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_helpers.c +0 -0
  55. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_helpers.pxd +0 -0
  56. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_helpers.pyi +0 -0
  57. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_helpers.pyx +0 -0
  58. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_kwargs.c +0 -0
  59. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_kwargs.pxd +0 -0
  60. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_kwargs.pyx +0 -0
  61. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/_meta.py +0 -0
  62. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/abstract.pyi +0 -0
  63. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/base.pyi +0 -0
  64. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/config.py +0 -0
  65. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/decorator.py +0 -0
  66. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/flags.c +0 -0
  67. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/flags.pxd +0 -0
  68. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/flags.pyi +0 -0
  69. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/flags.pyx +0 -0
  70. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/function.pxd +0 -0
  71. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/function.pyi +0 -0
  72. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/method.pxd +0 -0
  73. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/method.pyi +0 -0
  74. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/__init__.pxd +0 -0
  75. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/__init__.py +0 -0
  76. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/cache/__init__.py +0 -0
  77. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/cache/memory.py +0 -0
  78. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/limiter.py +0 -0
  79. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/manager.pxd +0 -0
  80. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/manager.pyi +0 -0
  81. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/modifiers/semaphores.py +0 -0
  82. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/property.pyi +0 -0
  83. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/a_sync/singleton.py +0 -0
  84. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/aliases.py +0 -0
  85. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/__init__.pxd +0 -0
  86. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/__init__.py +0 -0
  87. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/cached.c +0 -0
  88. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/cached.pxd +0 -0
  89. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/cached.pyi +0 -0
  90. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/cached.pyx +0 -0
  91. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/proxy.pxd +0 -0
  92. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/async_property/proxy.pyi +0 -0
  93. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/__init__.pxd +0 -0
  94. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/__init__.py +0 -0
  95. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/as_completed.c +0 -0
  96. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/as_completed.pxd +0 -0
  97. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/as_completed.pyi +0 -0
  98. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/as_completed.pyx +0 -0
  99. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/create_task.c +0 -0
  100. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/create_task.pxd +0 -0
  101. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/create_task.pyi +0 -0
  102. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/create_task.pyx +0 -0
  103. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/gather.c +0 -0
  104. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/gather.pyi +0 -0
  105. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/gather.pyx +0 -0
  106. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/igather.c +0 -0
  107. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/igather.pxd +0 -0
  108. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/igather.pyi +0 -0
  109. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/igather.pyx +0 -0
  110. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/sleep.c +0 -0
  111. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/sleep.pyi +0 -0
  112. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/asyncio/sleep.pyx +0 -0
  113. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/exceptions.c +0 -0
  114. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/exceptions.pyi +0 -0
  115. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/exceptions.pyx +0 -0
  116. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/executor.py +0 -0
  117. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/functools.c +0 -0
  118. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/functools.pxd +0 -0
  119. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/functools.pyi +0 -0
  120. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/functools.pyx +0 -0
  121. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/future.py +0 -0
  122. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/iter.c +0 -0
  123. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/iter.pyi +0 -0
  124. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/iter.pyx +0 -0
  125. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/__init__.pxd +0 -0
  126. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/__init__.py +0 -0
  127. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_debug.c +0 -0
  128. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_debug.pxd +0 -0
  129. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_debug.pyi +0 -0
  130. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_debug.pyx +0 -0
  131. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_loggable.c +0 -0
  132. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_loggable.pxd +0 -0
  133. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_loggable.pyi +0 -0
  134. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/_loggable.pyx +0 -0
  135. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/__init__.pxd +0 -0
  136. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/__init__.py +0 -0
  137. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/counter.c +0 -0
  138. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/counter.pxd +0 -0
  139. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/counter.pyi +0 -0
  140. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/counter.pyx +0 -0
  141. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/event.c +0 -0
  142. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/event.pxd +0 -0
  143. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/event.pyi +0 -0
  144. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/event.pyx +0 -0
  145. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/locks/semaphore.pyi +0 -0
  146. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/primitives/queue.py +0 -0
  147. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/py.typed +0 -0
  148. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/sphinx/__init__.py +0 -0
  149. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/sphinx/ext.py +0 -0
  150. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/task.py +0 -0
  151. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/utils/__init__.py +0 -0
  152. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/a_sync/utils/repr.py +0 -0
  153. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/Makefile +0 -0
  154. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/alabaster.css +0 -0
  155. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/basic.css +0 -0
  156. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/custom.css +0 -0
  157. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/doctools.js +0 -0
  158. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/documentation_options.js +0 -0
  159. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/file.png +0 -0
  160. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/language_data.js +0 -0
  161. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/minus.png +0 -0
  162. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/plus.png +0 -0
  163. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/pygments.css +0 -0
  164. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/searchtools.js +0 -0
  165. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/_build/html/_static/sphinx_highlight.js +0 -0
  166. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/conf.py +0 -0
  167. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/index.rst +0 -0
  168. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/docs/make.bat +0 -0
  169. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/ez_a_sync.egg-info/SOURCES.txt +0 -0
  170. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/ez_a_sync.egg-info/dependency_links.txt +0 -0
  171. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/ez_a_sync.egg-info/not-zip-safe +0 -0
  172. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/ez_a_sync.egg-info/requires.txt +0 -0
  173. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/ez_a_sync.egg-info/top_level.txt +0 -0
  174. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/pyproject.toml +0 -0
  175. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/requirements-dev.txt +0 -0
  176. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/requirements.txt +0 -0
  177. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/setup.cfg +0 -0
  178. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/setup.py +0 -0
  179. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/__init__.py +0 -0
  180. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/modifiers/test_apply_semaphore.py +0 -0
  181. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_abstract.py +0 -0
  182. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_base.py +0 -0
  183. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_cache.py +0 -0
  184. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_decorator.py +0 -0
  185. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_limiter.py +0 -0
  186. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_meta.py +0 -0
  187. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_modified.py +0 -0
  188. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/a_sync/test_singleton.py +0 -0
  189. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/asyncio/test_as_completed.py +0 -0
  190. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/asyncio/test_create_task.py +0 -0
  191. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/asyncio/test_gather.py +0 -0
  192. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/conftest.py +0 -0
  193. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/executor.py +0 -0
  194. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/fixtures.py +0 -0
  195. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/primitives/test_counter.py +0 -0
  196. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/primitives/test_event.py +0 -0
  197. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/primitives/test_prio_semaphore.py +0 -0
  198. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/primitives/test_queue.py +0 -0
  199. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/primitives/test_semaphore.py +0 -0
  200. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/task/test_task.py +0 -0
  201. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/task/test_task_mapping_views.py +0 -0
  202. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/test_executor.py +0 -0
  203. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/test_future.py +0 -0
  204. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/test_helpers.py +0 -0
  205. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/test_iter.py +0 -0
  206. {ez_a_sync-0.29.1 → ez_a_sync-0.29.2}/tests/test_smart.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ez-a-sync
3
- Version: 0.29.1
3
+ Version: 0.29.2
4
4
  Summary: A library that makes it easy to define objects that can be used for both sync and async use cases.
5
5
  Home-page: https://github.com/BobTheBuidler/a-sync
6
6
  Author: BobTheBuidler
@@ -2451,7 +2451,7 @@ static int (*__pyx_f_6a_sync_6a_sync_7_kwargs_is_sync)(PyObject *, PyObject *, i
2451
2451
  static int (*__pyx_f_6a_sync_6a_sync_6_flags_validate_and_negate_if_necessary)(PyObject *, PyObject *); /*proto*/
2452
2452
 
2453
2453
  /* Module declarations from "a_sync.a_sync.abstract" */
2454
- static PyObject *__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for = 0;
2454
+ static PyObject *__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled = 0;
2455
2455
  static PyObject *__pyx_v_6a_sync_6a_sync_8abstract__logger_log = 0;
2456
2456
  static PyObject *__pyx_v_6a_sync_6a_sync_8abstract_DEBUG = 0;
2457
2457
  static CYTHON_INLINE void __pyx_f_6a_sync_6a_sync_8abstract__log_debug(PyObject *, PyObject *); /*proto*/
@@ -4676,13 +4676,13 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_8abstract_8ASyncABC_6__a_sync_instance
4676
4676
  /* "a_sync/a_sync/abstract.pyx":166
4677
4677
  * True
4678
4678
  * """
4679
- * cdef bint debug_logs = _logger_is_enabled_for(DEBUG) # <<<<<<<<<<<<<<
4679
+ * cdef bint debug_logs = _logger_is_enabled(DEBUG) # <<<<<<<<<<<<<<
4680
4680
  *
4681
4681
  * if debug_logs:
4682
4682
  */
4683
4683
  __Pyx_TraceLine(166,0,__PYX_ERR(0, 166, __pyx_L1_error))
4684
- __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for);
4685
- __pyx_t_2 = __pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for; __pyx_t_3 = NULL;
4684
+ __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled);
4685
+ __pyx_t_2 = __pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled; __pyx_t_3 = NULL;
4686
4686
  __pyx_t_4 = 0;
4687
4687
  #if CYTHON_UNPACK_METHODS
4688
4688
  if (unlikely(PyMethod_Check(__pyx_t_2))) {
@@ -4709,7 +4709,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_8abstract_8ASyncABC_6__a_sync_instance
4709
4709
  __pyx_v_debug_logs = __pyx_t_5;
4710
4710
 
4711
4711
  /* "a_sync/a_sync/abstract.pyx":168
4712
- * cdef bint debug_logs = _logger_is_enabled_for(DEBUG)
4712
+ * cdef bint debug_logs = _logger_is_enabled(DEBUG)
4713
4713
  *
4714
4714
  * if debug_logs: # <<<<<<<<<<<<<<
4715
4715
  * _log_debug(
@@ -4751,7 +4751,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_8abstract_8ASyncABC_6__a_sync_instance
4751
4751
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
4752
4752
 
4753
4753
  /* "a_sync/a_sync/abstract.pyx":168
4754
- * cdef bint debug_logs = _logger_is_enabled_for(DEBUG)
4754
+ * cdef bint debug_logs = _logger_is_enabled(DEBUG)
4755
4755
  *
4756
4756
  * if debug_logs: # <<<<<<<<<<<<<<
4757
4757
  * _log_debug(
@@ -5408,10 +5408,10 @@ static int __pyx_import_star_set(PyObject *o, PyObject* py_name, char *name) {
5408
5408
  Py_DECREF(__pyx_v_6a_sync_6a_sync_8abstract_DEBUG);
5409
5409
  __pyx_v_6a_sync_6a_sync_8abstract_DEBUG = o;
5410
5410
  }
5411
- else if (__Pyx_StrEq(name, "_logger_is_enabled_for")) {
5411
+ else if (__Pyx_StrEq(name, "_logger_is_enabled")) {
5412
5412
  Py_INCREF(o);
5413
- Py_DECREF(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for);
5414
- __pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for = o;
5413
+ Py_DECREF(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled);
5414
+ __pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled = o;
5415
5415
  }
5416
5416
  else if (__Pyx_StrEq(name, "_logger_log")) {
5417
5417
  Py_INCREF(o);
@@ -5788,7 +5788,7 @@ static int __Pyx_modinit_global_init_code(void) {
5788
5788
  __Pyx_RefNannyDeclarations
5789
5789
  __Pyx_RefNannySetupContext("__Pyx_modinit_global_init_code", 0);
5790
5790
  /*--- Global init code ---*/
5791
- __pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for = Py_None; Py_INCREF(Py_None);
5791
+ __pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled = Py_None; Py_INCREF(Py_None);
5792
5792
  __pyx_v_6a_sync_6a_sync_8abstract__logger_log = Py_None; Py_INCREF(Py_None);
5793
5793
  __pyx_v_6a_sync_6a_sync_8abstract_DEBUG = Py_None; Py_INCREF(Py_None);
5794
5794
  __Pyx_RefNannyFinishContext();
@@ -6264,7 +6264,7 @@ if (!__Pyx_RefNanny) {
6264
6264
  *
6265
6265
  * logger = getLogger(__name__) # <<<<<<<<<<<<<<
6266
6266
  *
6267
- * cdef object _logger_is_enabled_for = logger.isEnabledFor
6267
+ * cdef object _logger_is_enabled = logger.isEnabledFor
6268
6268
  */
6269
6269
  __Pyx_TraceLine(27,0,__PYX_ERR(0, 27, __pyx_L1_error))
6270
6270
  __Pyx_GetModuleGlobalName(__pyx_t_2, __pyx_n_s_getLogger); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 27, __pyx_L1_error)
@@ -6281,7 +6281,7 @@ if (!__Pyx_RefNanny) {
6281
6281
  /* "a_sync/a_sync/abstract.pyx":29
6282
6282
  * logger = getLogger(__name__)
6283
6283
  *
6284
- * cdef object _logger_is_enabled_for = logger.isEnabledFor # <<<<<<<<<<<<<<
6284
+ * cdef object _logger_is_enabled = logger.isEnabledFor # <<<<<<<<<<<<<<
6285
6285
  * cdef object _logger_log = logger._log
6286
6286
  * cdef object DEBUG = 10
6287
6287
  */
@@ -6291,14 +6291,14 @@ if (!__Pyx_RefNanny) {
6291
6291
  __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_isEnabledFor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 29, __pyx_L1_error)
6292
6292
  __Pyx_GOTREF(__pyx_t_3);
6293
6293
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
6294
- __Pyx_XGOTREF(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for);
6295
- __Pyx_DECREF_SET(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled_for, __pyx_t_3);
6294
+ __Pyx_XGOTREF(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled);
6295
+ __Pyx_DECREF_SET(__pyx_v_6a_sync_6a_sync_8abstract__logger_is_enabled, __pyx_t_3);
6296
6296
  __Pyx_GIVEREF(__pyx_t_3);
6297
6297
  __pyx_t_3 = 0;
6298
6298
 
6299
6299
  /* "a_sync/a_sync/abstract.pyx":30
6300
6300
  *
6301
- * cdef object _logger_is_enabled_for = logger.isEnabledFor
6301
+ * cdef object _logger_is_enabled = logger.isEnabledFor
6302
6302
  * cdef object _logger_log = logger._log # <<<<<<<<<<<<<<
6303
6303
  * cdef object DEBUG = 10
6304
6304
  *
@@ -6315,7 +6315,7 @@ if (!__Pyx_RefNanny) {
6315
6315
  __pyx_t_4 = 0;
6316
6316
 
6317
6317
  /* "a_sync/a_sync/abstract.pyx":31
6318
- * cdef object _logger_is_enabled_for = logger.isEnabledFor
6318
+ * cdef object _logger_is_enabled = logger.isEnabledFor
6319
6319
  * cdef object _logger_log = logger._log
6320
6320
  * cdef object DEBUG = 10 # <<<<<<<<<<<<<<
6321
6321
  *
@@ -26,7 +26,7 @@ cdef struct ShouldAwaitCache:
26
26
 
27
27
  logger = getLogger(__name__)
28
28
 
29
- cdef object _logger_is_enabled_for = logger.isEnabledFor
29
+ cdef object _logger_is_enabled = logger.isEnabledFor
30
30
  cdef object _logger_log = logger._log
31
31
  cdef object DEBUG = 10
32
32
 
@@ -163,7 +163,7 @@ class ASyncABC(metaclass=ASyncMeta):
163
163
  >>> MyASyncClass.__a_sync_instance_will_be_sync__((), {'sync': True})
164
164
  True
165
165
  """
166
- cdef bint debug_logs = _logger_is_enabled_for(DEBUG)
166
+ cdef bint debug_logs = _logger_is_enabled(DEBUG)
167
167
 
168
168
  if debug_logs:
169
169
  _log_debug(
@@ -2552,7 +2552,7 @@ static PyObject **__pyx_vp_6a_sync_6a_sync_5flags_VIABLE_FLAGS = 0;
2552
2552
  static PyObject *__pyx_v_6a_sync_6a_sync_4base_signature = 0;
2553
2553
  static PyObject *__pyx_v_6a_sync_6a_sync_4base__empty = 0;
2554
2554
  __PYX_EXTERN_C DL_EXPORT(PyObject) *logger;
2555
- static PyObject *__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for = 0;
2555
+ static PyObject *__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled = 0;
2556
2556
  static PyObject *__pyx_v_6a_sync_6a_sync_4base__logger_debug = 0;
2557
2557
  static PyObject *__pyx_v_6a_sync_6a_sync_4base__logger_log = 0;
2558
2558
  static PyObject *__pyx_v_6a_sync_6a_sync_4base_DEBUG = 0;
@@ -3335,13 +3335,13 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase___a_sync_defa
3335
3335
  /* "a_sync/a_sync/base.pyx":74
3336
3336
  * cdef object flag
3337
3337
  * cdef bint flag_value
3338
- * if not _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
3338
+ * if not _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
3339
3339
  * # we can optimize this if we dont need to log `flag` and the return value
3340
3340
  * try:
3341
3341
  */
3342
3342
  __Pyx_TraceLine(74,0,__PYX_ERR(0, 74, __pyx_L1_error))
3343
- __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for);
3344
- __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for; __pyx_t_3 = NULL;
3343
+ __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled);
3344
+ __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled; __pyx_t_3 = NULL;
3345
3345
  __pyx_t_4 = 0;
3346
3346
  #if CYTHON_UNPACK_METHODS
3347
3347
  if (unlikely(PyMethod_Check(__pyx_t_2))) {
@@ -3369,7 +3369,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase___a_sync_defa
3369
3369
  if (__pyx_t_6) {
3370
3370
 
3371
3371
  /* "a_sync/a_sync/base.pyx":76
3372
- * if not _logger_is_enabled_for(DEBUG):
3372
+ * if not _logger_is_enabled(DEBUG):
3373
3373
  * # we can optimize this if we dont need to log `flag` and the return value
3374
3374
  * try: # <<<<<<<<<<<<<<
3375
3375
  * flag = _get_a_sync_flag_name_from_signature(cls, False)
@@ -3410,7 +3410,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase___a_sync_defa
3410
3410
  __pyx_v_flag_value = __pyx_t_6;
3411
3411
 
3412
3412
  /* "a_sync/a_sync/base.pyx":76
3413
- * if not _logger_is_enabled_for(DEBUG):
3413
+ * if not _logger_is_enabled(DEBUG):
3414
3414
  * # we can optimize this if we dont need to log `flag` and the return value
3415
3415
  * try: # <<<<<<<<<<<<<<
3416
3416
  * flag = _get_a_sync_flag_name_from_signature(cls, False)
@@ -3480,7 +3480,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase___a_sync_defa
3480
3480
  goto __pyx_L6_except_error;
3481
3481
 
3482
3482
  /* "a_sync/a_sync/base.pyx":76
3483
- * if not _logger_is_enabled_for(DEBUG):
3483
+ * if not _logger_is_enabled(DEBUG):
3484
3484
  * # we can optimize this if we dont need to log `flag` and the return value
3485
3485
  * try: # <<<<<<<<<<<<<<
3486
3486
  * flag = _get_a_sync_flag_name_from_signature(cls, False)
@@ -3523,7 +3523,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase___a_sync_defa
3523
3523
  /* "a_sync/a_sync/base.pyx":74
3524
3524
  * cdef object flag
3525
3525
  * cdef bint flag_value
3526
- * if not _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
3526
+ * if not _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
3527
3527
  * # we can optimize this if we dont need to log `flag` and the return value
3528
3528
  * try:
3529
3529
  */
@@ -4128,13 +4128,13 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase_4__a_sync_fla
4128
4128
  /* "a_sync/a_sync/base.pyx":114
4129
4129
  * # TODO: cythonize this cache
4130
4130
  * cdef bint debug_logs
4131
- * if debug_logs := _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
4131
+ * if debug_logs := _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
4132
4132
  * _logger_log(DEBUG, "checking a_sync flag for %s", (self, ))
4133
4133
  * try:
4134
4134
  */
4135
4135
  __Pyx_TraceLine(114,0,__PYX_ERR(0, 114, __pyx_L1_error))
4136
- __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for);
4137
- __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for; __pyx_t_3 = NULL;
4136
+ __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled);
4137
+ __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled; __pyx_t_3 = NULL;
4138
4138
  __pyx_t_4 = 0;
4139
4139
  #if CYTHON_UNPACK_METHODS
4140
4140
  if (unlikely(PyMethod_Check(__pyx_t_2))) {
@@ -4164,7 +4164,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase_4__a_sync_fla
4164
4164
 
4165
4165
  /* "a_sync/a_sync/base.pyx":115
4166
4166
  * cdef bint debug_logs
4167
- * if debug_logs := _logger_is_enabled_for(DEBUG):
4167
+ * if debug_logs := _logger_is_enabled(DEBUG):
4168
4168
  * _logger_log(DEBUG, "checking a_sync flag for %s", (self, )) # <<<<<<<<<<<<<<
4169
4169
  * try:
4170
4170
  * flag = _get_a_sync_flag_name_from_signature(type(self), debug_logs)
@@ -4204,14 +4204,14 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase_4__a_sync_fla
4204
4204
  /* "a_sync/a_sync/base.pyx":114
4205
4205
  * # TODO: cythonize this cache
4206
4206
  * cdef bint debug_logs
4207
- * if debug_logs := _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
4207
+ * if debug_logs := _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
4208
4208
  * _logger_log(DEBUG, "checking a_sync flag for %s", (self, ))
4209
4209
  * try:
4210
4210
  */
4211
4211
  }
4212
4212
 
4213
4213
  /* "a_sync/a_sync/base.pyx":116
4214
- * if debug_logs := _logger_is_enabled_for(DEBUG):
4214
+ * if debug_logs := _logger_is_enabled(DEBUG):
4215
4215
  * _logger_log(DEBUG, "checking a_sync flag for %s", (self, ))
4216
4216
  * try: # <<<<<<<<<<<<<<
4217
4217
  * flag = _get_a_sync_flag_name_from_signature(type(self), debug_logs)
@@ -4241,7 +4241,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase_4__a_sync_fla
4241
4241
  __pyx_t_1 = 0;
4242
4242
 
4243
4243
  /* "a_sync/a_sync/base.pyx":116
4244
- * if debug_logs := _logger_is_enabled_for(DEBUG):
4244
+ * if debug_logs := _logger_is_enabled(DEBUG):
4245
4245
  * _logger_log(DEBUG, "checking a_sync flag for %s", (self, ))
4246
4246
  * try: # <<<<<<<<<<<<<<
4247
4247
  * flag = _get_a_sync_flag_name_from_signature(type(self), debug_logs)
@@ -4520,7 +4520,7 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_4base_16ASyncGenericBase_4__a_sync_fla
4520
4520
  goto __pyx_L6_except_error;
4521
4521
 
4522
4522
  /* "a_sync/a_sync/base.pyx":116
4523
- * if debug_logs := _logger_is_enabled_for(DEBUG):
4523
+ * if debug_logs := _logger_is_enabled(DEBUG):
4524
4524
  * _logger_log(DEBUG, "checking a_sync flag for %s", (self, ))
4525
4525
  * try: # <<<<<<<<<<<<<<
4526
4526
  * flag = _get_a_sync_flag_name_from_signature(type(self), debug_logs)
@@ -5316,7 +5316,7 @@ static PyObject *__pyx_f_6a_sync_6a_sync_4base__get_a_sync_flag_name_from_class_
5316
5316
  *
5317
5317
  * cdef bint _a_sync_flag_default_value_from_signature(object cls): # <<<<<<<<<<<<<<
5318
5318
  * cdef object signature = _get_init_signature(cls)
5319
- * if not _logger_is_enabled_for(DEBUG):
5319
+ * if not _logger_is_enabled(DEBUG):
5320
5320
  */
5321
5321
 
5322
5322
  static int __pyx_f_6a_sync_6a_sync_4base__a_sync_flag_default_value_from_signature(PyObject *__pyx_v_cls) {
@@ -5343,7 +5343,7 @@ static int __pyx_f_6a_sync_6a_sync_4base__a_sync_flag_default_value_from_signatu
5343
5343
  *
5344
5344
  * cdef bint _a_sync_flag_default_value_from_signature(object cls):
5345
5345
  * cdef object signature = _get_init_signature(cls) # <<<<<<<<<<<<<<
5346
- * if not _logger_is_enabled_for(DEBUG):
5346
+ * if not _logger_is_enabled(DEBUG):
5347
5347
  * # we can optimize this much better
5348
5348
  */
5349
5349
  __Pyx_TraceLine(164,0,__PYX_ERR(0, 164, __pyx_L1_error))
@@ -5355,13 +5355,13 @@ static int __pyx_f_6a_sync_6a_sync_4base__a_sync_flag_default_value_from_signatu
5355
5355
  /* "a_sync/a_sync/base.pyx":165
5356
5356
  * cdef bint _a_sync_flag_default_value_from_signature(object cls):
5357
5357
  * cdef object signature = _get_init_signature(cls)
5358
- * if not _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
5358
+ * if not _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
5359
5359
  * # we can optimize this much better
5360
5360
  * return signature.parameters[_get_a_sync_flag_name_from_signature(cls, False)].default
5361
5361
  */
5362
5362
  __Pyx_TraceLine(165,0,__PYX_ERR(0, 165, __pyx_L1_error))
5363
- __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for);
5364
- __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for; __pyx_t_3 = NULL;
5363
+ __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled);
5364
+ __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled; __pyx_t_3 = NULL;
5365
5365
  __pyx_t_4 = 0;
5366
5366
  #if CYTHON_UNPACK_METHODS
5367
5367
  if (unlikely(PyMethod_Check(__pyx_t_2))) {
@@ -5389,7 +5389,7 @@ static int __pyx_f_6a_sync_6a_sync_4base__a_sync_flag_default_value_from_signatu
5389
5389
  if (__pyx_t_6) {
5390
5390
 
5391
5391
  /* "a_sync/a_sync/base.pyx":167
5392
- * if not _logger_is_enabled_for(DEBUG):
5392
+ * if not _logger_is_enabled(DEBUG):
5393
5393
  * # we can optimize this much better
5394
5394
  * return signature.parameters[_get_a_sync_flag_name_from_signature(cls, False)].default # <<<<<<<<<<<<<<
5395
5395
  *
@@ -5415,7 +5415,7 @@ static int __pyx_f_6a_sync_6a_sync_4base__a_sync_flag_default_value_from_signatu
5415
5415
  /* "a_sync/a_sync/base.pyx":165
5416
5416
  * cdef bint _a_sync_flag_default_value_from_signature(object cls):
5417
5417
  * cdef object signature = _get_init_signature(cls)
5418
- * if not _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
5418
+ * if not _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
5419
5419
  * # we can optimize this much better
5420
5420
  * return signature.parameters[_get_a_sync_flag_name_from_signature(cls, False)].default
5421
5421
  */
@@ -5588,7 +5588,7 @@ static int __pyx_f_6a_sync_6a_sync_4base__a_sync_flag_default_value_from_signatu
5588
5588
  *
5589
5589
  * cdef bint _a_sync_flag_default_value_from_signature(object cls): # <<<<<<<<<<<<<<
5590
5590
  * cdef object signature = _get_init_signature(cls)
5591
- * if not _logger_is_enabled_for(DEBUG):
5591
+ * if not _logger_is_enabled(DEBUG):
5592
5592
  */
5593
5593
 
5594
5594
  /* function exit code */
@@ -6101,7 +6101,7 @@ static PyObject *__pyx_f_6a_sync_6a_sync_4base__parse_flag_name_from_list(PyObje
6101
6101
  * if len(present_flags) > 1:
6102
6102
  * _logger_debug("There are too many flags defined on %s", cls) # <<<<<<<<<<<<<<
6103
6103
  * raise TooManyFlags(cls, present_flags)
6104
- * if _logger_is_enabled_for(DEBUG):
6104
+ * if _logger_is_enabled(DEBUG):
6105
6105
  */
6106
6106
  __Pyx_TraceLine(208,0,__PYX_ERR(0, 208, __pyx_L1_error))
6107
6107
  __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_debug);
@@ -6133,7 +6133,7 @@ static PyObject *__pyx_f_6a_sync_6a_sync_4base__parse_flag_name_from_list(PyObje
6133
6133
  * if len(present_flags) > 1:
6134
6134
  * _logger_debug("There are too many flags defined on %s", cls)
6135
6135
  * raise TooManyFlags(cls, present_flags) # <<<<<<<<<<<<<<
6136
- * if _logger_is_enabled_for(DEBUG):
6136
+ * if _logger_is_enabled(DEBUG):
6137
6137
  * flag = present_flags[0]
6138
6138
  */
6139
6139
  __Pyx_TraceLine(209,0,__PYX_ERR(0, 209, __pyx_L1_error))
@@ -6177,13 +6177,13 @@ static PyObject *__pyx_f_6a_sync_6a_sync_4base__parse_flag_name_from_list(PyObje
6177
6177
  /* "a_sync/a_sync/base.pyx":210
6178
6178
  * _logger_debug("There are too many flags defined on %s", cls)
6179
6179
  * raise TooManyFlags(cls, present_flags)
6180
- * if _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
6180
+ * if _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
6181
6181
  * flag = present_flags[0]
6182
6182
  * _logger_log(DEBUG, "found flag %s", (flag, ))
6183
6183
  */
6184
6184
  __Pyx_TraceLine(210,0,__PYX_ERR(0, 210, __pyx_L1_error))
6185
- __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for);
6186
- __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for; __pyx_t_6 = NULL;
6185
+ __Pyx_INCREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled);
6186
+ __pyx_t_2 = __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled; __pyx_t_6 = NULL;
6187
6187
  __pyx_t_10 = 0;
6188
6188
  #if CYTHON_UNPACK_METHODS
6189
6189
  if (unlikely(PyMethod_Check(__pyx_t_2))) {
@@ -6211,7 +6211,7 @@ static PyObject *__pyx_f_6a_sync_6a_sync_4base__parse_flag_name_from_list(PyObje
6211
6211
 
6212
6212
  /* "a_sync/a_sync/base.pyx":211
6213
6213
  * raise TooManyFlags(cls, present_flags)
6214
- * if _logger_is_enabled_for(DEBUG):
6214
+ * if _logger_is_enabled(DEBUG):
6215
6215
  * flag = present_flags[0] # <<<<<<<<<<<<<<
6216
6216
  * _logger_log(DEBUG, "found flag %s", (flag, ))
6217
6217
  * return flag
@@ -6224,7 +6224,7 @@ static PyObject *__pyx_f_6a_sync_6a_sync_4base__parse_flag_name_from_list(PyObje
6224
6224
  __pyx_t_1 = 0;
6225
6225
 
6226
6226
  /* "a_sync/a_sync/base.pyx":212
6227
- * if _logger_is_enabled_for(DEBUG):
6227
+ * if _logger_is_enabled(DEBUG):
6228
6228
  * flag = present_flags[0]
6229
6229
  * _logger_log(DEBUG, "found flag %s", (flag, )) # <<<<<<<<<<<<<<
6230
6230
  * return flag
@@ -6278,7 +6278,7 @@ static PyObject *__pyx_f_6a_sync_6a_sync_4base__parse_flag_name_from_list(PyObje
6278
6278
  /* "a_sync/a_sync/base.pyx":210
6279
6279
  * _logger_debug("There are too many flags defined on %s", cls)
6280
6280
  * raise TooManyFlags(cls, present_flags)
6281
- * if _logger_is_enabled_for(DEBUG): # <<<<<<<<<<<<<<
6281
+ * if _logger_is_enabled(DEBUG): # <<<<<<<<<<<<<<
6282
6282
  * flag = present_flags[0]
6283
6283
  * _logger_log(DEBUG, "found flag %s", (flag, ))
6284
6284
  */
@@ -6726,10 +6726,10 @@ static int __pyx_import_star_set(PyObject *o, PyObject* py_name, char *name) {
6726
6726
  Py_DECREF(__pyx_v_6a_sync_6a_sync_4base__logger_debug);
6727
6727
  __pyx_v_6a_sync_6a_sync_4base__logger_debug = o;
6728
6728
  }
6729
- else if (__Pyx_StrEq(name, "_logger_is_enabled_for")) {
6729
+ else if (__Pyx_StrEq(name, "_logger_is_enabled")) {
6730
6730
  Py_INCREF(o);
6731
- Py_DECREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for);
6732
- __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for = o;
6731
+ Py_DECREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled);
6732
+ __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled = o;
6733
6733
  }
6734
6734
  else if (__Pyx_StrEq(name, "_logger_log")) {
6735
6735
  Py_INCREF(o);
@@ -7088,7 +7088,7 @@ static int __Pyx_modinit_global_init_code(void) {
7088
7088
  __pyx_v_6a_sync_6a_sync_4base_signature = Py_None; Py_INCREF(Py_None);
7089
7089
  __pyx_v_6a_sync_6a_sync_4base__empty = Py_None; Py_INCREF(Py_None);
7090
7090
  logger = Py_None; Py_INCREF(Py_None);
7091
- __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for = Py_None; Py_INCREF(Py_None);
7091
+ __pyx_v_6a_sync_6a_sync_4base__logger_is_enabled = Py_None; Py_INCREF(Py_None);
7092
7092
  __pyx_v_6a_sync_6a_sync_4base__logger_debug = Py_None; Py_INCREF(Py_None);
7093
7093
  __pyx_v_6a_sync_6a_sync_4base__logger_log = Py_None; Py_INCREF(Py_None);
7094
7094
  __pyx_v_6a_sync_6a_sync_4base_DEBUG = Py_None; Py_INCREF(Py_None);
@@ -7643,7 +7643,7 @@ if (!__Pyx_RefNanny) {
7643
7643
  *
7644
7644
  * # cdef logging
7645
7645
  * cdef public object logger = getLogger(__name__) # <<<<<<<<<<<<<<
7646
- * cdef object _logger_is_enabled_for = logger.isEnabledFor
7646
+ * cdef object _logger_is_enabled = logger.isEnabledFor
7647
7647
  * cdef object _logger_debug = logger.debug
7648
7648
  */
7649
7649
  __Pyx_TraceLine(20,0,__PYX_ERR(0, 20, __pyx_L1_error))
@@ -7663,21 +7663,21 @@ if (!__Pyx_RefNanny) {
7663
7663
  /* "a_sync/a_sync/base.pyx":21
7664
7664
  * # cdef logging
7665
7665
  * cdef public object logger = getLogger(__name__)
7666
- * cdef object _logger_is_enabled_for = logger.isEnabledFor # <<<<<<<<<<<<<<
7666
+ * cdef object _logger_is_enabled = logger.isEnabledFor # <<<<<<<<<<<<<<
7667
7667
  * cdef object _logger_debug = logger.debug
7668
7668
  * cdef object _logger_log = logger._log
7669
7669
  */
7670
7670
  __Pyx_TraceLine(21,0,__PYX_ERR(0, 21, __pyx_L1_error))
7671
7671
  __pyx_t_4 = __Pyx_PyObject_GetAttrStr(logger, __pyx_n_s_isEnabledFor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 21, __pyx_L1_error)
7672
7672
  __Pyx_GOTREF(__pyx_t_4);
7673
- __Pyx_XGOTREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for);
7674
- __Pyx_DECREF_SET(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled_for, __pyx_t_4);
7673
+ __Pyx_XGOTREF(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled);
7674
+ __Pyx_DECREF_SET(__pyx_v_6a_sync_6a_sync_4base__logger_is_enabled, __pyx_t_4);
7675
7675
  __Pyx_GIVEREF(__pyx_t_4);
7676
7676
  __pyx_t_4 = 0;
7677
7677
 
7678
7678
  /* "a_sync/a_sync/base.pyx":22
7679
7679
  * cdef public object logger = getLogger(__name__)
7680
- * cdef object _logger_is_enabled_for = logger.isEnabledFor
7680
+ * cdef object _logger_is_enabled = logger.isEnabledFor
7681
7681
  * cdef object _logger_debug = logger.debug # <<<<<<<<<<<<<<
7682
7682
  * cdef object _logger_log = logger._log
7683
7683
  * cdef object DEBUG = 10
@@ -7691,7 +7691,7 @@ if (!__Pyx_RefNanny) {
7691
7691
  __pyx_t_4 = 0;
7692
7692
 
7693
7693
  /* "a_sync/a_sync/base.pyx":23
7694
- * cdef object _logger_is_enabled_for = logger.isEnabledFor
7694
+ * cdef object _logger_is_enabled = logger.isEnabledFor
7695
7695
  * cdef object _logger_debug = logger.debug
7696
7696
  * cdef object _logger_log = logger._log # <<<<<<<<<<<<<<
7697
7697
  * cdef object DEBUG = 10
@@ -7861,7 +7861,7 @@ if (!__Pyx_RefNanny) {
7861
7861
  *
7862
7862
  * cdef bint _a_sync_flag_default_value_from_signature(object cls): # <<<<<<<<<<<<<<
7863
7863
  * cdef object signature = _get_init_signature(cls)
7864
- * if not _logger_is_enabled_for(DEBUG):
7864
+ * if not _logger_is_enabled(DEBUG):
7865
7865
  */
7866
7866
  __Pyx_TraceLine(163,0,__PYX_ERR(0, 163, __pyx_L1_error))
7867
7867
 
@@ -18,7 +18,7 @@ del inspect
18
18
 
19
19
  # cdef logging
20
20
  cdef public object logger = getLogger(__name__)
21
- cdef object _logger_is_enabled_for = logger.isEnabledFor
21
+ cdef object _logger_is_enabled = logger.isEnabledFor
22
22
  cdef object _logger_debug = logger.debug
23
23
  cdef object _logger_log = logger._log
24
24
  cdef object DEBUG = 10
@@ -71,7 +71,7 @@ class ASyncGenericBase(ASyncABC):
71
71
  def __a_sync_default_mode__(cls) -> bint: # type: ignore [override]
72
72
  cdef object flag
73
73
  cdef bint flag_value
74
- if not _logger_is_enabled_for(DEBUG):
74
+ if not _logger_is_enabled(DEBUG):
75
75
  # we can optimize this if we dont need to log `flag` and the return value
76
76
  try:
77
77
  flag = _get_a_sync_flag_name_from_signature(cls, False)
@@ -111,7 +111,7 @@ class ASyncGenericBase(ASyncABC):
111
111
  def __a_sync_flag_name__(self) -> str:
112
112
  # TODO: cythonize this cache
113
113
  cdef bint debug_logs
114
- if debug_logs := _logger_is_enabled_for(DEBUG):
114
+ if debug_logs := _logger_is_enabled(DEBUG):
115
115
  _logger_log(DEBUG, "checking a_sync flag for %s", (self, ))
116
116
  try:
117
117
  flag = _get_a_sync_flag_name_from_signature(type(self), debug_logs)
@@ -162,7 +162,7 @@ cdef str _get_a_sync_flag_name_from_class_def(object cls):
162
162
 
163
163
  cdef bint _a_sync_flag_default_value_from_signature(object cls):
164
164
  cdef object signature = _get_init_signature(cls)
165
- if not _logger_is_enabled_for(DEBUG):
165
+ if not _logger_is_enabled(DEBUG):
166
166
  # we can optimize this much better
167
167
  return signature.parameters[_get_a_sync_flag_name_from_signature(cls, False)].default
168
168
 
@@ -207,7 +207,7 @@ cdef str _parse_flag_name_from_list(object cls, object items):
207
207
  if len(present_flags) > 1:
208
208
  _logger_debug("There are too many flags defined on %s", cls)
209
209
  raise TooManyFlags(cls, present_flags)
210
- if _logger_is_enabled_for(DEBUG):
210
+ if _logger_is_enabled(DEBUG):
211
211
  flag = present_flags[0]
212
212
  _logger_log(DEBUG, "found flag %s", (flag, ))
213
213
  return flag