ez-a-sync 0.32.25__cp311-cp311-musllinux_1_2_x86_64.whl → 0.32.27__cp311-cp311-musllinux_1_2_x86_64.whl

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 (67) hide show
  1. a_sync/_smart.c +9063 -8837
  2. a_sync/_smart.cpython-311-x86_64-linux-musl.so +0 -0
  3. a_sync/a_sync/_descriptor.c +7787 -7011
  4. a_sync/a_sync/_descriptor.cpython-311-x86_64-linux-musl.so +0 -0
  5. a_sync/a_sync/_flags.c +1806 -1528
  6. a_sync/a_sync/_flags.cpython-311-x86_64-linux-musl.so +0 -0
  7. a_sync/a_sync/_helpers.c +4716 -4173
  8. a_sync/a_sync/_helpers.cpython-311-x86_64-linux-musl.so +0 -0
  9. a_sync/a_sync/_kwargs.c +5017 -3786
  10. a_sync/a_sync/_kwargs.cpython-311-x86_64-linux-musl.so +0 -0
  11. a_sync/a_sync/abstract.c +5024 -4138
  12. a_sync/a_sync/abstract.cpython-311-x86_64-linux-musl.so +0 -0
  13. a_sync/a_sync/base.c +5982 -5010
  14. a_sync/a_sync/base.cpython-311-x86_64-linux-musl.so +0 -0
  15. a_sync/a_sync/flags.c +2303 -1405
  16. a_sync/a_sync/flags.cpython-311-x86_64-linux-musl.so +0 -0
  17. a_sync/a_sync/function.c +14448 -14471
  18. a_sync/a_sync/function.cpython-311-x86_64-linux-musl.so +0 -0
  19. a_sync/a_sync/method.c +10891 -11483
  20. a_sync/a_sync/method.cpython-311-x86_64-linux-musl.so +0 -0
  21. a_sync/a_sync/modifiers/manager.c +6700 -5360
  22. a_sync/a_sync/modifiers/manager.cpython-311-x86_64-linux-musl.so +0 -0
  23. a_sync/a_sync/property.c +12830 -13699
  24. a_sync/a_sync/property.cpython-311-x86_64-linux-musl.so +0 -0
  25. a_sync/a_sync/property.pyx +2 -3
  26. a_sync/async_property/cached.c +7498 -7763
  27. a_sync/async_property/cached.cpython-311-x86_64-linux-musl.so +0 -0
  28. a_sync/async_property/proxy.c +12655 -14315
  29. a_sync/async_property/proxy.cpython-311-x86_64-linux-musl.so +0 -0
  30. a_sync/asyncio/as_completed.c +7112 -6773
  31. a_sync/asyncio/as_completed.cpython-311-x86_64-linux-musl.so +0 -0
  32. a_sync/asyncio/create_task.c +6119 -5206
  33. a_sync/asyncio/create_task.cpython-311-x86_64-linux-musl.so +0 -0
  34. a_sync/asyncio/gather.c +6347 -5697
  35. a_sync/asyncio/gather.cpython-311-x86_64-linux-musl.so +0 -0
  36. a_sync/asyncio/igather.c +5220 -4624
  37. a_sync/asyncio/igather.cpython-311-x86_64-linux-musl.so +0 -0
  38. a_sync/asyncio/sleep.c +3667 -3087
  39. a_sync/asyncio/sleep.cpython-311-x86_64-linux-musl.so +0 -0
  40. a_sync/debugging.c +6026 -5874
  41. a_sync/debugging.cpython-311-x86_64-linux-musl.so +0 -0
  42. a_sync/exceptions.c +5406 -5368
  43. a_sync/exceptions.cpython-311-x86_64-linux-musl.so +0 -0
  44. a_sync/executor.py +44 -0
  45. a_sync/functools.c +5124 -4057
  46. a_sync/functools.cpython-311-x86_64-linux-musl.so +0 -0
  47. a_sync/iter.c +14595 -14787
  48. a_sync/iter.cpython-311-x86_64-linux-musl.so +0 -0
  49. a_sync/primitives/_debug.c +5729 -4823
  50. a_sync/primitives/_debug.cpython-311-x86_64-linux-musl.so +0 -0
  51. a_sync/primitives/_loggable.c +4418 -3448
  52. a_sync/primitives/_loggable.cpython-311-x86_64-linux-musl.so +0 -0
  53. a_sync/primitives/locks/counter.c +6517 -6130
  54. a_sync/primitives/locks/counter.cpython-311-x86_64-linux-musl.so +0 -0
  55. a_sync/primitives/locks/event.c +6465 -5579
  56. a_sync/primitives/locks/event.cpython-311-x86_64-linux-musl.so +0 -0
  57. a_sync/primitives/locks/prio_semaphore.c +9077 -8516
  58. a_sync/primitives/locks/prio_semaphore.cpython-311-x86_64-linux-musl.so +0 -0
  59. a_sync/primitives/locks/semaphore.c +8645 -7949
  60. a_sync/primitives/locks/semaphore.cpython-311-x86_64-linux-musl.so +0 -0
  61. a_sync/utils/repr.c +5929 -4759
  62. a_sync/utils/repr.cpython-311-x86_64-linux-musl.so +0 -0
  63. {ez_a_sync-0.32.25.dist-info → ez_a_sync-0.32.27.dist-info}/METADATA +2 -2
  64. {ez_a_sync-0.32.25.dist-info → ez_a_sync-0.32.27.dist-info}/RECORD +67 -67
  65. {ez_a_sync-0.32.25.dist-info → ez_a_sync-0.32.27.dist-info}/WHEEL +0 -0
  66. {ez_a_sync-0.32.25.dist-info → ez_a_sync-0.32.27.dist-info}/licenses/LICENSE.txt +0 -0
  67. {ez_a_sync-0.32.25.dist-info → ez_a_sync-0.32.27.dist-info}/top_level.txt +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.