ez-a-sync 0.32.18__tar.gz → 0.32.19__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.

Files changed (217) hide show
  1. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.github/workflows/release.yaml +4 -4
  2. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/PKG-INFO +1 -1
  3. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/function.c +13 -13
  4. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/method.c +7 -7
  5. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/proxy.c +1 -1
  6. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/iter.c +16 -16
  7. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_debug.c +5 -5
  8. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_loggable.c +4 -4
  9. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/event.c +5 -5
  10. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/prio_semaphore.c +9 -9
  11. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/semaphore.c +10 -10
  12. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/ez_a_sync.egg-info/PKG-INFO +1 -1
  13. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.coverage +0 -0
  14. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.github/workflows/black.yaml +0 -0
  15. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.github/workflows/codeql.yaml +0 -0
  16. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.github/workflows/docs.yaml +0 -0
  17. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.github/workflows/mypy.yaml +0 -0
  18. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.github/workflows/pytest.yaml +0 -0
  19. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.gitignore +0 -0
  20. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/.sourcery.yaml +0 -0
  21. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/LICENSE.txt +0 -0
  22. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/MANIFEST.in +0 -0
  23. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/Makefile +0 -0
  24. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/README.md +0 -0
  25. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/TODO +0 -0
  26. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/ENVIRONMENT_VARIABLES.py +0 -0
  27. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/__init__.pxd +0 -0
  28. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/__init__.py +0 -0
  29. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/_smart.c +0 -0
  30. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/_smart.pxd +0 -0
  31. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/_smart.pyi +0 -0
  32. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/_smart.pyx +0 -0
  33. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/_typing.py +0 -0
  34. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/__init__.py +0 -0
  35. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_descriptor.c +0 -0
  36. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_descriptor.pyi +0 -0
  37. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_descriptor.pyx +0 -0
  38. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_flags.c +0 -0
  39. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_flags.pxd +0 -0
  40. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_flags.pyx +0 -0
  41. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_helpers.c +0 -0
  42. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_helpers.pxd +0 -0
  43. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_helpers.pyi +0 -0
  44. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_helpers.pyx +0 -0
  45. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_kwargs.c +0 -0
  46. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_kwargs.pxd +0 -0
  47. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_kwargs.pyx +0 -0
  48. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/_meta.py +0 -0
  49. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/abstract.c +0 -0
  50. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/abstract.pyi +0 -0
  51. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/abstract.pyx +0 -0
  52. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/base.c +0 -0
  53. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/base.pyi +0 -0
  54. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/base.pyx +0 -0
  55. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/config.py +0 -0
  56. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/decorator.py +0 -0
  57. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/flags.c +0 -0
  58. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/flags.pxd +0 -0
  59. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/flags.pyi +0 -0
  60. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/flags.pyx +0 -0
  61. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/function.pxd +0 -0
  62. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/function.pyi +0 -0
  63. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/function.pyx +0 -0
  64. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/method.pxd +0 -0
  65. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/method.pyi +0 -0
  66. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/method.pyx +0 -0
  67. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/__init__.pxd +0 -0
  68. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/__init__.py +0 -0
  69. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/cache/__init__.py +0 -0
  70. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/cache/memory.py +0 -0
  71. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/limiter.py +0 -0
  72. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/manager.c +0 -0
  73. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/manager.pxd +0 -0
  74. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/manager.pyi +0 -0
  75. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/manager.pyx +0 -0
  76. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/modifiers/semaphores.py +0 -0
  77. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/property.c +0 -0
  78. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/property.pyi +0 -0
  79. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/property.pyx +0 -0
  80. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/a_sync/singleton.py +0 -0
  81. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/aliases.py +0 -0
  82. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/__init__.pxd +0 -0
  83. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/__init__.py +0 -0
  84. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/cached.c +0 -0
  85. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/cached.pxd +0 -0
  86. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/cached.pyi +0 -0
  87. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/cached.pyx +0 -0
  88. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/proxy.pxd +0 -0
  89. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/proxy.pyi +0 -0
  90. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/async_property/proxy.pyx +0 -0
  91. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/__init__.pxd +0 -0
  92. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/__init__.py +0 -0
  93. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/as_completed.c +0 -0
  94. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/as_completed.pxd +0 -0
  95. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/as_completed.pyi +0 -0
  96. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/as_completed.pyx +0 -0
  97. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/create_task.c +0 -0
  98. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/create_task.pxd +0 -0
  99. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/create_task.pyi +0 -0
  100. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/create_task.pyx +0 -0
  101. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/gather.c +0 -0
  102. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/gather.pyi +0 -0
  103. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/gather.pyx +0 -0
  104. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/igather.c +0 -0
  105. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/igather.pxd +0 -0
  106. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/igather.pyi +0 -0
  107. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/igather.pyx +0 -0
  108. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/sleep.c +0 -0
  109. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/sleep.pyi +0 -0
  110. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/asyncio/sleep.pyx +0 -0
  111. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/debugging.c +0 -0
  112. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/debugging.pyi +0 -0
  113. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/debugging.pyx +0 -0
  114. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/exceptions.c +0 -0
  115. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/exceptions.pyi +0 -0
  116. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/exceptions.pyx +0 -0
  117. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/executor.py +0 -0
  118. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/functools.c +0 -0
  119. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/functools.pxd +0 -0
  120. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/functools.pyi +0 -0
  121. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/functools.pyx +0 -0
  122. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/future.py +0 -0
  123. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/iter.pxd +0 -0
  124. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/iter.pyi +0 -0
  125. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/iter.pyx +0 -0
  126. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/__init__.pxd +0 -0
  127. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/__init__.py +0 -0
  128. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_debug.pxd +0 -0
  129. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_debug.pyi +0 -0
  130. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_debug.pyx +0 -0
  131. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_loggable.pxd +0 -0
  132. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_loggable.pyi +0 -0
  133. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/_loggable.pyx +0 -0
  134. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/__init__.pxd +0 -0
  135. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/__init__.py +0 -0
  136. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/counter.c +0 -0
  137. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/counter.pxd +0 -0
  138. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/counter.pyi +0 -0
  139. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/counter.pyx +0 -0
  140. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/event.pxd +0 -0
  141. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/event.pyi +0 -0
  142. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/event.pyx +0 -0
  143. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/prio_semaphore.pxd +0 -0
  144. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/prio_semaphore.pyi +0 -0
  145. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/prio_semaphore.pyx +0 -0
  146. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/semaphore.pxd +0 -0
  147. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/semaphore.pyi +0 -0
  148. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/locks/semaphore.pyx +0 -0
  149. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/primitives/queue.py +0 -0
  150. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/py.typed +0 -0
  151. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/sphinx/__init__.py +0 -0
  152. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/sphinx/ext.py +0 -0
  153. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/task.py +0 -0
  154. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/utils/__init__.py +0 -0
  155. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/utils/iterators.py +0 -0
  156. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/utils/repr.c +0 -0
  157. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/utils/repr.pyi +0 -0
  158. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/a_sync/utils/repr.pyx +0 -0
  159. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/Makefile +0 -0
  160. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/alabaster.css +0 -0
  161. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/basic.css +0 -0
  162. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/custom.css +0 -0
  163. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/doctools.js +0 -0
  164. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/documentation_options.js +0 -0
  165. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/file.png +0 -0
  166. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/language_data.js +0 -0
  167. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/minus.png +0 -0
  168. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/plus.png +0 -0
  169. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/pygments.css +0 -0
  170. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/searchtools.js +0 -0
  171. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/_build/html/_static/sphinx_highlight.js +0 -0
  172. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/conf.py +0 -0
  173. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/index.rst +0 -0
  174. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/docs/make.bat +0 -0
  175. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/ez_a_sync.egg-info/SOURCES.txt +0 -0
  176. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/ez_a_sync.egg-info/dependency_links.txt +0 -0
  177. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/ez_a_sync.egg-info/not-zip-safe +0 -0
  178. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/ez_a_sync.egg-info/requires.txt +0 -0
  179. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/ez_a_sync.egg-info/top_level.txt +0 -0
  180. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/include/pythoncapi_compat.h +0 -0
  181. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/pyproject.toml +0 -0
  182. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/requirements-dev.txt +0 -0
  183. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/requirements.txt +0 -0
  184. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/setup.cfg +0 -0
  185. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/setup.py +0 -0
  186. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/__init__.py +0 -0
  187. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/modifiers/test_apply_semaphore.py +0 -0
  188. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_abstract.py +0 -0
  189. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_base.py +0 -0
  190. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_cache.py +0 -0
  191. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_decorator.py +0 -0
  192. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_limiter.py +0 -0
  193. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_meta.py +0 -0
  194. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_modified.py +0 -0
  195. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_property.py +0 -0
  196. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/a_sync/test_singleton.py +0 -0
  197. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/asyncio/test_as_completed.py +0 -0
  198. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/asyncio/test_create_task.py +0 -0
  199. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/asyncio/test_gather.py +0 -0
  200. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/asyncio/test_igather.py +0 -0
  201. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/conftest.py +0 -0
  202. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/executor.py +0 -0
  203. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/fixtures.py +0 -0
  204. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/iter/test_asyncgenfunc.py +0 -0
  205. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/iter/test_iterables.py +0 -0
  206. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/primitives/test_counter.py +0 -0
  207. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/primitives/test_event.py +0 -0
  208. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/primitives/test_prio_semaphore.py +0 -0
  209. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/primitives/test_queue.py +0 -0
  210. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/primitives/test_semaphore.py +0 -0
  211. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/task/test_task.py +0 -0
  212. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/task/test_task_mapping_views.py +0 -0
  213. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/test_executor.py +0 -0
  214. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/test_future.py +0 -0
  215. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/test_helpers.py +0 -0
  216. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/test_smart.py +0 -0
  217. {ez_a_sync-0.32.18 → ez_a_sync-0.32.19}/tests/utils/test_repr.py +0 -0
@@ -19,7 +19,7 @@ jobs:
19
19
  # ----------------------------------------------------
20
20
  - os: ubuntu-latest
21
21
  build_type: manylinux-x64
22
- cibw_build: "cp3?-*manylinux*"
22
+ cibw_build: "cp3[8-9]-*manylinux* cp31[0-3]-*manylinux*"
23
23
  cibw_archs_linux: x86_64
24
24
  artifact_name: "wheels-ubuntu-latest-manylinux-x64"
25
25
 
@@ -28,7 +28,7 @@ jobs:
28
28
  # ----------------------------------------------------
29
29
  - os: ubuntu-latest
30
30
  build_type: manylinux-x86
31
- cibw_build: "cp3?-*manylinux*"
31
+ cibw_build: "cp3[8-9]-*manylinux* cp31[0-3]-*manylinux*"
32
32
  cibw_archs_linux: i686
33
33
  artifact_name: "wheels-ubuntu-latest-manylinux-x86"
34
34
 
@@ -37,7 +37,7 @@ jobs:
37
37
  # ----------------------------------------------------
38
38
  - os: ubuntu-latest
39
39
  build_type: musllinux-x64
40
- cibw_build: "cp3?-*musllinux*"
40
+ cibw_build: "cp3[8-9]-*musllinux* cp31[0-3]-*musllinux*"
41
41
  cibw_archs_linux: x86_64
42
42
  artifact_name: "wheels-ubuntu-latest-musllinux-x64"
43
43
 
@@ -46,7 +46,7 @@ jobs:
46
46
  # ----------------------------------------------------
47
47
  - os: ubuntu-latest
48
48
  build_type: musllinux-x86
49
- cibw_build: "cp3?-*musllinux*"
49
+ cibw_build: "cp3[8-9]-*musllinux* cp31[0-3]-*musllinux*"
50
50
  cibw_archs_linux: i686
51
51
  artifact_name: "wheels-ubuntu-latest-musllinux-x86"
52
52
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ez_a_sync
3
- Version: 0.32.18
3
+ Version: 0.32.19
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
@@ -25328,7 +25328,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
25328
25328
  if (unlikely((__Pyx_modinit_variable_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
25329
25329
  if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
25330
25330
  /*--- Execution code ---*/
25331
- __Pyx_TraceStartFunc("PyInit_function", __pyx_f[0], 1, 1, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
25331
+ __Pyx_TraceStartFunc("PyInit_function", __pyx_f[0], 1, 2, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
25332
25332
 
25333
25333
  /* "cfunc.to_py":65
25334
25334
  *
@@ -26023,7 +26023,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
26023
26023
  * cdef tuple state
26024
26024
  * cdef object _dict
26025
26025
  */
26026
- __Pyx_TraceLine(1,7,0,__PYX_ERR(1, 1, __pyx_L1_error))
26026
+ __Pyx_TraceLine(1,6,0,__PYX_ERR(1, 1, __pyx_L1_error))
26027
26027
  __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)
26028
26028
  __Pyx_GOTREF(__pyx_t_5);
26029
26029
  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)
@@ -26747,7 +26747,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
26747
26747
  * cdef tuple state
26748
26748
  * cdef object _dict
26749
26749
  */
26750
- __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
26750
+ __Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
26751
26751
  __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)
26752
26752
  __Pyx_GOTREF(__pyx_t_5);
26753
26753
  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)
@@ -27283,7 +27283,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
27283
27283
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
27284
27284
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
27285
27285
  */
27286
- __Pyx_TraceLine(3,12,0,__PYX_ERR(1, 3, __pyx_L1_error))
27286
+ __Pyx_TraceLine(3,11,0,__PYX_ERR(1, 3, __pyx_L1_error))
27287
27287
  __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)
27288
27288
  __Pyx_GOTREF(__pyx_t_3);
27289
27289
  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)
@@ -27909,7 +27909,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
27909
27909
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
27910
27910
  * def __setstate_cython__(self, __pyx_state):
27911
27911
  */
27912
- __Pyx_TraceLine(1,6,0,__PYX_ERR(1, 1, __pyx_L1_error))
27912
+ __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
27913
27913
  __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)
27914
27914
  __Pyx_GOTREF(__pyx_t_11);
27915
27915
  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)
@@ -28010,7 +28010,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
28010
28010
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
28011
28011
  * def __setstate_cython__(self, __pyx_state):
28012
28012
  */
28013
- __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
28013
+ __Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
28014
28014
  __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)
28015
28015
  __Pyx_GOTREF(__pyx_t_11);
28016
28016
  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)
@@ -28022,7 +28022,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
28022
28022
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
28023
28023
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
28024
28024
  */
28025
- __Pyx_TraceLine(3,11,0,__PYX_ERR(1, 3, __pyx_L1_error))
28025
+ __Pyx_TraceLine(3,12,0,__PYX_ERR(1, 3, __pyx_L1_error))
28026
28026
  __pyx_t_11 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_8function_26ASyncDecoratorAsyncDefault_11__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncDecoratorAsyncDefault___set, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync_function, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[83])); if (unlikely(!__pyx_t_11)) __PYX_ERR(1, 3, __pyx_L1_error)
28027
28027
  __Pyx_GOTREF(__pyx_t_11);
28028
28028
  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)
@@ -28056,7 +28056,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
28056
28056
  * __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]
28057
28057
  * if len(__pyx_state) > 4 and hasattr(__pyx_result, '__dict__'):
28058
28058
  */
28059
- __Pyx_TraceLine(11,27,0,__PYX_ERR(1, 11, __pyx_L1_error))
28059
+ __Pyx_TraceLine(11,26,0,__PYX_ERR(1, 11, __pyx_L1_error))
28060
28060
 
28061
28061
 
28062
28062
  /* "(tree fragment)":1
@@ -28064,7 +28064,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
28064
28064
  * cdef object __pyx_PickleError
28065
28065
  * cdef object __pyx_result
28066
28066
  */
28067
- __Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
28067
+ __Pyx_TraceLine(1,7,0,__PYX_ERR(1, 1, __pyx_L1_error))
28068
28068
  __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)
28069
28069
  __Pyx_GOTREF(__pyx_t_11);
28070
28070
  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)
@@ -28077,7 +28077,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
28077
28077
  * __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]
28078
28078
  * if len(__pyx_state) > 13 and hasattr(__pyx_result, '__dict__'):
28079
28079
  */
28080
- __Pyx_TraceLine(11,26,0,__PYX_ERR(1, 11, __pyx_L1_error))
28080
+ __Pyx_TraceLine(11,27,0,__PYX_ERR(1, 11, __pyx_L1_error))
28081
28081
 
28082
28082
 
28083
28083
  /* "a_sync/a_sync/function.pyx":1
@@ -28085,12 +28085,12 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
28085
28085
  * import inspect
28086
28086
  * import sys
28087
28087
  */
28088
- __Pyx_TraceLine(1,1,0,__PYX_ERR(0, 1, __pyx_L1_error))
28088
+ __Pyx_TraceLine(1,2,0,__PYX_ERR(0, 1, __pyx_L1_error))
28089
28089
  __pyx_t_11 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_11)) __PYX_ERR(0, 1, __pyx_L1_error)
28090
28090
  __Pyx_GOTREF(__pyx_t_11);
28091
28091
  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)
28092
28092
  __Pyx_DECREF(__pyx_t_11); __pyx_t_11 = 0;
28093
- __Pyx_TraceReturnValue(Py_None, 1, 0, __PYX_ERR(0, 1, __pyx_L1_error));
28093
+ __Pyx_TraceReturnValue(Py_None, 2, 0, __PYX_ERR(0, 1, __pyx_L1_error));
28094
28094
  __Pyx_PyMonitoring_ExitScope(0);
28095
28095
 
28096
28096
  /*--- Wrapped vars code ---*/
@@ -28106,7 +28106,7 @@ __Pyx_RefNannySetupContext("PyInit_function", 0);
28106
28106
  __Pyx_XDECREF(__pyx_t_11);
28107
28107
  __Pyx_XDECREF(__pyx_t_12);
28108
28108
  __Pyx_TraceException(__pyx_lineno, 0, 0);
28109
- __Pyx_TraceExceptionUnwind(1, 0);
28109
+ __Pyx_TraceExceptionUnwind(2, 0);
28110
28110
  if (__pyx_m) {
28111
28111
  if (__pyx_mstate->__pyx_d && stringtab_initialized) {
28112
28112
  __Pyx_AddTraceback("init a_sync.a_sync.function", __pyx_clineno, __pyx_lineno, __pyx_filename);
@@ -18155,7 +18155,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
18155
18155
  (void)__Pyx_modinit_variable_import_code(__pyx_mstate);
18156
18156
  if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
18157
18157
  /*--- Execution code ---*/
18158
- __Pyx_TraceStartFunc("PyInit_method", __pyx_f[0], 1, 2, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
18158
+ __Pyx_TraceStartFunc("PyInit_method", __pyx_f[0], 1, 1, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
18159
18159
 
18160
18160
  /* "a_sync/a_sync/method.pyx":11
18161
18161
  * # mypy: disable-error-code=valid-type
@@ -19737,7 +19737,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
19737
19737
  * cdef tuple state
19738
19738
  * cdef object _dict
19739
19739
  */
19740
- __Pyx_TraceLine(1,0,0,__PYX_ERR(2, 1, __pyx_L1_error))
19740
+ __Pyx_TraceLine(1,2,0,__PYX_ERR(2, 1, __pyx_L1_error))
19741
19741
  __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)
19742
19742
  __Pyx_GOTREF(__pyx_t_9);
19743
19743
  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)
@@ -19749,7 +19749,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
19749
19749
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
19750
19750
  * __pyx_unpickle__ASyncBoundMethod__set_state(self, __pyx_state)
19751
19751
  */
19752
- __Pyx_TraceLine(16,13,0,__PYX_ERR(2, 16, __pyx_L1_error))
19752
+ __Pyx_TraceLine(16,12,0,__PYX_ERR(2, 16, __pyx_L1_error))
19753
19753
  __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)
19754
19754
  __Pyx_GOTREF(__pyx_t_9);
19755
19755
  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)
@@ -20539,7 +20539,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
20539
20539
  * cdef object __pyx_PickleError
20540
20540
  * cdef object __pyx_result
20541
20541
  */
20542
- __Pyx_TraceLine(1,1,0,__PYX_ERR(2, 1, __pyx_L1_error))
20542
+ __Pyx_TraceLine(1,0,0,__PYX_ERR(2, 1, __pyx_L1_error))
20543
20543
  __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)
20544
20544
  __Pyx_GOTREF(__pyx_t_10);
20545
20545
  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)
@@ -20560,7 +20560,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
20560
20560
  * This module provides classes for implementing dual-functional sync/async methods in Python.
20561
20561
  *
20562
20562
  */
20563
- __Pyx_TraceLine(1,2,0,__PYX_ERR(0, 1, __pyx_L1_error))
20563
+ __Pyx_TraceLine(1,1,0,__PYX_ERR(0, 1, __pyx_L1_error))
20564
20564
  __pyx_t_10 = __Pyx_PyDict_NewPresized(21); if (unlikely(!__pyx_t_10)) __PYX_ERR(0, 1, __pyx_L1_error)
20565
20565
  __Pyx_GOTREF(__pyx_t_10);
20566
20566
  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)
@@ -20586,7 +20586,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
20586
20586
  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)
20587
20587
  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)
20588
20588
  __Pyx_DECREF(__pyx_t_10); __pyx_t_10 = 0;
20589
- __Pyx_TraceReturnValue(Py_None, 2, 0, __PYX_ERR(0, 1, __pyx_L1_error));
20589
+ __Pyx_TraceReturnValue(Py_None, 1, 0, __PYX_ERR(0, 1, __pyx_L1_error));
20590
20590
  __Pyx_PyMonitoring_ExitScope(0);
20591
20591
 
20592
20592
  /*--- Wrapped vars code ---*/
@@ -20602,7 +20602,7 @@ __Pyx_RefNannySetupContext("PyInit_method", 0);
20602
20602
  __Pyx_XDECREF(__pyx_t_10);
20603
20603
  __Pyx_XDECREF(__pyx_t_11);
20604
20604
  __Pyx_TraceException(__pyx_lineno, 0, 0);
20605
- __Pyx_TraceExceptionUnwind(2, 0);
20605
+ __Pyx_TraceExceptionUnwind(1, 0);
20606
20606
  if (__pyx_m) {
20607
20607
  if (__pyx_mstate->__pyx_d && stringtab_initialized) {
20608
20608
  __Pyx_AddTraceback("init a_sync.a_sync.method", __pyx_clineno, __pyx_lineno, __pyx_filename);
@@ -24060,7 +24060,7 @@ __Pyx_RefNannySetupContext("PyInit_proxy", 0);
24060
24060
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
24061
24061
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
24062
24062
  */
24063
- __Pyx_TraceLine(3,3,0,__PYX_ERR(1, 3, __pyx_L1_error))
24063
+ __Pyx_TraceLine(3,4,0,__PYX_ERR(1, 3, __pyx_L1_error))
24064
24064
  __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)
24065
24065
  __Pyx_GOTREF(__pyx_t_3);
24066
24066
  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)
@@ -25042,7 +25042,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
25042
25042
  if (unlikely((__Pyx_modinit_variable_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
25043
25043
  if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
25044
25044
  /*--- Execution code ---*/
25045
- __Pyx_TraceStartFunc("PyInit_iter", __pyx_f[0], 1, 2, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
25045
+ __Pyx_TraceStartFunc("PyInit_iter", __pyx_f[0], 1, 1, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
25046
25046
 
25047
25047
  /* "cfunc.to_py":65
25048
25048
  *
@@ -26139,7 +26139,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26139
26139
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26140
26140
  * def __setstate_cython__(self, __pyx_state):
26141
26141
  */
26142
- __Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
26142
+ __Pyx_TraceLine(1,6,0,__PYX_ERR(1, 1, __pyx_L1_error))
26143
26143
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_4iter_28_AwaitableAsyncIterableMixin_14__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AwaitableAsyncIterableMixin___r, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_iter, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[13])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1, __pyx_L1_error)
26144
26144
  __Pyx_GOTREF(__pyx_t_4);
26145
26145
  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)
@@ -26151,7 +26151,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26151
26151
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
26152
26152
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26153
26153
  */
26154
- __Pyx_TraceLine(3,13,0,__PYX_ERR(1, 3, __pyx_L1_error))
26154
+ __Pyx_TraceLine(3,10,0,__PYX_ERR(1, 3, __pyx_L1_error))
26155
26155
  __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)
26156
26156
  __Pyx_GOTREF(__pyx_t_4);
26157
26157
  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)
@@ -26188,7 +26188,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26188
26188
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26189
26189
  * def __setstate_cython__(self, __pyx_state):
26190
26190
  */
26191
- __Pyx_TraceLine(1,7,0,__PYX_ERR(1, 1, __pyx_L1_error))
26191
+ __Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
26192
26192
  __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)
26193
26193
  __Pyx_GOTREF(__pyx_t_4);
26194
26194
  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)
@@ -26200,7 +26200,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26200
26200
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
26201
26201
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26202
26202
  */
26203
- __Pyx_TraceLine(3,11,0,__PYX_ERR(1, 3, __pyx_L1_error))
26203
+ __Pyx_TraceLine(3,9,0,__PYX_ERR(1, 3, __pyx_L1_error))
26204
26204
  __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)
26205
26205
  __Pyx_GOTREF(__pyx_t_4);
26206
26206
  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)
@@ -26387,7 +26387,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26387
26387
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26388
26388
  * def __setstate_cython__(self, __pyx_state):
26389
26389
  */
26390
- __Pyx_TraceLine(1,3,0,__PYX_ERR(1, 1, __pyx_L1_error))
26390
+ __Pyx_TraceLine(1,4,0,__PYX_ERR(1, 1, __pyx_L1_error))
26391
26391
  __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)
26392
26392
  __Pyx_GOTREF(__pyx_t_8);
26393
26393
  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)
@@ -26524,7 +26524,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26524
26524
  * raise TypeError, "self._ASyncGeneratorFunction__weakself_ptr cannot be converted to a Python object for pickling"
26525
26525
  * def __setstate_cython__(self, __pyx_state):
26526
26526
  */
26527
- __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
26527
+ __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
26528
26528
  __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)
26529
26529
  __Pyx_GOTREF(__pyx_t_3);
26530
26530
  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)
@@ -26536,7 +26536,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26536
26536
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
26537
26537
  * raise TypeError, "self._ASyncGeneratorFunction__weakself_ptr cannot be converted to a Python object for pickling"
26538
26538
  */
26539
- __Pyx_TraceLine(3,12,0,__PYX_ERR(1, 3, __pyx_L1_error))
26539
+ __Pyx_TraceLine(3,13,0,__PYX_ERR(1, 3, __pyx_L1_error))
26540
26540
  __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)
26541
26541
  __Pyx_GOTREF(__pyx_t_3);
26542
26542
  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)
@@ -26617,7 +26617,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26617
26617
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26618
26618
  * def __setstate_cython__(self, __pyx_state):
26619
26619
  */
26620
- __Pyx_TraceLine(1,4,0,__PYX_ERR(1, 1, __pyx_L1_error))
26620
+ __Pyx_TraceLine(1,3,0,__PYX_ERR(1, 1, __pyx_L1_error))
26621
26621
  __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)
26622
26622
  __Pyx_GOTREF(__pyx_t_5);
26623
26623
  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)
@@ -26659,7 +26659,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26659
26659
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26660
26660
  * def __setstate_cython__(self, __pyx_state):
26661
26661
  */
26662
- __Pyx_TraceLine(1,6,0,__PYX_ERR(1, 1, __pyx_L1_error))
26662
+ __Pyx_TraceLine(1,7,0,__PYX_ERR(1, 1, __pyx_L1_error))
26663
26663
  __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)
26664
26664
  __Pyx_GOTREF(__pyx_t_3);
26665
26665
  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)
@@ -26671,7 +26671,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26671
26671
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
26672
26672
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26673
26673
  */
26674
- __Pyx_TraceLine(3,10,0,__PYX_ERR(1, 3, __pyx_L1_error))
26674
+ __Pyx_TraceLine(3,11,0,__PYX_ERR(1, 3, __pyx_L1_error))
26675
26675
  __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)
26676
26676
  __Pyx_GOTREF(__pyx_t_3);
26677
26677
  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)
@@ -26789,7 +26789,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26789
26789
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26790
26790
  * def __setstate_cython__(self, __pyx_state):
26791
26791
  */
26792
- __Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
26792
+ __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
26793
26793
  __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)
26794
26794
  __Pyx_GOTREF(__pyx_t_5);
26795
26795
  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)
@@ -26801,7 +26801,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26801
26801
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
26802
26802
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
26803
26803
  */
26804
- __Pyx_TraceLine(3,9,0,__PYX_ERR(1, 3, __pyx_L1_error))
26804
+ __Pyx_TraceLine(3,12,0,__PYX_ERR(1, 3, __pyx_L1_error))
26805
26805
  __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)
26806
26806
  __Pyx_GOTREF(__pyx_t_5);
26807
26807
  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)
@@ -26979,12 +26979,12 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26979
26979
  * import asyncio
26980
26980
  * import copy
26981
26981
  */
26982
- __Pyx_TraceLine(1,2,0,__PYX_ERR(0, 1, __pyx_L1_error))
26982
+ __Pyx_TraceLine(1,1,0,__PYX_ERR(0, 1, __pyx_L1_error))
26983
26983
  __pyx_t_4 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1, __pyx_L1_error)
26984
26984
  __Pyx_GOTREF(__pyx_t_4);
26985
26985
  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)
26986
26986
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
26987
- __Pyx_TraceReturnValue(Py_None, 2, 0, __PYX_ERR(0, 1, __pyx_L1_error));
26987
+ __Pyx_TraceReturnValue(Py_None, 1, 0, __PYX_ERR(0, 1, __pyx_L1_error));
26988
26988
  __Pyx_PyMonitoring_ExitScope(0);
26989
26989
 
26990
26990
  /*--- Wrapped vars code ---*/
@@ -26998,7 +26998,7 @@ __Pyx_RefNannySetupContext("PyInit_iter", 0);
26998
26998
  __Pyx_XDECREF(__pyx_t_8);
26999
26999
  __Pyx_XDECREF(__pyx_t_9);
27000
27000
  __Pyx_TraceException(__pyx_lineno, 0, 0);
27001
- __Pyx_TraceExceptionUnwind(2, 0);
27001
+ __Pyx_TraceExceptionUnwind(1, 0);
27002
27002
  if (__pyx_m) {
27003
27003
  if (__pyx_mstate->__pyx_d && stringtab_initialized) {
27004
27004
  __Pyx_AddTraceback("init a_sync.iter", __pyx_clineno, __pyx_lineno, __pyx_filename);
@@ -7303,7 +7303,7 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
7303
7303
  (void)__Pyx_modinit_variable_import_code(__pyx_mstate);
7304
7304
  if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
7305
7305
  /*--- Execution code ---*/
7306
- __Pyx_TraceStartFunc("PyInit__debug", __pyx_f[0], 1, 2, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
7306
+ __Pyx_TraceStartFunc("PyInit__debug", __pyx_f[0], 1, 0, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
7307
7307
 
7308
7308
  /* "a_sync/primitives/_debug.pyx":7
7309
7309
  * """
@@ -7693,7 +7693,7 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
7693
7693
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
7694
7694
  * def __setstate_cython__(self, __pyx_state):
7695
7695
  */
7696
- __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
7696
+ __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
7697
7697
  __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)
7698
7698
  __Pyx_GOTREF(__pyx_t_3);
7699
7699
  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)
@@ -7716,12 +7716,12 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
7716
7716
  * This module provides a mixin class used to facilitate the creation of debugging daemons in subclasses.
7717
7717
  *
7718
7718
  */
7719
- __Pyx_TraceLine(1,2,0,__PYX_ERR(0, 1, __pyx_L1_error))
7719
+ __Pyx_TraceLine(1,0,0,__PYX_ERR(0, 1, __pyx_L1_error))
7720
7720
  __pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error)
7721
7721
  __Pyx_GOTREF(__pyx_t_3);
7722
7722
  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)
7723
7723
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
7724
- __Pyx_TraceReturnValue(Py_None, 2, 0, __PYX_ERR(0, 1, __pyx_L1_error));
7724
+ __Pyx_TraceReturnValue(Py_None, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
7725
7725
  __Pyx_PyMonitoring_ExitScope(0);
7726
7726
 
7727
7727
  /*--- Wrapped vars code ---*/
@@ -7733,7 +7733,7 @@ __Pyx_RefNannySetupContext("PyInit__debug", 0);
7733
7733
  __Pyx_XDECREF(__pyx_t_4);
7734
7734
  __Pyx_XDECREF(__pyx_t_5);
7735
7735
  __Pyx_TraceException(__pyx_lineno, 0, 0);
7736
- __Pyx_TraceExceptionUnwind(2, 0);
7736
+ __Pyx_TraceExceptionUnwind(0, 0);
7737
7737
  if (__pyx_m) {
7738
7738
  if (__pyx_mstate->__pyx_d && stringtab_initialized) {
7739
7739
  __Pyx_AddTraceback("init a_sync.primitives._debug", __pyx_clineno, __pyx_lineno, __pyx_filename);
@@ -5284,7 +5284,7 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
5284
5284
  *
5285
5285
  *
5286
5286
  */
5287
- __Pyx_TraceLine(11,16,0,__PYX_ERR(0, 11, __pyx_L1_error))
5287
+ __Pyx_TraceLine(11,15,0,__PYX_ERR(0, 11, __pyx_L1_error))
5288
5288
  if (__Pyx_PyObject_DelAttrStr(__pyx_m, __pyx_mstate_global->__pyx_n_u_logging) < 0) __PYX_ERR(0, 11, __pyx_L1_error)
5289
5289
 
5290
5290
  /* "a_sync/primitives/_loggable.pyx":58
@@ -5312,7 +5312,7 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
5312
5312
  * cdef tuple state
5313
5313
  * cdef object _dict
5314
5314
  */
5315
- __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
5315
+ __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
5316
5316
  __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)
5317
5317
  __Pyx_GOTREF(__pyx_t_2);
5318
5318
  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)
@@ -5360,7 +5360,7 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
5360
5360
  * cdef object __pyx_PickleError
5361
5361
  * cdef object __pyx_result
5362
5362
  */
5363
- __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
5363
+ __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
5364
5364
  __pyx_t_2 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_9_loggable_1__pyx_unpickle__LoggerMixin, 0, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__LoggerMixin, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives__loggable, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[7])); if (unlikely(!__pyx_t_2)) __PYX_ERR(1, 1, __pyx_L1_error)
5365
5365
  __Pyx_GOTREF(__pyx_t_2);
5366
5366
  if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__LoggerMixin, __pyx_t_2) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
@@ -5373,7 +5373,7 @@ __Pyx_RefNannySetupContext("PyInit__loggable", 0);
5373
5373
  * __pyx_result._logger = __pyx_state[0]
5374
5374
  * if len(__pyx_state) > 1 and hasattr(__pyx_result, '__dict__'):
5375
5375
  */
5376
- __Pyx_TraceLine(11,15,0,__PYX_ERR(1, 11, __pyx_L1_error))
5376
+ __Pyx_TraceLine(11,16,0,__PYX_ERR(1, 11, __pyx_L1_error))
5377
5377
 
5378
5378
 
5379
5379
  /* "a_sync/primitives/_loggable.pyx":1
@@ -8310,7 +8310,7 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
8310
8310
  (void)__Pyx_modinit_variable_import_code(__pyx_mstate);
8311
8311
  (void)__Pyx_modinit_function_import_code(__pyx_mstate);
8312
8312
  /*--- Execution code ---*/
8313
- __Pyx_TraceStartFunc("PyInit_event", __pyx_f[0], 1, 1, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
8313
+ __Pyx_TraceStartFunc("PyInit_event", __pyx_f[0], 1, 0, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
8314
8314
 
8315
8315
  /* "a_sync/primitives/locks/event.pyx":6
8316
8316
  * """
@@ -8531,7 +8531,7 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
8531
8531
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
8532
8532
  * def __setstate_cython__(self, __pyx_state):
8533
8533
  */
8534
- __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
8534
+ __Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
8535
8535
  __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)
8536
8536
  __Pyx_GOTREF(__pyx_t_3);
8537
8537
  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)
@@ -8563,12 +8563,12 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
8563
8563
  * """
8564
8564
  * This module provides an enhanced version of asyncio.Event with additional debug logging to help detect deadlocks.
8565
8565
  */
8566
- __Pyx_TraceLine(1,1,0,__PYX_ERR(0, 1, __pyx_L1_error))
8566
+ __Pyx_TraceLine(1,0,0,__PYX_ERR(0, 1, __pyx_L1_error))
8567
8567
  __pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error)
8568
8568
  __Pyx_GOTREF(__pyx_t_3);
8569
8569
  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)
8570
8570
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
8571
- __Pyx_TraceReturnValue(Py_None, 1, 0, __PYX_ERR(0, 1, __pyx_L1_error));
8571
+ __Pyx_TraceReturnValue(Py_None, 0, 0, __PYX_ERR(0, 1, __pyx_L1_error));
8572
8572
  __Pyx_PyMonitoring_ExitScope(0);
8573
8573
 
8574
8574
  /*--- Wrapped vars code ---*/
@@ -8578,7 +8578,7 @@ __Pyx_RefNannySetupContext("PyInit_event", 0);
8578
8578
  __Pyx_XDECREF(__pyx_t_2);
8579
8579
  __Pyx_XDECREF(__pyx_t_3);
8580
8580
  __Pyx_TraceException(__pyx_lineno, 0, 0);
8581
- __Pyx_TraceExceptionUnwind(1, 0);
8581
+ __Pyx_TraceExceptionUnwind(0, 0);
8582
8582
  if (__pyx_m) {
8583
8583
  if (__pyx_mstate->__pyx_d && stringtab_initialized) {
8584
8584
  __Pyx_AddTraceback("init a_sync.primitives.locks.event", __pyx_clineno, __pyx_lineno, __pyx_filename);
@@ -15730,7 +15730,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15730
15730
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
15731
15731
  * def __setstate_cython__(self, __pyx_state):
15732
15732
  */
15733
- __Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
15733
+ __Pyx_TraceLine(1,3,0,__PYX_ERR(1, 1, __pyx_L1_error))
15734
15734
  __pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_26_AbstractPrioritySemaphore_21__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AbstractPrioritySemaphore___red, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[18])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
15735
15735
  __Pyx_GOTREF(__pyx_t_3);
15736
15736
  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)
@@ -15742,7 +15742,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15742
15742
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
15743
15743
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
15744
15744
  */
15745
- __Pyx_TraceLine(3,6,0,__PYX_ERR(1, 3, __pyx_L1_error))
15745
+ __Pyx_TraceLine(3,8,0,__PYX_ERR(1, 3, __pyx_L1_error))
15746
15746
  __pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_26_AbstractPrioritySemaphore_23__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AbstractPrioritySemaphore___set, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[19])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 3, __pyx_L1_error)
15747
15747
  __Pyx_GOTREF(__pyx_t_3);
15748
15748
  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)
@@ -15813,7 +15813,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15813
15813
  * cdef tuple state
15814
15814
  * cdef object _dict
15815
15815
  */
15816
- __Pyx_TraceLine(1,4,0,__PYX_ERR(1, 1, __pyx_L1_error))
15816
+ __Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
15817
15817
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_40_AbstractPrioritySemaphoreContextManager_16__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AbstractPrioritySemaphoreContex_8, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[30])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1, __pyx_L1_error)
15818
15818
  __Pyx_GOTREF(__pyx_t_4);
15819
15819
  if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_10primitives_5locks_14prio_semaphore__AbstractPrioritySemaphoreContextManager, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_4) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
@@ -15825,7 +15825,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15825
15825
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
15826
15826
  * __pyx_unpickle__AbstractPrioritySemaphoreContextManager__set_state(self, __pyx_state)
15827
15827
  */
15828
- __Pyx_TraceLine(16,33,0,__PYX_ERR(1, 16, __pyx_L1_error))
15828
+ __Pyx_TraceLine(16,32,0,__PYX_ERR(1, 16, __pyx_L1_error))
15829
15829
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_40_AbstractPrioritySemaphoreContextManager_18__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_AbstractPrioritySemaphoreContex_9, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[31])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 16, __pyx_L1_error)
15830
15830
  __Pyx_GOTREF(__pyx_t_4);
15831
15831
  if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_10primitives_5locks_14prio_semaphore__AbstractPrioritySemaphoreContextManager, __pyx_mstate_global->__pyx_n_u_setstate_cython, __pyx_t_4) < 0) __PYX_ERR(1, 16, __pyx_L1_error)
@@ -15866,7 +15866,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15866
15866
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
15867
15867
  * def __setstate_cython__(self, __pyx_state):
15868
15868
  */
15869
- __Pyx_TraceLine(1,3,0,__PYX_ERR(1, 1, __pyx_L1_error))
15869
+ __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
15870
15870
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_32_PrioritySemaphoreContextManager_5__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_PrioritySemaphoreContextManager_2, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[36])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1, __pyx_L1_error)
15871
15871
  __Pyx_GOTREF(__pyx_t_4);
15872
15872
  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)
@@ -15878,7 +15878,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15878
15878
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
15879
15879
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
15880
15880
  */
15881
- __Pyx_TraceLine(3,8,0,__PYX_ERR(1, 3, __pyx_L1_error))
15881
+ __Pyx_TraceLine(3,7,0,__PYX_ERR(1, 3, __pyx_L1_error))
15882
15882
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_32_PrioritySemaphoreContextManager_7__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_PrioritySemaphoreContextManager_3, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[37])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 3, __pyx_L1_error)
15883
15883
  __Pyx_GOTREF(__pyx_t_4);
15884
15884
  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)
@@ -15899,7 +15899,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15899
15899
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
15900
15900
  * def __setstate_cython__(self, __pyx_state):
15901
15901
  */
15902
- __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
15902
+ __Pyx_TraceLine(1,1,0,__PYX_ERR(1, 1, __pyx_L1_error))
15903
15903
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_17PrioritySemaphore_7__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_PrioritySemaphore___reduce_cytho, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[42])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1, __pyx_L1_error)
15904
15904
  __Pyx_GOTREF(__pyx_t_4);
15905
15905
  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)
@@ -15911,7 +15911,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15911
15911
  * def __setstate_cython__(self, __pyx_state): # <<<<<<<<<<<<<<
15912
15912
  * raise TypeError, "no default __reduce__ due to non-trivial __cinit__"
15913
15913
  */
15914
- __Pyx_TraceLine(3,7,0,__PYX_ERR(1, 3, __pyx_L1_error))
15914
+ __Pyx_TraceLine(3,6,0,__PYX_ERR(1, 3, __pyx_L1_error))
15915
15915
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_17PrioritySemaphore_9__setstate_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_PrioritySemaphore___setstate_cyt, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[43])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 3, __pyx_L1_error)
15916
15916
  __Pyx_GOTREF(__pyx_t_4);
15917
15917
  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)
@@ -15931,7 +15931,7 @@ __Pyx_RefNannySetupContext("PyInit_prio_semaphore", 0);
15931
15931
  * cdef object __pyx_PickleError
15932
15932
  * cdef object __pyx_result
15933
15933
  */
15934
- __Pyx_TraceLine(1,5,0,__PYX_ERR(1, 1, __pyx_L1_error))
15934
+ __Pyx_TraceLine(1,4,0,__PYX_ERR(1, 1, __pyx_L1_error))
15935
15935
  __pyx_t_4 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_10primitives_5locks_14prio_semaphore_1__pyx_unpickle__AbstractPrioritySemaphoreContextManager, 0, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__AbstractPriority, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_primitives_locks_prio_sem, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[45])); if (unlikely(!__pyx_t_4)) __PYX_ERR(1, 1, __pyx_L1_error)
15936
15936
  __Pyx_GOTREF(__pyx_t_4);
15937
15937
  if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__AbstractPriority, __pyx_t_4) < 0) __PYX_ERR(1, 1, __pyx_L1_error)