ez-a-sync 0.32.26__cp38-cp38-macosx_11_0_arm64.whl → 0.32.28__cp38-cp38-macosx_11_0_arm64.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 (71) hide show
  1. a_sync/_smart.c +58 -38
  2. a_sync/_smart.cpython-38-darwin.so +0 -0
  3. a_sync/a_sync/_descriptor.c +80 -60
  4. a_sync/a_sync/_descriptor.cpython-38-darwin.so +0 -0
  5. a_sync/a_sync/_flags.c +13 -10
  6. a_sync/a_sync/_flags.cpython-38-darwin.so +0 -0
  7. a_sync/a_sync/_helpers.c +76 -56
  8. a_sync/a_sync/_helpers.cpython-38-darwin.so +0 -0
  9. a_sync/a_sync/_kwargs.c +45 -25
  10. a_sync/a_sync/_kwargs.cpython-38-darwin.so +0 -0
  11. a_sync/a_sync/abstract.c +54 -24
  12. a_sync/a_sync/abstract.cpython-38-darwin.so +0 -0
  13. a_sync/a_sync/abstract.pyi +2 -2
  14. a_sync/a_sync/base.c +186 -162
  15. a_sync/a_sync/base.cpython-38-darwin.so +0 -0
  16. a_sync/a_sync/flags.c +13 -10
  17. a_sync/a_sync/flags.cpython-38-darwin.so +0 -0
  18. a_sync/a_sync/function.c +107 -78
  19. a_sync/a_sync/function.cpython-38-darwin.so +0 -0
  20. a_sync/a_sync/method.c +157 -125
  21. a_sync/a_sync/method.cpython-38-darwin.so +0 -0
  22. a_sync/a_sync/method.pyi +2 -1
  23. a_sync/a_sync/modifiers/manager.c +60 -40
  24. a_sync/a_sync/modifiers/manager.cpython-38-darwin.so +0 -0
  25. a_sync/a_sync/property.c +104 -78
  26. a_sync/a_sync/property.cpython-38-darwin.so +0 -0
  27. a_sync/async_property/cached.c +66 -46
  28. a_sync/async_property/cached.cpython-38-darwin.so +0 -0
  29. a_sync/async_property/proxy.c +36 -16
  30. a_sync/async_property/proxy.cpython-38-darwin.so +0 -0
  31. a_sync/asyncio/as_completed.c +33 -13
  32. a_sync/asyncio/as_completed.cpython-38-darwin.so +0 -0
  33. a_sync/asyncio/create_task.c +59 -21
  34. a_sync/asyncio/create_task.cpython-38-darwin.so +0 -0
  35. a_sync/asyncio/gather.c +42 -22
  36. a_sync/asyncio/gather.cpython-38-darwin.so +0 -0
  37. a_sync/asyncio/igather.c +42 -18
  38. a_sync/asyncio/igather.cpython-38-darwin.so +0 -0
  39. a_sync/asyncio/sleep.c +24 -4
  40. a_sync/asyncio/sleep.cpython-38-darwin.so +0 -0
  41. a_sync/debugging.c +52 -32
  42. a_sync/debugging.cpython-38-darwin.so +0 -0
  43. a_sync/exceptions.c +36 -20
  44. a_sync/exceptions.cpython-38-darwin.so +0 -0
  45. a_sync/executor.py +44 -0
  46. a_sync/functools.c +36 -16
  47. a_sync/functools.cpython-38-darwin.so +0 -0
  48. a_sync/iter.c +168 -98
  49. a_sync/iter.cpython-38-darwin.so +0 -0
  50. a_sync/primitives/_debug.c +65 -45
  51. a_sync/primitives/_debug.cpython-38-darwin.so +0 -0
  52. a_sync/primitives/_loggable.c +46 -20
  53. a_sync/primitives/_loggable.cpython-38-darwin.so +0 -0
  54. a_sync/primitives/locks/counter.c +98 -68
  55. a_sync/primitives/locks/counter.cpython-38-darwin.so +0 -0
  56. a_sync/primitives/locks/event.c +75 -54
  57. a_sync/primitives/locks/event.cpython-38-darwin.so +0 -0
  58. a_sync/primitives/locks/prio_semaphore.c +122 -82
  59. a_sync/primitives/locks/prio_semaphore.cpython-38-darwin.so +0 -0
  60. a_sync/primitives/locks/prio_semaphore.pyi +2 -2
  61. a_sync/primitives/locks/semaphore.c +92 -65
  62. a_sync/primitives/locks/semaphore.cpython-38-darwin.so +0 -0
  63. a_sync/primitives/locks/semaphore.pyi +10 -9
  64. a_sync/primitives/queue.py +5 -1
  65. a_sync/utils/repr.c +55 -35
  66. a_sync/utils/repr.cpython-38-darwin.so +0 -0
  67. {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/METADATA +1 -1
  68. {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/RECORD +71 -71
  69. {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/LICENSE.txt +0 -0
  70. {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/WHEEL +0 -0
  71. {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- /* Generated by Cython 3.1.2 */
1
+ /* Generated by Cython 3.1.4 */
2
2
 
3
3
  /* BEGIN: Cython Metadata
4
4
  {
@@ -29,8 +29,8 @@ END: Cython Metadata */
29
29
  #elif PY_VERSION_HEX < 0x03080000
30
30
  #error Cython requires Python 3.8+.
31
31
  #else
32
- #define __PYX_ABI_VERSION "3_1_2"
33
- #define CYTHON_HEX_VERSION 0x030102F0
32
+ #define __PYX_ABI_VERSION "3_1_4"
33
+ #define CYTHON_HEX_VERSION 0x030104F0
34
34
  #define CYTHON_FUTURE_DIVISION 1
35
35
  /* CModulePreamble */
36
36
  #include <stddef.h>
@@ -393,6 +393,9 @@ END: Cython Metadata */
393
393
  enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
394
394
  #endif
395
395
  #endif
396
+ #ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
397
+ #define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
398
+ #endif
396
399
  #ifndef __has_attribute
397
400
  #define __has_attribute(x) 0
398
401
  #endif
@@ -2172,18 +2175,18 @@ static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact,
2172
2175
  if (!__Pyx_PyThreadState_Current->tracing) {\
2173
2176
  if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
2174
2177
  else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
2175
- if (unlikely(!__pyx_frame_code)) goto_error;\
2176
- ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2177
- }\
2178
+ if (unlikely(!__pyx_frame_code)) ret = -1;\
2179
+ else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2180
+ } else __pyx_frame_code = NULL;\
2178
2181
  PyGILState_Release(state);\
2179
- }\
2182
+ } else __pyx_frame_code = NULL;\
2180
2183
  } else {\
2181
2184
  if (!__Pyx_PyThreadState_Current->tracing) {\
2182
2185
  if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
2183
2186
  else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
2184
- if (unlikely(!__pyx_frame_code)) goto_error;\
2185
- ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2186
- }\
2187
+ if (unlikely(!__pyx_frame_code)) ret = -1;\
2188
+ else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2189
+ } else __pyx_frame_code = NULL;\
2187
2190
  }\
2188
2191
  if (unlikely(ret == -1)) goto_error;\
2189
2192
  }
@@ -2951,22 +2954,22 @@ static int __Pyx_call_next_tp_traverse(PyObject* obj, visitproc v, void *a, trav
2951
2954
  static void __Pyx_call_next_tp_clear(PyObject* obj, inquiry current_tp_clear);
2952
2955
 
2953
2956
  /* TypeImport.proto */
2954
- #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_2
2955
- #define __PYX_HAVE_RT_ImportType_proto_3_1_2
2957
+ #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
2958
+ #define __PYX_HAVE_RT_ImportType_proto_3_1_4
2956
2959
  #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
2957
2960
  #include <stdalign.h>
2958
2961
  #endif
2959
2962
  #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
2960
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) alignof(s)
2963
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
2961
2964
  #else
2962
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) sizeof(void*)
2965
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
2963
2966
  #endif
2964
- enum __Pyx_ImportType_CheckSize_3_1_2 {
2965
- __Pyx_ImportType_CheckSize_Error_3_1_2 = 0,
2966
- __Pyx_ImportType_CheckSize_Warn_3_1_2 = 1,
2967
- __Pyx_ImportType_CheckSize_Ignore_3_1_2 = 2
2967
+ enum __Pyx_ImportType_CheckSize_3_1_4 {
2968
+ __Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
2969
+ __Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
2970
+ __Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
2968
2971
  };
2969
- static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_2 check_size);
2972
+ static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size);
2970
2973
  #endif
2971
2974
 
2972
2975
  /* GetVTable.proto */
@@ -3255,7 +3258,7 @@ static unsigned long __Pyx_get_runtime_version(void);
3255
3258
  static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);
3256
3259
 
3257
3260
  /* FunctionImport.proto */
3258
- static int __Pyx_ImportFunction_3_1_2(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
3261
+ static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
3259
3262
 
3260
3263
  /* MultiPhaseInitModuleState.proto */
3261
3264
  #if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
@@ -3483,13 +3486,13 @@ static const char __pyx_k_HCy_q_t9D_4q_Kt881IR_3a_uB[] = "\320\004\"\240!\330\01
3483
3486
  static const char __pyx_k_a_sync_a_sync__descriptor_pyx[] = "a_sync/a_sync/_descriptor.pyx";
3484
3487
  static const char __pyx_k_pyx_unpickle__ASyncDescriptor[] = "__pyx_unpickle__ASyncDescriptor";
3485
3488
  static const char __pyx_k_This_module_contains_the_class[] = "\nThis module contains the :class:`ASyncDescriptor` class, which is used to create dual-function sync/async methods\nand properties.\n\nThe :class:`ASyncDescriptor` class provides a base for creating descriptors that can handle both synchronous and asynchronous\noperations. It includes utility methods for mapping operations across multiple instances and provides access to common\noperations such as checking if all or any results are truthy, and finding the minimum, maximum, or sum of results of the\nmethod or property mapped across multiple instances through the use of :class:`~a_sync.a_sync.function.ASyncFunction`.\n\nSee Also:\n - :class:`~a_sync.a_sync.function.ASyncFunction`\n - :class:`~a_sync.a_sync.method.ASyncMethodDescriptor`\n - :class:`~a_sync.a_sync.property.ASyncPropertyDescriptor`\n";
3486
- static const char __pyx_k_hk_A_1_E_E_G_G_H_81A_7_2_3FnTU[] = "\200\001\360\006\000\005\010\200\220h\230k\250\033\260A\330\010\r\210^\2301\330\010\016\320\016!\360\000\000\"E\003\360\000\000E\003G\003\360\000\000G\003H\003\330\004\023\320\023#\2408\2501\250A\330\004\007\200|\2207\230!\330\0102\260!\3203F\300n\320TU\330\004\013\2101";
3489
+ static const char __pyx_k_hk_A_1_E_E_G_G_H_81A_7_2_3FnTU[] = "\200\001\360\006\000\005\010\200\177\220h\230k\250\033\260A\330\010\r\210^\2301\330\010\016\320\016!\360\000\000\"E\003\360\000\000E\003G\003\360\000\000G\003H\003\330\004\023\320\023#\2408\2501\250A\330\004\007\200|\2207\230!\330\0102\260!\3203F\300n\320TU\330\004\013\2101";
3487
3490
  static const char __pyx_k_ASyncDescriptor___init_subclass[] = "ASyncDescriptor.__init_subclass__";
3488
3491
  static const char __pyx_k_ASyncDescriptor___reduce_cython[] = "_ASyncDescriptor.__reduce_cython__";
3489
3492
  static const char __pyx_k_ASyncDescriptor___setstate_cyth[] = "_ASyncDescriptor.__setstate_cython__";
3490
3493
  static const char __pyx_k_ASyncFunction_Concatenate_AnyIt[] = "'ASyncFunction[Concatenate[AnyIterable[I], P], bool]'";
3491
3494
  static const char __pyx_k_AT_E_kkllpp_L_L_W_W_X_X_h_h_q_q[] = "\200\001\330\004\020\320\020)\250\033\260A\260T\270\034\320E`\320`k\320kl\320lp\320p|\360\000\000}\001L\002\360\000\000L\002W\002\360\000\000W\002X\002\360\000\000X\002\\\002\360\000\000\\\002h\002\360\000\000h\002q\002\360\000\000q\002|\002\360\000\000|\002}\002\360\000\000}\002A\003\360\000\000A\003M\003\360\000\000M\003[\003\360\000\000[\003f\003\360\000\000f\003g\003\360\000\000g\003k\003\360\000\000k\003w\003\360\000\000w\003D\004\360\000\000D\004O\004\360\000\000O\004P\004\360\000\000P\004Q\004\330\004\007\200s\210!\210=\230\002\230\"\230D\240\007\240q\250\016\260a\330\010\024\220I\230W\240A\240[\260\001\260\021";
3492
- static const char __pyx_k_T_Gt_Y_eeiivvzz_G1F_a_vWA_q_t_2[] = "\200\001\360\010\000\005\016\210T\320\021)\250\024\320-G\300t\310>\320Y]\320]e\320ei\320iv\320vz\320z{\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220A\330\010\022\220!\330\010\027\220q\340\010\027\220t\320\0332\260'\270\025\270c\300\024\320E^\320^e\320ej\320jm\320mq\320q~\360\000\000\001F\002\360\000\000F\002K\002\360\000\000K\002N\002\360\000\000N\002R\002\360\000\000R\002Y\002\360\000\000Y\002`\002\360\000\000`\002e\002\360\000\000e\002h\002\360\000\000h\002l\002\360\000\000l\002x\002\360\000\000x\002\002\360\000\000\002D\003\360\000\000D\003G\003\360\000\000G\003K\003\360\000\000K\003V\003\360\000\000V\003]\003\360\000\000]\003^\003\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001";
3495
+ static const char __pyx_k_T_Gt_Y_eeiivvzz_G1F_a_vWA_q_t_2[] = "\200\001\360\010\000\005\016\210T\320\021)\250\024\320-G\300t\310>\320Y]\320]e\320ei\320iv\320vz\320z{\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220A\330\010\022\220!\330\010\027\220q\340\010\027\220t\320\0332\260'\270\025\270c\300\024\320E^\320^e\320ej\320jm\320mq\320q~\360\000\000\177\001F\002\360\000\000F\002K\002\360\000\000K\002N\002\360\000\000N\002R\002\360\000\000R\002Y\002\360\000\000Y\002`\002\360\000\000`\002e\002\360\000\000e\002h\002\360\000\000h\002l\002\360\000\000l\002x\002\360\000\000x\002\177\002\360\000\000\177\002D\003\360\000\000D\003G\003\360\000\000G\003K\003\360\000\000K\003V\003\360\000\000V\003]\003\360\000\000]\003^\003\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001";
3493
3496
  static const char __pyx_k_pyx_unpickle__ASyncDescriptor_2[] = "__pyx_unpickle__ASyncDescriptor__set_state";
3494
3497
  static const char __pyx_k_A_A_4xq_AR_6a_M_QgQ_WB_fJa_q_t_C[] = "\200A\340\017\020\330\024$\240A\340\t\n\360\030\000\t\014\2104\210x\220q\230\001\330\014\022\220*\230A\230R\320\0376\260a\330\010\014\210M\230\037\250\001\250\021\330\010\013\210:\220Q\220g\230Q\330\014\020\220\n\230+\240W\250B\320.>\270f\300J\310a\340\014\020\220\017\230q\330\r \240\001\240\021\330\014 \240\001\240\021\330\014\020\220\017\230t\240:\320-C\3001\330\020\021\360\006\000\r!\240\001\240\021\330\014\020\220\017\230q\340\010\014\210N\230+\240S\250\005\250Q\330\010\t";
3495
3498
  static const char __pyx_k_Incompatible_checksums_0x_x_vs_0[] = "Incompatible checksums (0x%x vs (0x5f5e260, 0x1fb9b39, 0xafdb551) = (_ModifiedMixin__await, _ModifiedMixin__default, __wrapped__, _fget, field_name, modifiers))";
@@ -10011,15 +10014,15 @@ static int __Pyx_modinit_type_init_code(__pyx_mstatetype *__pyx_mstate) {
10011
10014
  /*--- Type init code ---*/
10012
10015
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.function"); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error)
10013
10016
  __Pyx_GOTREF(__pyx_t_1);
10014
- __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.a_sync.function", "_ModifiedMixin",
10017
+ __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.function", "_ModifiedMixin",
10015
10018
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
10016
- sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
10019
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
10017
10020
  #elif CYTHON_COMPILING_IN_LIMITED_API
10018
- sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
10021
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
10019
10022
  #else
10020
- sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
10023
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ModifiedMixin),
10021
10024
  #endif
10022
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin) __PYX_ERR(0, 1, __pyx_L1_error)
10025
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin) __PYX_ERR(0, 1, __pyx_L1_error)
10023
10026
  __pyx_vtabptr_6a_sync_6a_sync_8function__ModifiedMixin = (struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ModifiedMixin*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin); if (unlikely(!__pyx_vtabptr_6a_sync_6a_sync_8function__ModifiedMixin)) __PYX_ERR(0, 1, __pyx_L1_error)
10024
10027
  __pyx_vtabptr_6a_sync_6a_sync_11_descriptor__ASyncDescriptor = &__pyx_vtable_6a_sync_6a_sync_11_descriptor__ASyncDescriptor;
10025
10028
  __pyx_vtable_6a_sync_6a_sync_11_descriptor__ASyncDescriptor.__pyx_base = *__pyx_vtabptr_6a_sync_6a_sync_8function__ModifiedMixin;
@@ -10159,41 +10162,41 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
10159
10162
  /*--- Type import code ---*/
10160
10163
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.modifiers.manager"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 1, __pyx_L1_error)
10161
10164
  __Pyx_GOTREF(__pyx_t_1);
10162
- __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.a_sync.modifiers.manager", "ModifierManager",
10165
+ __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.modifiers.manager", "ModifierManager",
10163
10166
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
10164
- sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
10167
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
10165
10168
  #elif CYTHON_COMPILING_IN_LIMITED_API
10166
- sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
10169
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
10167
10170
  #else
10168
- sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
10171
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_9modifiers_7manager_ModifierManager),
10169
10172
  #endif
10170
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager) __PYX_ERR(2, 1, __pyx_L1_error)
10173
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager) __PYX_ERR(2, 1, __pyx_L1_error)
10171
10174
  __pyx_vtabptr_6a_sync_6a_sync_9modifiers_7manager_ModifierManager = (struct __pyx_vtabstruct_6a_sync_6a_sync_9modifiers_7manager_ModifierManager*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager); if (unlikely(!__pyx_vtabptr_6a_sync_6a_sync_9modifiers_7manager_ModifierManager)) __PYX_ERR(2, 1, __pyx_L1_error)
10172
10175
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
10173
10176
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.function"); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 13, __pyx_L1_error)
10174
10177
  __Pyx_GOTREF(__pyx_t_1);
10175
- __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.a_sync.function", "_ASyncFunction",
10178
+ __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.function", "_ASyncFunction",
10176
10179
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
10177
- sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
10180
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
10178
10181
  #elif CYTHON_COMPILING_IN_LIMITED_API
10179
- sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
10182
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
10180
10183
  #else
10181
- sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
10184
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_8function__ASyncFunction),
10182
10185
  #endif
10183
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction) __PYX_ERR(3, 13, __pyx_L1_error)
10186
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction) __PYX_ERR(3, 13, __pyx_L1_error)
10184
10187
  __pyx_vtabptr_6a_sync_6a_sync_8function__ASyncFunction = (struct __pyx_vtabstruct_6a_sync_6a_sync_8function__ASyncFunction*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction); if (unlikely(!__pyx_vtabptr_6a_sync_6a_sync_8function__ASyncFunction)) __PYX_ERR(3, 13, __pyx_L1_error)
10185
10188
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
10186
10189
  __pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (unlikely(!__pyx_t_1)) __PYX_ERR(4, 1, __pyx_L1_error)
10187
10190
  __Pyx_GOTREF(__pyx_t_1);
10188
- __pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.functools", "cached_property_unsafe",
10191
+ __pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.functools", "cached_property_unsafe",
10189
10192
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
10190
- sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
10193
+ sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
10191
10194
  #elif CYTHON_COMPILING_IN_LIMITED_API
10192
- sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
10195
+ sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
10193
10196
  #else
10194
- sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
10197
+ sizeof(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_9functools_cached_property_unsafe),
10195
10198
  #endif
10196
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe) __PYX_ERR(4, 1, __pyx_L1_error)
10199
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe) __PYX_ERR(4, 1, __pyx_L1_error)
10197
10200
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
10198
10201
  __Pyx_RefNannyFinishContext();
10199
10202
  return 0;
@@ -10223,11 +10226,11 @@ static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
10223
10226
  /*--- Function import code ---*/
10224
10227
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.function"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
10225
10228
  __Pyx_GOTREF(__pyx_t_1);
10226
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "_validate_wrapped_fn", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8function__validate_wrapped_fn, "void (PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
10229
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "_validate_wrapped_fn", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8function__validate_wrapped_fn, "void (PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
10227
10230
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
10228
10231
  __pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
10229
10232
  __Pyx_GOTREF(__pyx_t_1);
10230
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "update_wrapper", (void (**)(void))&__pyx_f_6a_sync_9functools_update_wrapper, "PyObject *(PyObject *, PyObject *, int __pyx_skip_dispatch)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
10233
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "update_wrapper", (void (**)(void))&__pyx_f_6a_sync_9functools_update_wrapper, "PyObject *(PyObject *, PyObject *, int __pyx_skip_dispatch)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
10231
10234
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
10232
10235
  __Pyx_RefNannyFinishContext();
10233
10236
  return 0;
@@ -11140,7 +11143,7 @@ __Pyx_RefNannySetupContext("PyInit__descriptor", 0);
11140
11143
  * cdef tuple state
11141
11144
  * cdef object _dict
11142
11145
  */
11143
- __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
11146
+ __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
11144
11147
  __pyx_t_6 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_11_descriptor_16_ASyncDescriptor_34__reduce_cython__, __Pyx_CYFUNCTION_CCLASS, __pyx_mstate_global->__pyx_n_u_ASyncDescriptor___reduce_cython, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync__descriptor, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[16])); if (unlikely(!__pyx_t_6)) __PYX_ERR(1, 1, __pyx_L1_error)
11145
11148
  __Pyx_GOTREF(__pyx_t_6);
11146
11149
  if (__Pyx_SetItemOnTypeDict(__pyx_mstate_global->__pyx_ptype_6a_sync_6a_sync_11_descriptor__ASyncDescriptor, __pyx_mstate_global->__pyx_n_u_reduce_cython, __pyx_t_6) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
@@ -11392,7 +11395,7 @@ __Pyx_RefNannySetupContext("PyInit__descriptor", 0);
11392
11395
  * cdef object __pyx_PickleError
11393
11396
  * cdef object __pyx_result
11394
11397
  */
11395
- __Pyx_TraceLine(1,0,0,__PYX_ERR(1, 1, __pyx_L1_error))
11398
+ __Pyx_TraceLine(1,2,0,__PYX_ERR(1, 1, __pyx_L1_error))
11396
11399
  __pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_6a_sync_6a_sync_11_descriptor_1__pyx_unpickle__ASyncDescriptor, 0, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncDescriptor, NULL, __pyx_mstate_global->__pyx_n_u_a_sync_a_sync__descriptor, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[21])); if (unlikely(!__pyx_t_3)) __PYX_ERR(1, 1, __pyx_L1_error)
11397
11400
  __Pyx_GOTREF(__pyx_t_3);
11398
11401
  if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_unpickle__ASyncDescriptor, __pyx_t_3) < 0) __PYX_ERR(1, 1, __pyx_L1_error)
@@ -13752,6 +13755,13 @@ try_unpack:
13752
13755
 
13753
13756
  /* PyObjectCallMethod0 */
13754
13757
  static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
13758
+ #if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
13759
+ PyObject *args[1] = {obj};
13760
+ (void) __Pyx_PyObject_GetMethod;
13761
+ (void) __Pyx_PyObject_CallOneArg;
13762
+ (void) __Pyx_PyObject_CallNoArg;
13763
+ return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
13764
+ #else
13755
13765
  PyObject *method = NULL, *result = NULL;
13756
13766
  int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
13757
13767
  if (likely(is_method)) {
@@ -13764,6 +13774,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
13764
13774
  Py_DECREF(method);
13765
13775
  bad:
13766
13776
  return result;
13777
+ #endif
13767
13778
  }
13768
13779
 
13769
13780
  /* RaiseNeedMoreValuesToUnpack */
@@ -14265,6 +14276,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
14265
14276
  changed = 1;
14266
14277
  }
14267
14278
  #endif // CYTHON_METH_FASTCALL
14279
+ #if !CYTHON_COMPILING_IN_PYPY
14268
14280
  else if (strcmp(memb->name, "__module__") == 0) {
14269
14281
  PyObject *descr;
14270
14282
  assert(memb->type == T_OBJECT);
@@ -14279,11 +14291,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
14279
14291
  }
14280
14292
  changed = 1;
14281
14293
  }
14294
+ #endif // !CYTHON_COMPILING_IN_PYPY
14282
14295
  }
14283
14296
  memb++;
14284
14297
  }
14285
14298
  }
14286
14299
  #endif // !CYTHON_COMPILING_IN_LIMITED_API
14300
+ #if !CYTHON_COMPILING_IN_PYPY
14287
14301
  slot = spec->slots;
14288
14302
  while (slot && slot->slot && slot->slot != Py_tp_getset)
14289
14303
  slot++;
@@ -14315,6 +14329,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
14315
14329
  ++getset;
14316
14330
  }
14317
14331
  }
14332
+ #endif // !CYTHON_COMPILING_IN_PYPY
14318
14333
  if (changed)
14319
14334
  PyType_Modified(type);
14320
14335
  #endif // PY_VERSION_HEX > 0x030900B1
@@ -14447,7 +14462,7 @@ bad:
14447
14462
  }
14448
14463
 
14449
14464
  /* CommonTypesMetaclass */
14450
- PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
14465
+ static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
14451
14466
  return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
14452
14467
  }
14453
14468
  static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
@@ -14476,6 +14491,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
14476
14491
  return -1;
14477
14492
  }
14478
14493
  mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
14494
+ Py_DECREF(bases);
14479
14495
  if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
14480
14496
  return -1;
14481
14497
  }
@@ -14667,7 +14683,7 @@ static CYTHON_INLINE PyObject* __Pyx_PyObject_Call2Args(PyObject* function, PyOb
14667
14683
  }
14668
14684
 
14669
14685
  /* PyObjectCallMethod1 */
14670
- #if !(CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000)
14686
+ #if !(CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000)))
14671
14687
  static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
14672
14688
  PyObject *result = __Pyx_PyObject_CallOneArg(method, arg);
14673
14689
  Py_DECREF(method);
@@ -14675,7 +14691,7 @@ static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
14675
14691
  }
14676
14692
  #endif
14677
14693
  static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) {
14678
- #if CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000
14694
+ #if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
14679
14695
  PyObject *args[2] = {obj, arg};
14680
14696
  (void) __Pyx_PyObject_GetMethod;
14681
14697
  (void) __Pyx_PyObject_CallOneArg;
@@ -16500,15 +16516,15 @@ static CYTHON_INLINE int __Pyx_HasAttr(PyObject *o, PyObject *n) {
16500
16516
  }
16501
16517
 
16502
16518
  /* TypeImport */
16503
- #ifndef __PYX_HAVE_RT_ImportType_3_1_2
16504
- #define __PYX_HAVE_RT_ImportType_3_1_2
16505
- static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module_name, const char *class_name,
16506
- size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_2 check_size)
16519
+ #ifndef __PYX_HAVE_RT_ImportType_3_1_4
16520
+ #define __PYX_HAVE_RT_ImportType_3_1_4
16521
+ static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
16522
+ size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
16507
16523
  {
16508
16524
  PyObject *result = 0;
16509
16525
  Py_ssize_t basicsize;
16510
16526
  Py_ssize_t itemsize;
16511
- #if CYTHON_COMPILING_IN_LIMITED_API
16527
+ #ifdef Py_LIMITED_API
16512
16528
  PyObject *py_basicsize;
16513
16529
  PyObject *py_itemsize;
16514
16530
  #endif
@@ -16521,7 +16537,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
16521
16537
  module_name, class_name);
16522
16538
  goto bad;
16523
16539
  }
16524
- #if !CYTHON_COMPILING_IN_LIMITED_API
16540
+ #ifndef Py_LIMITED_API
16525
16541
  basicsize = ((PyTypeObject *)result)->tp_basicsize;
16526
16542
  itemsize = ((PyTypeObject *)result)->tp_itemsize;
16527
16543
  #else
@@ -16559,7 +16575,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
16559
16575
  module_name, class_name, size, basicsize+itemsize);
16560
16576
  goto bad;
16561
16577
  }
16562
- if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_2 &&
16578
+ if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
16563
16579
  ((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
16564
16580
  PyErr_Format(PyExc_ValueError,
16565
16581
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
@@ -16567,7 +16583,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
16567
16583
  module_name, class_name, size, basicsize, basicsize+itemsize);
16568
16584
  goto bad;
16569
16585
  }
16570
- else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_2 && (size_t)basicsize > size) {
16586
+ else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
16571
16587
  if (PyErr_WarnFormat(NULL, 0,
16572
16588
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
16573
16589
  "Expected %zd from C header, got %zd from PyObject",
@@ -19751,9 +19767,9 @@ static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObj
19751
19767
  }
19752
19768
 
19753
19769
  /* FunctionImport */
19754
- #ifndef __PYX_HAVE_RT_ImportFunction_3_1_2
19755
- #define __PYX_HAVE_RT_ImportFunction_3_1_2
19756
- static int __Pyx_ImportFunction_3_1_2(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
19770
+ #ifndef __PYX_HAVE_RT_ImportFunction_3_1_4
19771
+ #define __PYX_HAVE_RT_ImportFunction_3_1_4
19772
+ static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
19757
19773
  PyObject *d = 0;
19758
19774
  PyObject *cobj = 0;
19759
19775
  union {
@@ -19855,6 +19871,10 @@ bad:
19855
19871
  PyCode_NewWithPosOnlyArgs
19856
19872
  #endif
19857
19873
  (a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
19874
+ #if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
19875
+ if (likely(result))
19876
+ result->_co_firsttraceable = 0;
19877
+ #endif
19858
19878
  return result;
19859
19879
  }
19860
19880
  #elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
a_sync/a_sync/_flags.c CHANGED
@@ -1,4 +1,4 @@
1
- /* Generated by Cython 3.1.2 */
1
+ /* Generated by Cython 3.1.4 */
2
2
 
3
3
  /* BEGIN: Cython Metadata
4
4
  {
@@ -29,8 +29,8 @@ END: Cython Metadata */
29
29
  #elif PY_VERSION_HEX < 0x03080000
30
30
  #error Cython requires Python 3.8+.
31
31
  #else
32
- #define __PYX_ABI_VERSION "3_1_2"
33
- #define CYTHON_HEX_VERSION 0x030102F0
32
+ #define __PYX_ABI_VERSION "3_1_4"
33
+ #define CYTHON_HEX_VERSION 0x030104F0
34
34
  #define CYTHON_FUTURE_DIVISION 1
35
35
  /* CModulePreamble */
36
36
  #include <stddef.h>
@@ -393,6 +393,9 @@ END: Cython Metadata */
393
393
  enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
394
394
  #endif
395
395
  #endif
396
+ #ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
397
+ #define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
398
+ #endif
396
399
  #ifndef __has_attribute
397
400
  #define __has_attribute(x) 0
398
401
  #endif
@@ -1921,7 +1924,7 @@ static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt
1921
1924
  static int __Pyx_ExportFunction(const char *name, void (*f)(void), const char *sig);
1922
1925
 
1923
1926
  /* VoidPtrImport.proto */
1924
- static int __Pyx_ImportVoidPtr_3_1_2(PyObject *module, const char *name, void **p, const char *sig);
1927
+ static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig);
1925
1928
 
1926
1929
  /* MultiPhaseInitModuleState.proto */
1927
1930
  #if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
@@ -2693,9 +2696,9 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
2693
2696
  /*--- Variable import code ---*/
2694
2697
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.flags"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
2695
2698
  __Pyx_GOTREF(__pyx_t_1);
2696
- if (__Pyx_ImportVoidPtr_3_1_2(__pyx_t_1, "AFFIRMATIVE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_AFFIRMATIVE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
2697
- if (__Pyx_ImportVoidPtr_3_1_2(__pyx_t_1, "NEGATIVE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_NEGATIVE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
2698
- if (__Pyx_ImportVoidPtr_3_1_2(__pyx_t_1, "VIABLE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_VIABLE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
2699
+ if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "AFFIRMATIVE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_AFFIRMATIVE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
2700
+ if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "NEGATIVE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_NEGATIVE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
2701
+ if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "VIABLE_FLAGS", (void **)&__pyx_vp_6a_sync_6a_sync_5flags_VIABLE_FLAGS, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
2699
2702
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
2700
2703
  __Pyx_RefNannyFinishContext();
2701
2704
  return 0;
@@ -5345,9 +5348,9 @@ bad:
5345
5348
  }
5346
5349
 
5347
5350
  /* VoidPtrImport */
5348
- #ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_2
5349
- #define __PYX_HAVE_RT_ImportVoidPtr_3_1_2
5350
- static int __Pyx_ImportVoidPtr_3_1_2(PyObject *module, const char *name, void **p, const char *sig) {
5351
+ #ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_4
5352
+ #define __PYX_HAVE_RT_ImportVoidPtr_3_1_4
5353
+ static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig) {
5351
5354
  PyObject *d = 0;
5352
5355
  PyObject *cobj = 0;
5353
5356
  d = PyObject_GetAttrString(module, "__pyx_capi__");
Binary file