python-injection 0.9.3__py3-none-any.whl → 0.9.3.post0__py3-none-any.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 python-injection might be problematic. Click here for more details.

injection/core/module.py CHANGED
@@ -627,7 +627,7 @@ class Module(EventListener, Broker):
627
627
  ) from exc
628
628
 
629
629
  def __send_debug(self, message: object):
630
- for logger in self.__loggers:
630
+ for logger in tuple(self.__loggers):
631
631
  logger.debug(message)
632
632
 
633
633
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-injection
3
- Version: 0.9.3
3
+ Version: 0.9.3.post0
4
4
  Summary: Fast and easy dependency injection framework.
5
5
  Home-page: https://github.com/100nm/python-injection
6
6
  License: MIT
@@ -8,7 +8,7 @@ injection/common/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
8
8
  injection/common/tools/threading.py,sha256=HlvP6k_-eZaK8JbB2b9PP171IZVe_0W2oMYsw3ebdKA,187
9
9
  injection/common/tools/type.py,sha256=ThM3Z1_gHmsdT4Jp7PlZgJY0lsufc4InPO65485Ugsg,1739
10
10
  injection/core/__init__.py,sha256=zuf0ubI2dHnbjn1059eduhS-ACIkkROa6-dhp10krh0,22
11
- injection/core/module.py,sha256=LlKfQQHBUzlwJzabvmeJOSz0QxjLDZHKXKSk_CYxqlg,22114
11
+ injection/core/module.py,sha256=NtOhCQELTobOiMF23EVF_U6SWhO8wutYVY1fwHTJ3lQ,22121
12
12
  injection/exceptions.py,sha256=RsWWiWwKSMU0vxXQqQSn6CKHLMrGu4SSzYUAy9OJRXk,626
13
13
  injection/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  injection/integrations/blacksheep.py,sha256=82P_owhF3FKIJxxalnSic3AJnoOr1mkojkWMefpO6QI,731
@@ -16,6 +16,6 @@ injection/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  injection/testing/__init__.py,sha256=cr4e3VnoKbWzkc6uyC03sffT59deKgLN-SKiZjhzooI,880
17
17
  injection/testing/__init__.pyi,sha256=_u95cJVHBkt69HUvnu2bbfYWmi7GOH_1qyFyvC1PxBk,518
18
18
  injection/utils.py,sha256=a_H6RC6cNWbG1NQ-zvtrlgwnfS5Jfu0X6VJwIUIHlSU,974
19
- python_injection-0.9.3.dist-info/METADATA,sha256=f2aBg9u9o0X-2ssaejGkj4w6wXIozn5aEmYLWj00aPE,3572
20
- python_injection-0.9.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
21
- python_injection-0.9.3.dist-info/RECORD,,
19
+ python_injection-0.9.3.post0.dist-info/METADATA,sha256=lCaD1HC23p2aH4imfLSsI_j7Nch-RQJNSNUXxAmm_kY,3578
20
+ python_injection-0.9.3.post0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
21
+ python_injection-0.9.3.post0.dist-info/RECORD,,