mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 07:57:43 +03:00 
			
		
		
		
	Regenerate C sources using Cython 0.29.14
This commit is contained in:
		
							parent
							
								
									23642e49f4
								
							
						
					
					
						commit
						b876d001df
					
				|  | @ -9,6 +9,7 @@ follows `Semantic versioning`_ | |||
| 
 | ||||
| Development version | ||||
| ------------------- | ||||
| + Regenerate C sources using Cython 0.29.14. | ||||
| + Fix PEP257 doc block errors in example modules. | ||||
| 
 | ||||
| 3.14.12 | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| cython==0.29.13 | ||||
| cython==0.29.14 | ||||
| tox | ||||
| unittest2 | ||||
| coverage | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| /* Generated by Cython 0.29.13 */ | ||||
| /* Generated by Cython 0.29.14 */ | ||||
| 
 | ||||
| #define PY_SSIZE_T_CLEAN | ||||
| #include "Python.h" | ||||
|  | @ -7,8 +7,8 @@ | |||
| #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000) | ||||
|     #error Cython requires Python 2.6+ or Python 3.3+. | ||||
| #else | ||||
| #define CYTHON_ABI "0_29_13" | ||||
| #define CYTHON_HEX_VERSION 0x001D0DF0 | ||||
| #define CYTHON_ABI "0_29_14" | ||||
| #define CYTHON_HEX_VERSION 0x001D0EF0 | ||||
| #define CYTHON_FUTURE_DIVISION 0 | ||||
| #include <stddef.h> | ||||
| #ifndef offsetof | ||||
|  | @ -9580,7 +9580,12 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   sizeof(struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct____new__), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_10containers___pyx_scope_struct____new__, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -9633,6 +9638,9 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_1_genexpr *__pyx_freelist_19dependency_injector_10containers___pyx_scope_struct_1_genexpr[8]; | ||||
|  | @ -9690,7 +9698,12 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   sizeof(struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_1_genexpr), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_10containers___pyx_scope_struct_1_genexpr, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -9743,6 +9756,9 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_2_genexpr *__pyx_freelist_19dependency_injector_10containers___pyx_scope_struct_2_genexpr[8]; | ||||
|  | @ -9800,7 +9816,12 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   sizeof(struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_2_genexpr), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_10containers___pyx_scope_struct_2_genexpr, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -9853,6 +9874,9 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_3_genexpr *__pyx_freelist_19dependency_injector_10containers___pyx_scope_struct_3_genexpr[8]; | ||||
|  | @ -9918,7 +9942,12 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   sizeof(struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_3_genexpr), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_10containers___pyx_scope_struct_3_genexpr, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -9971,6 +10000,9 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_4_override *__pyx_freelist_19dependency_injector_10containers___pyx_scope_struct_4_override[8]; | ||||
|  | @ -10025,7 +10057,12 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   sizeof(struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_4_override), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_10containers___pyx_scope_struct_4_override, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -10078,6 +10115,9 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_5_copy *__pyx_freelist_19dependency_injector_10containers___pyx_scope_struct_5_copy[8]; | ||||
|  | @ -10132,7 +10172,12 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   sizeof(struct __pyx_obj_19dependency_injector_10containers___pyx_scope_struct_5_copy), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_10containers___pyx_scope_struct_5_copy, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -10185,6 +10230,9 @@ static PyTypeObject __pyx_type_19dependency_injector_10containers___pyx_scope_st | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static PyMethodDef __pyx_methods[] = { | ||||
|  | @ -13214,6 +13262,9 @@ static PyTypeObject __pyx_CyFunctionType_type = { | |||
| #if PY_VERSION_HEX >= 0x030800b1 | ||||
|     0, | ||||
| #endif | ||||
| #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|     0, | ||||
| #endif | ||||
| }; | ||||
| static int __pyx_CyFunction_init(void) { | ||||
|     __pyx_CyFunctionType = __Pyx_FetchCommonType(&__pyx_CyFunctionType_type); | ||||
|  | @ -15492,6 +15543,9 @@ static PyTypeObject __pyx_GeneratorType_type = { | |||
| #if PY_VERSION_HEX >= 0x030800b1 | ||||
|     0, | ||||
| #endif | ||||
| #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|     0, | ||||
| #endif | ||||
| }; | ||||
| static int __pyx_Generator_init(void) { | ||||
|     __pyx_GeneratorType_type.tp_getattro = __Pyx_PyObject_GenericGetAttrNoDict; | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| /* Generated by Cython 0.29.13 */ | ||||
| /* Generated by Cython 0.29.14 */ | ||||
| 
 | ||||
| #define PY_SSIZE_T_CLEAN | ||||
| #include "Python.h" | ||||
|  | @ -7,8 +7,8 @@ | |||
| #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03030000) | ||||
|     #error Cython requires Python 2.6+ or Python 3.3+. | ||||
| #else | ||||
| #define CYTHON_ABI "0_29_13" | ||||
| #define CYTHON_HEX_VERSION 0x001D0DF0 | ||||
| #define CYTHON_ABI "0_29_14" | ||||
| #define CYTHON_HEX_VERSION 0x001D0EF0 | ||||
| #define CYTHON_FUTURE_DIVISION 0 | ||||
| #include <stddef.h> | ||||
| #ifndef offsetof | ||||
|  | @ -52792,7 +52792,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Provider = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Provider), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Provider, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -52845,6 +52850,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Provider = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Object __pyx_vtable_19dependency_injector_9providers_Object; | ||||
| 
 | ||||
|  | @ -52905,7 +52913,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Object = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Object), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Object, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -52962,6 +52975,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Object = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Delegate __pyx_vtable_19dependency_injector_9providers_Delegate; | ||||
| 
 | ||||
|  | @ -53022,7 +53038,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Delegate = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Delegate), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Delegate, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53079,6 +53100,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Delegate = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Dependency __pyx_vtable_19dependency_injector_9providers_Dependency; | ||||
| 
 | ||||
|  | @ -53148,7 +53172,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Dependency = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Dependency), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Dependency, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53201,6 +53230,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Dependency = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_ExternalDependency __pyx_vtable_19dependency_injector_9providers_ExternalDependency; | ||||
| 
 | ||||
|  | @ -53225,7 +53257,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_ExternalDependen | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_ExternalDependency), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Dependency, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53294,6 +53331,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_ExternalDependen | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_DependenciesContainer __pyx_vtable_19dependency_injector_9providers_DependenciesContainer; | ||||
| 
 | ||||
|  | @ -53376,7 +53416,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DependenciesCont | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_DependenciesContainer), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_DependenciesContainer, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53441,6 +53486,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DependenciesCont | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static PyObject *__pyx_tp_new_19dependency_injector_9providers_OverridingContext(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) { | ||||
|  | @ -53509,7 +53557,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_OverridingContex | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_OverridingContext), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_OverridingContext, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53562,6 +53615,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_OverridingContex | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Callable __pyx_vtable_19dependency_injector_9providers_Callable; | ||||
| 
 | ||||
|  | @ -53663,7 +53719,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Callable = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Callable), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Callable, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53724,6 +53785,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Callable = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_DelegatedCallable __pyx_vtable_19dependency_injector_9providers_DelegatedCallable; | ||||
| 
 | ||||
|  | @ -53748,7 +53812,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedCallabl | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_DelegatedCallable), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Callable, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53817,6 +53886,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedCallabl | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_AbstractCallable __pyx_vtable_19dependency_injector_9providers_AbstractCallable; | ||||
| 
 | ||||
|  | @ -53843,7 +53915,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractCallable | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_AbstractCallable), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Callable, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53908,6 +53985,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractCallable | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_CallableDelegate __pyx_vtable_19dependency_injector_9providers_CallableDelegate; | ||||
| 
 | ||||
|  | @ -53932,7 +54012,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_CallableDelegate | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_CallableDelegate), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Delegate, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -53997,6 +54082,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_CallableDelegate | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Coroutine __pyx_vtable_19dependency_injector_9providers_Coroutine; | ||||
| 
 | ||||
|  | @ -54021,7 +54109,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Coroutine = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Coroutine), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Callable, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54086,6 +54179,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Coroutine = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_DelegatedCoroutine __pyx_vtable_19dependency_injector_9providers_DelegatedCoroutine; | ||||
| 
 | ||||
|  | @ -54110,7 +54206,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedCorouti | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_DelegatedCoroutine), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Callable, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54179,6 +54280,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedCorouti | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_AbstractCoroutine __pyx_vtable_19dependency_injector_9providers_AbstractCoroutine; | ||||
| 
 | ||||
|  | @ -54205,7 +54309,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractCoroutin | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_AbstractCoroutine), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Callable, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54270,6 +54379,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractCoroutin | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_CoroutineDelegate __pyx_vtable_19dependency_injector_9providers_CoroutineDelegate; | ||||
| 
 | ||||
|  | @ -54294,7 +54406,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_CoroutineDelegat | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_CoroutineDelegate), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Delegate, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54359,6 +54476,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_CoroutineDelegat | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Configuration __pyx_vtable_19dependency_injector_9providers_Configuration; | ||||
| 
 | ||||
|  | @ -54437,7 +54557,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Configuration = | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Configuration), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Configuration, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54498,6 +54623,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Configuration = | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Factory __pyx_vtable_19dependency_injector_9providers_Factory; | ||||
| 
 | ||||
|  | @ -54599,7 +54727,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Factory = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Factory), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Factory, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54660,6 +54793,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Factory = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_DelegatedFactory __pyx_vtable_19dependency_injector_9providers_DelegatedFactory; | ||||
| 
 | ||||
|  | @ -54684,7 +54820,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedFactory | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_DelegatedFactory), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Factory, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54753,6 +54894,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedFactory | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_AbstractFactory __pyx_vtable_19dependency_injector_9providers_AbstractFactory; | ||||
| 
 | ||||
|  | @ -54779,7 +54923,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractFactory | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_AbstractFactory), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Factory, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54844,6 +54993,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractFactory | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_FactoryDelegate __pyx_vtable_19dependency_injector_9providers_FactoryDelegate; | ||||
| 
 | ||||
|  | @ -54868,7 +55020,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_FactoryDelegate | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_FactoryDelegate), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Delegate, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -54933,6 +55090,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_FactoryDelegate | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_FactoryAggregate __pyx_vtable_19dependency_injector_9providers_FactoryAggregate; | ||||
| 
 | ||||
|  | @ -55012,7 +55172,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_FactoryAggregate | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_FactoryAggregate), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_FactoryAggregate, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55069,6 +55234,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_FactoryAggregate | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_BaseSingleton __pyx_vtable_19dependency_injector_9providers_BaseSingleton; | ||||
| 
 | ||||
|  | @ -55162,7 +55330,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_BaseSingleton = | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_BaseSingleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_BaseSingleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55223,6 +55396,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_BaseSingleton = | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_Singleton __pyx_vtable_19dependency_injector_9providers_Singleton; | ||||
| 
 | ||||
|  | @ -55283,7 +55459,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Singleton = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Singleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Singleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55348,6 +55529,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Singleton = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_DelegatedSingleton __pyx_vtable_19dependency_injector_9providers_DelegatedSingleton; | ||||
| 
 | ||||
|  | @ -55372,7 +55556,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedSinglet | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_DelegatedSingleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Singleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55441,6 +55630,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedSinglet | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_ThreadSafeSingleton __pyx_vtable_19dependency_injector_9providers_ThreadSafeSingleton; | ||||
| 
 | ||||
|  | @ -55509,7 +55701,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_ThreadSafeSingle | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_ThreadSafeSingleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_ThreadSafeSingleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55574,6 +55771,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_ThreadSafeSingle | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_DelegatedThreadSafeSingleton __pyx_vtable_19dependency_injector_9providers_DelegatedThreadSafeSingleton; | ||||
| 
 | ||||
|  | @ -55598,7 +55798,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedThreadS | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_DelegatedThreadSafeSingleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_ThreadSafeSingleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55667,6 +55872,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedThreadS | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_ThreadLocalSingleton __pyx_vtable_19dependency_injector_9providers_ThreadLocalSingleton; | ||||
| 
 | ||||
|  | @ -55727,7 +55935,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_ThreadLocalSingl | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_ThreadLocalSingleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_ThreadLocalSingleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55792,6 +56005,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_ThreadLocalSingl | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_DelegatedThreadLocalSingleton __pyx_vtable_19dependency_injector_9providers_DelegatedThreadLocalSingleton; | ||||
| 
 | ||||
|  | @ -55816,7 +56032,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedThreadL | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_DelegatedThreadLocalSingleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_ThreadLocalSingleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55885,6 +56106,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_DelegatedThreadL | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_AbstractSingleton __pyx_vtable_19dependency_injector_9providers_AbstractSingleton; | ||||
| 
 | ||||
|  | @ -55911,7 +56135,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractSingleto | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_AbstractSingleton), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_BaseSingleton, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -55976,6 +56205,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_AbstractSingleto | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| static struct __pyx_vtabstruct_19dependency_injector_9providers_SingletonDelegate __pyx_vtable_19dependency_injector_9providers_SingletonDelegate; | ||||
| 
 | ||||
|  | @ -56000,7 +56232,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_SingletonDelegat | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_SingletonDelegate), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Delegate, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -56065,6 +56302,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_SingletonDelegat | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static PyObject *__pyx_tp_new_19dependency_injector_9providers_Injection(PyTypeObject *t, CYTHON_UNUSED PyObject *a, CYTHON_UNUSED PyObject *k) { | ||||
|  | @ -56123,7 +56363,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Injection = { | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_Injection), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Injection, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -56176,6 +56421,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_Injection = { | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static PyObject *__pyx_tp_new_19dependency_injector_9providers_PositionalInjection(PyTypeObject *t, PyObject *a, PyObject *k) { | ||||
|  | @ -56199,7 +56447,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_PositionalInject | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_PositionalInjection), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_Injection, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -56252,6 +56505,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_PositionalInject | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static PyObject *__pyx_tp_new_19dependency_injector_9providers_NamedInjection(PyTypeObject *t, PyObject *a, PyObject *k) { | ||||
|  | @ -56312,7 +56568,12 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_NamedInjection = | |||
|   sizeof(struct __pyx_obj_19dependency_injector_9providers_NamedInjection), /*tp_basicsize*/ | ||||
|   0, /*tp_itemsize*/ | ||||
|   __pyx_tp_dealloc_19dependency_injector_9providers_NamedInjection, /*tp_dealloc*/ | ||||
|   #if PY_VERSION_HEX < 0x030800b4 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 | ||||
|   0, /*tp_vectorcall_offset*/ | ||||
|   #endif | ||||
|   0, /*tp_getattr*/ | ||||
|   0, /*tp_setattr*/ | ||||
|   #if PY_MAJOR_VERSION < 3 | ||||
|  | @ -56365,6 +56626,9 @@ static PyTypeObject __pyx_type_19dependency_injector_9providers_NamedInjection = | |||
|   #if PY_VERSION_HEX >= 0x030800b1 | ||||
|   0, /*tp_vectorcall*/ | ||||
|   #endif | ||||
|   #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|   0, /*tp_print*/ | ||||
|   #endif | ||||
| }; | ||||
| 
 | ||||
| static PyMethodDef __pyx_methods[] = { | ||||
|  | @ -61803,6 +62067,9 @@ static PyTypeObject __pyx_CyFunctionType_type = { | |||
| #if PY_VERSION_HEX >= 0x030800b1 | ||||
|     0, | ||||
| #endif | ||||
| #if PY_VERSION_HEX >= 0x030800b4 && PY_VERSION_HEX < 0x03090000 | ||||
|     0, | ||||
| #endif | ||||
| }; | ||||
| static int __pyx_CyFunction_init(void) { | ||||
|     __pyx_CyFunctionType = __Pyx_FetchCommonType(&__pyx_CyFunctionType_type); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user