ez-a-sync 0.32.26__cp39-cp39-win_amd64.whl → 0.32.28__cp39-cp39-win_amd64.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 +63 -43
  2. a_sync/_smart.cp39-win_amd64.pyd +0 -0
  3. a_sync/a_sync/_descriptor.c +83 -63
  4. a_sync/a_sync/_descriptor.cp39-win_amd64.pyd +0 -0
  5. a_sync/a_sync/_flags.c +13 -10
  6. a_sync/a_sync/_flags.cp39-win_amd64.pyd +0 -0
  7. a_sync/a_sync/_helpers.c +76 -56
  8. a_sync/a_sync/_helpers.cp39-win_amd64.pyd +0 -0
  9. a_sync/a_sync/_kwargs.c +45 -25
  10. a_sync/a_sync/_kwargs.cp39-win_amd64.pyd +0 -0
  11. a_sync/a_sync/abstract.c +54 -24
  12. a_sync/a_sync/abstract.cp39-win_amd64.pyd +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.cp39-win_amd64.pyd +0 -0
  16. a_sync/a_sync/flags.c +13 -10
  17. a_sync/a_sync/flags.cp39-win_amd64.pyd +0 -0
  18. a_sync/a_sync/function.c +106 -77
  19. a_sync/a_sync/function.cp39-win_amd64.pyd +0 -0
  20. a_sync/a_sync/method.c +150 -118
  21. a_sync/a_sync/method.cp39-win_amd64.pyd +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.cp39-win_amd64.pyd +0 -0
  25. a_sync/a_sync/property.c +104 -78
  26. a_sync/a_sync/property.cp39-win_amd64.pyd +0 -0
  27. a_sync/async_property/cached.c +71 -51
  28. a_sync/async_property/cached.cp39-win_amd64.pyd +0 -0
  29. a_sync/async_property/proxy.c +37 -17
  30. a_sync/async_property/proxy.cp39-win_amd64.pyd +0 -0
  31. a_sync/asyncio/as_completed.c +33 -13
  32. a_sync/asyncio/as_completed.cp39-win_amd64.pyd +0 -0
  33. a_sync/asyncio/create_task.c +59 -21
  34. a_sync/asyncio/create_task.cp39-win_amd64.pyd +0 -0
  35. a_sync/asyncio/gather.c +42 -22
  36. a_sync/asyncio/gather.cp39-win_amd64.pyd +0 -0
  37. a_sync/asyncio/igather.c +42 -18
  38. a_sync/asyncio/igather.cp39-win_amd64.pyd +0 -0
  39. a_sync/asyncio/sleep.c +24 -4
  40. a_sync/asyncio/sleep.cp39-win_amd64.pyd +0 -0
  41. a_sync/debugging.c +52 -32
  42. a_sync/debugging.cp39-win_amd64.pyd +0 -0
  43. a_sync/exceptions.c +36 -20
  44. a_sync/exceptions.cp39-win_amd64.pyd +0 -0
  45. a_sync/executor.py +44 -0
  46. a_sync/functools.c +31 -11
  47. a_sync/functools.cp39-win_amd64.pyd +0 -0
  48. a_sync/iter.c +166 -96
  49. a_sync/iter.cp39-win_amd64.pyd +0 -0
  50. a_sync/primitives/_debug.c +61 -41
  51. a_sync/primitives/_debug.cp39-win_amd64.pyd +0 -0
  52. a_sync/primitives/_loggable.c +48 -22
  53. a_sync/primitives/_loggable.cp39-win_amd64.pyd +0 -0
  54. a_sync/primitives/locks/counter.c +93 -63
  55. a_sync/primitives/locks/counter.cp39-win_amd64.pyd +0 -0
  56. a_sync/primitives/locks/event.c +75 -54
  57. a_sync/primitives/locks/event.cp39-win_amd64.pyd +0 -0
  58. a_sync/primitives/locks/prio_semaphore.c +119 -79
  59. a_sync/primitives/locks/prio_semaphore.cp39-win_amd64.pyd +0 -0
  60. a_sync/primitives/locks/prio_semaphore.pyi +2 -2
  61. a_sync/primitives/locks/semaphore.c +91 -64
  62. a_sync/primitives/locks/semaphore.cp39-win_amd64.pyd +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.cp39-win_amd64.pyd +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}/WHEEL +0 -0
  70. {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/licenses/LICENSE.txt +0 -0
  71. {ez_a_sync-0.32.26.dist-info → ez_a_sync-0.32.28.dist-info}/top_level.txt +0 -0
a_sync/a_sync/property.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
@@ -2206,18 +2209,18 @@ static int __Pyx__ArgTypeTest(PyObject *obj, PyTypeObject *type, const char *nam
2206
2209
  if (!__Pyx_PyThreadState_Current->tracing) {\
2207
2210
  if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
2208
2211
  else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
2209
- if (unlikely(!__pyx_frame_code)) goto_error;\
2210
- ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2211
- }\
2212
+ if (unlikely(!__pyx_frame_code)) ret = -1;\
2213
+ else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2214
+ } else __pyx_frame_code = NULL;\
2212
2215
  PyGILState_Release(state);\
2213
- }\
2216
+ } else __pyx_frame_code = NULL;\
2214
2217
  } else {\
2215
2218
  if (!__Pyx_PyThreadState_Current->tracing) {\
2216
2219
  if (likely(__pyx_frame_code)) Py_INCREF(__pyx_frame_code);\
2217
2220
  else __pyx_frame_code = (PyObject*) __Pyx_createFrameCodeObject(funcname, srcfile, firstlineno);\
2218
- if (unlikely(!__pyx_frame_code)) goto_error;\
2219
- ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2220
- }\
2221
+ if (unlikely(!__pyx_frame_code)) ret = -1;\
2222
+ else ret = __Pyx__TraceStartFunc(__pyx_pymonitoring_state, __pyx_frame_code, offset, skip_event);\
2223
+ } else __pyx_frame_code = NULL;\
2221
2224
  }\
2222
2225
  if (unlikely(ret == -1)) goto_error;\
2223
2226
  }
@@ -3089,22 +3092,22 @@ static int __Pyx_validate_bases_tuple(const char *type_name, Py_ssize_t dictoffs
3089
3092
  CYTHON_UNUSED static int __Pyx_PyType_Ready(PyTypeObject *t);
3090
3093
 
3091
3094
  /* TypeImport.proto */
3092
- #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_2
3093
- #define __PYX_HAVE_RT_ImportType_proto_3_1_2
3095
+ #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
3096
+ #define __PYX_HAVE_RT_ImportType_proto_3_1_4
3094
3097
  #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
3095
3098
  #include <stdalign.h>
3096
3099
  #endif
3097
3100
  #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
3098
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) alignof(s)
3101
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
3099
3102
  #else
3100
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) sizeof(void*)
3103
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
3101
3104
  #endif
3102
- enum __Pyx_ImportType_CheckSize_3_1_2 {
3103
- __Pyx_ImportType_CheckSize_Error_3_1_2 = 0,
3104
- __Pyx_ImportType_CheckSize_Warn_3_1_2 = 1,
3105
- __Pyx_ImportType_CheckSize_Ignore_3_1_2 = 2
3105
+ enum __Pyx_ImportType_CheckSize_3_1_4 {
3106
+ __Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
3107
+ __Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
3108
+ __Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
3106
3109
  };
3107
- 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);
3110
+ 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);
3108
3111
  #endif
3109
3112
 
3110
3113
  /* GetVTable.proto */
@@ -3248,10 +3251,10 @@ static unsigned long __Pyx_get_runtime_version(void);
3248
3251
  static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);
3249
3252
 
3250
3253
  /* VoidPtrImport.proto */
3251
- static int __Pyx_ImportVoidPtr_3_1_2(PyObject *module, const char *name, void **p, const char *sig);
3254
+ static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig);
3252
3255
 
3253
3256
  /* FunctionImport.proto */
3254
- static int __Pyx_ImportFunction_3_1_2(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
3257
+ static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
3255
3258
 
3256
3259
  /* MultiPhaseInitModuleState.proto */
3257
3260
  #if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
@@ -5151,8 +5154,14 @@ static PyObject *__pyx_pf_6a_sync_6a_sync_8property_28_ASyncPropertyDescriptorBa
5151
5154
  * elif _is_a_sync_instance(instance):
5152
5155
  */
5153
5156
  __Pyx_TraceLine(159,22,0,__PYX_ERR(0, 159, __pyx_L1_error))
5154
- __pyx_t_1 = (__pyx_v_default != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_default) != 0);
5155
- if (unlikely(((!CYTHON_ASSUME_SAFE_MACROS) && __pyx_t_1 < 0))) __PYX_ERR(0, 159, __pyx_L1_error)
5157
+ if (__pyx_v_default == Py_None) __pyx_t_1 = 0;
5158
+ else
5159
+ {
5160
+ Py_ssize_t __pyx_temp = __Pyx_PyUnicode_IS_TRUE(__pyx_v_default);
5161
+ if (unlikely(((!CYTHON_ASSUME_SAFE_SIZE) && __pyx_temp < 0))) __PYX_ERR(0, 159, __pyx_L1_error)
5162
+ __pyx_t_1 = (__pyx_temp != 0);
5163
+ }
5164
+
5156
5165
  if (__pyx_t_1) {
5157
5166
 
5158
5167
  /* "a_sync/a_sync/property.pyx":160
@@ -14989,77 +14998,77 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
14989
14998
  /*--- Type import code ---*/
14990
14999
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.modifiers.manager"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 1, __pyx_L1_error)
14991
15000
  __Pyx_GOTREF(__pyx_t_1);
14992
- __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",
15001
+ __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",
14993
15002
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
14994
- 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),
15003
+ 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),
14995
15004
  #elif CYTHON_COMPILING_IN_LIMITED_API
14996
- 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),
15005
+ 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),
14997
15006
  #else
14998
- 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),
15007
+ 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),
14999
15008
  #endif
15000
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager) __PYX_ERR(1, 1, __pyx_L1_error)
15009
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_9modifiers_7manager_ModifierManager) __PYX_ERR(1, 1, __pyx_L1_error)
15001
15010
  __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(1, 1, __pyx_L1_error)
15002
15011
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15003
15012
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.function"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 3, __pyx_L1_error)
15004
15013
  __Pyx_GOTREF(__pyx_t_1);
15005
- __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.a_sync.function", "_ModifiedMixin",
15014
+ __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.function", "_ModifiedMixin",
15006
15015
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
15007
- 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),
15016
+ 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),
15008
15017
  #elif CYTHON_COMPILING_IN_LIMITED_API
15009
- 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),
15018
+ 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),
15010
15019
  #else
15011
- 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),
15020
+ 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),
15012
15021
  #endif
15013
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin) __PYX_ERR(2, 3, __pyx_L1_error)
15022
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ModifiedMixin) __PYX_ERR(2, 3, __pyx_L1_error)
15014
15023
  __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(2, 3, __pyx_L1_error)
15015
- __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.a_sync.function", "_ASyncFunction",
15024
+ __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.function", "_ASyncFunction",
15016
15025
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
15017
- 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),
15026
+ 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),
15018
15027
  #elif CYTHON_COMPILING_IN_LIMITED_API
15019
- 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),
15028
+ 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),
15020
15029
  #else
15021
- 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),
15030
+ 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),
15022
15031
  #endif
15023
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction) __PYX_ERR(2, 13, __pyx_L1_error)
15032
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_8function__ASyncFunction) __PYX_ERR(2, 13, __pyx_L1_error)
15024
15033
  __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(2, 13, __pyx_L1_error)
15025
15034
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15026
15035
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.method"); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 2, __pyx_L1_error)
15027
15036
  __Pyx_GOTREF(__pyx_t_1);
15028
- __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_6method__ASyncBoundMethod = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.a_sync.method", "_ASyncBoundMethod",
15037
+ __pyx_mstate->__pyx_ptype_6a_sync_6a_sync_6method__ASyncBoundMethod = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.a_sync.method", "_ASyncBoundMethod",
15029
15038
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
15030
- sizeof(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod),
15039
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod),
15031
15040
  #elif CYTHON_COMPILING_IN_LIMITED_API
15032
- sizeof(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod),
15041
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod),
15033
15042
  #else
15034
- sizeof(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod),
15043
+ sizeof(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod),
15035
15044
  #endif
15036
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_6method__ASyncBoundMethod) __PYX_ERR(3, 2, __pyx_L1_error)
15045
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_6method__ASyncBoundMethod) __PYX_ERR(3, 2, __pyx_L1_error)
15037
15046
  __pyx_vtabptr_6a_sync_6a_sync_6method__ASyncBoundMethod = (struct __pyx_vtabstruct_6a_sync_6a_sync_6method__ASyncBoundMethod*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_6a_sync_6method__ASyncBoundMethod); if (unlikely(!__pyx_vtabptr_6a_sync_6a_sync_6method__ASyncBoundMethod)) __PYX_ERR(3, 2, __pyx_L1_error)
15038
15047
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15039
15048
  __pyx_t_1 = PyImport_ImportModule("a_sync.async_property.cached"); if (unlikely(!__pyx_t_1)) __PYX_ERR(4, 6, __pyx_L1_error)
15040
15049
  __Pyx_GOTREF(__pyx_t_1);
15041
- __pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.async_property.cached", "AsyncCachedPropertyInstanceState",
15050
+ __pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.async_property.cached", "AsyncCachedPropertyInstanceState",
15042
15051
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
15043
- sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
15052
+ sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
15044
15053
  #elif CYTHON_COMPILING_IN_LIMITED_API
15045
- sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
15054
+ sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
15046
15055
  #else
15047
- sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
15056
+ sizeof(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(struct __pyx_obj_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState),
15048
15057
  #endif
15049
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState) __PYX_ERR(4, 6, __pyx_L1_error)
15058
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState) __PYX_ERR(4, 6, __pyx_L1_error)
15050
15059
  __pyx_vtabptr_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState = (struct __pyx_vtabstruct_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState*)__Pyx_GetVtable(__pyx_mstate->__pyx_ptype_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState); if (unlikely(!__pyx_vtabptr_6a_sync_14async_property_6cached_AsyncCachedPropertyInstanceState)) __PYX_ERR(4, 6, __pyx_L1_error)
15051
15060
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15052
15061
  __pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (unlikely(!__pyx_t_1)) __PYX_ERR(5, 1, __pyx_L1_error)
15053
15062
  __Pyx_GOTREF(__pyx_t_1);
15054
- __pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe = __Pyx_ImportType_3_1_2(__pyx_t_1, "a_sync.functools", "cached_property_unsafe",
15063
+ __pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe = __Pyx_ImportType_3_1_4(__pyx_t_1, "a_sync.functools", "cached_property_unsafe",
15055
15064
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
15056
- 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),
15065
+ 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),
15057
15066
  #elif CYTHON_COMPILING_IN_LIMITED_API
15058
- 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),
15067
+ 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),
15059
15068
  #else
15060
- 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),
15069
+ 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),
15061
15070
  #endif
15062
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe) __PYX_ERR(5, 1, __pyx_L1_error)
15071
+ __Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_6a_sync_9functools_cached_property_unsafe) __PYX_ERR(5, 1, __pyx_L1_error)
15063
15072
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15064
15073
  __Pyx_RefNannyFinishContext();
15065
15074
  return 0;
@@ -15080,7 +15089,7 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
15080
15089
  /*--- Variable import code ---*/
15081
15090
  __pyx_t_1 = PyImport_ImportModule("a_sync.async_property.cached"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
15082
15091
  __Pyx_GOTREF(__pyx_t_1);
15083
- if (__Pyx_ImportVoidPtr_3_1_2(__pyx_t_1, "ASYNC_PROPERTY_ATTR", (void **)&__pyx_vp_6a_sync_14async_property_6cached_ASYNC_PROPERTY_ATTR, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15092
+ if (__Pyx_ImportVoidPtr_3_1_4(__pyx_t_1, "ASYNC_PROPERTY_ATTR", (void **)&__pyx_vp_6a_sync_14async_property_6cached_ASYNC_PROPERTY_ATTR, "PyObject *") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15084
15093
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15085
15094
  __Pyx_RefNannyFinishContext();
15086
15095
  return 0;
@@ -15101,25 +15110,25 @@ static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
15101
15110
  /*--- Function import code ---*/
15102
15111
  __pyx_t_1 = PyImport_ImportModule("a_sync._smart"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
15103
15112
  __Pyx_GOTREF(__pyx_t_1);
15104
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "shield", (void (**)(void))&__pyx_f_6a_sync_6_smart_shield, "PyObject *(PyObject *, int __pyx_skip_dispatch)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15113
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "shield", (void (**)(void))&__pyx_f_6a_sync_6_smart_shield, "PyObject *(PyObject *, int __pyx_skip_dispatch)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15105
15114
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15106
15115
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync._helpers"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
15107
15116
  __Pyx_GOTREF(__pyx_t_1);
15108
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "_await", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8_helpers__await, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15109
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "_asyncify", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8_helpers__asyncify, "PyObject *(PyObject *, PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15117
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "_await", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8_helpers__await, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15118
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "_asyncify", (void (**)(void))&__pyx_f_6a_sync_6a_sync_8_helpers__asyncify, "PyObject *(PyObject *, PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15110
15119
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15111
15120
  __pyx_t_1 = PyImport_ImportModule("a_sync.a_sync.method"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
15112
15121
  __Pyx_GOTREF(__pyx_t_1);
15113
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "_is_a_sync_instance", (void (**)(void))&__pyx_f_6a_sync_6a_sync_6method__is_a_sync_instance, "int (PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15114
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "_update_cache_timer", (void (**)(void))&__pyx_f_6a_sync_6a_sync_6method__update_cache_timer, "void (PyObject *, PyObject *, struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15122
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "_is_a_sync_instance", (void (**)(void))&__pyx_f_6a_sync_6a_sync_6method__is_a_sync_instance, "int (PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15123
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "_update_cache_timer", (void (**)(void))&__pyx_f_6a_sync_6a_sync_6method__update_cache_timer, "void (PyObject *, PyObject *, struct __pyx_obj_6a_sync_6a_sync_6method__ASyncBoundMethod *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15115
15124
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15116
15125
  __pyx_t_1 = PyImport_ImportModule("a_sync.asyncio.create_task"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
15117
15126
  __Pyx_GOTREF(__pyx_t_1);
15118
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "ccreate_task_simple", (void (**)(void))&__pyx_f_6a_sync_7asyncio_11create_task_ccreate_task_simple, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15127
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "ccreate_task_simple", (void (**)(void))&__pyx_f_6a_sync_7asyncio_11create_task_ccreate_task_simple, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15119
15128
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15120
15129
  __pyx_t_1 = PyImport_ImportModule("a_sync.functools"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
15121
15130
  __Pyx_GOTREF(__pyx_t_1);
15122
- if (__Pyx_ImportFunction_3_1_2(__pyx_t_1, "wraps", (void (**)(void))&__pyx_f_6a_sync_9functools_wraps, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15131
+ if (__Pyx_ImportFunction_3_1_4(__pyx_t_1, "wraps", (void (**)(void))&__pyx_f_6a_sync_9functools_wraps, "PyObject *(PyObject *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
15123
15132
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
15124
15133
  __Pyx_RefNannyFinishContext();
15125
15134
  return 0;
@@ -20932,6 +20941,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
20932
20941
  changed = 1;
20933
20942
  }
20934
20943
  #endif // CYTHON_METH_FASTCALL
20944
+ #if !CYTHON_COMPILING_IN_PYPY
20935
20945
  else if (strcmp(memb->name, "__module__") == 0) {
20936
20946
  PyObject *descr;
20937
20947
  assert(memb->type == T_OBJECT);
@@ -20946,11 +20956,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
20946
20956
  }
20947
20957
  changed = 1;
20948
20958
  }
20959
+ #endif // !CYTHON_COMPILING_IN_PYPY
20949
20960
  }
20950
20961
  memb++;
20951
20962
  }
20952
20963
  }
20953
20964
  #endif // !CYTHON_COMPILING_IN_LIMITED_API
20965
+ #if !CYTHON_COMPILING_IN_PYPY
20954
20966
  slot = spec->slots;
20955
20967
  while (slot && slot->slot && slot->slot != Py_tp_getset)
20956
20968
  slot++;
@@ -20982,6 +20994,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
20982
20994
  ++getset;
20983
20995
  }
20984
20996
  }
20997
+ #endif // !CYTHON_COMPILING_IN_PYPY
20985
20998
  if (changed)
20986
20999
  PyType_Modified(type);
20987
21000
  #endif // PY_VERSION_HEX > 0x030900B1
@@ -21114,7 +21127,7 @@ bad:
21114
21127
  }
21115
21128
 
21116
21129
  /* CommonTypesMetaclass */
21117
- PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
21130
+ static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
21118
21131
  return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
21119
21132
  }
21120
21133
  static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
@@ -21143,6 +21156,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
21143
21156
  return -1;
21144
21157
  }
21145
21158
  mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
21159
+ Py_DECREF(bases);
21146
21160
  if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
21147
21161
  return -1;
21148
21162
  }
@@ -21538,7 +21552,7 @@ try_unpack:
21538
21552
  }
21539
21553
 
21540
21554
  /* PyObjectCallMethod1 */
21541
- #if !(CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000)
21555
+ #if !(CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000)))
21542
21556
  static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
21543
21557
  PyObject *result = __Pyx_PyObject_CallOneArg(method, arg);
21544
21558
  Py_DECREF(method);
@@ -21546,7 +21560,7 @@ static PyObject* __Pyx__PyObject_CallMethod1(PyObject* method, PyObject* arg) {
21546
21560
  }
21547
21561
  #endif
21548
21562
  static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) {
21549
- #if CYTHON_VECTORCALL && __PYX_LIMITED_VERSION_HEX >= 0x030C0000
21563
+ #if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
21550
21564
  PyObject *args[2] = {obj, arg};
21551
21565
  (void) __Pyx_PyObject_GetMethod;
21552
21566
  (void) __Pyx_PyObject_CallOneArg;
@@ -24700,6 +24714,13 @@ bad:
24700
24714
 
24701
24715
  /* PyObjectCallMethod0 */
24702
24716
  static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
24717
+ #if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
24718
+ PyObject *args[1] = {obj};
24719
+ (void) __Pyx_PyObject_GetMethod;
24720
+ (void) __Pyx_PyObject_CallOneArg;
24721
+ (void) __Pyx_PyObject_CallNoArg;
24722
+ return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
24723
+ #else
24703
24724
  PyObject *method = NULL, *result = NULL;
24704
24725
  int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
24705
24726
  if (likely(is_method)) {
@@ -24712,6 +24733,7 @@ bad:
24712
24733
  Py_DECREF(method);
24713
24734
  bad:
24714
24735
  return result;
24736
+ #endif
24715
24737
  }
24716
24738
 
24717
24739
  /* ValidateBasesTuple */
@@ -24885,15 +24907,15 @@ static int __Pyx_PyType_Ready(PyTypeObject *t) {
24885
24907
  }
24886
24908
 
24887
24909
  /* TypeImport */
24888
- #ifndef __PYX_HAVE_RT_ImportType_3_1_2
24889
- #define __PYX_HAVE_RT_ImportType_3_1_2
24890
- static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module_name, const char *class_name,
24891
- size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_2 check_size)
24910
+ #ifndef __PYX_HAVE_RT_ImportType_3_1_4
24911
+ #define __PYX_HAVE_RT_ImportType_3_1_4
24912
+ static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
24913
+ size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
24892
24914
  {
24893
24915
  PyObject *result = 0;
24894
24916
  Py_ssize_t basicsize;
24895
24917
  Py_ssize_t itemsize;
24896
- #if CYTHON_COMPILING_IN_LIMITED_API
24918
+ #ifdef Py_LIMITED_API
24897
24919
  PyObject *py_basicsize;
24898
24920
  PyObject *py_itemsize;
24899
24921
  #endif
@@ -24906,7 +24928,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
24906
24928
  module_name, class_name);
24907
24929
  goto bad;
24908
24930
  }
24909
- #if !CYTHON_COMPILING_IN_LIMITED_API
24931
+ #ifndef Py_LIMITED_API
24910
24932
  basicsize = ((PyTypeObject *)result)->tp_basicsize;
24911
24933
  itemsize = ((PyTypeObject *)result)->tp_itemsize;
24912
24934
  #else
@@ -24944,7 +24966,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
24944
24966
  module_name, class_name, size, basicsize+itemsize);
24945
24967
  goto bad;
24946
24968
  }
24947
- if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_2 &&
24969
+ if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
24948
24970
  ((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
24949
24971
  PyErr_Format(PyExc_ValueError,
24950
24972
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
@@ -24952,7 +24974,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
24952
24974
  module_name, class_name, size, basicsize, basicsize+itemsize);
24953
24975
  goto bad;
24954
24976
  }
24955
- else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_2 && (size_t)basicsize > size) {
24977
+ else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
24956
24978
  if (PyErr_WarnFormat(NULL, 0,
24957
24979
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
24958
24980
  "Expected %zd from C header, got %zd from PyObject",
@@ -26447,9 +26469,9 @@ static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObj
26447
26469
  }
26448
26470
 
26449
26471
  /* VoidPtrImport */
26450
- #ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_2
26451
- #define __PYX_HAVE_RT_ImportVoidPtr_3_1_2
26452
- static int __Pyx_ImportVoidPtr_3_1_2(PyObject *module, const char *name, void **p, const char *sig) {
26472
+ #ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_4
26473
+ #define __PYX_HAVE_RT_ImportVoidPtr_3_1_4
26474
+ static int __Pyx_ImportVoidPtr_3_1_4(PyObject *module, const char *name, void **p, const char *sig) {
26453
26475
  PyObject *d = 0;
26454
26476
  PyObject *cobj = 0;
26455
26477
  d = PyObject_GetAttrString(module, "__pyx_capi__");
@@ -26487,9 +26509,9 @@ bad:
26487
26509
  #endif
26488
26510
 
26489
26511
  /* FunctionImport */
26490
- #ifndef __PYX_HAVE_RT_ImportFunction_3_1_2
26491
- #define __PYX_HAVE_RT_ImportFunction_3_1_2
26492
- static int __Pyx_ImportFunction_3_1_2(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
26512
+ #ifndef __PYX_HAVE_RT_ImportFunction_3_1_4
26513
+ #define __PYX_HAVE_RT_ImportFunction_3_1_4
26514
+ static int __Pyx_ImportFunction_3_1_4(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
26493
26515
  PyObject *d = 0;
26494
26516
  PyObject *cobj = 0;
26495
26517
  union {
@@ -26591,6 +26613,10 @@ bad:
26591
26613
  PyCode_NewWithPosOnlyArgs
26592
26614
  #endif
26593
26615
  (a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
26616
+ #if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
26617
+ if (likely(result))
26618
+ result->_co_firsttraceable = 0;
26619
+ #endif
26594
26620
  return result;
26595
26621
  }
26596
26622
  #elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
Binary file