Backports-abc

Latest version: v0.5

Safety actively analyzes 621825 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5

----------------

* support old-style (mro-missing) classes

0.4

----------------

* direct wheel building support

* make all names available at the module level instead of requiring patching

0.3

----------------

* removed patching of ``inspect.iscoroutine()`` as it is not ABC based

0.2

----------------

* require explicit ``backports_abc.patch()`` call to do the patching
(avoids side-effects on import and allows future configuration)

* provide access to patched names through global ``PATCHED`` dict

* add ABC based implementations of inspect.iscoroutine() and
inspect.isawaitable()

0.1

----------------

* initial public release

* provided ABCs: Generator, Coroutine, Awaitable

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.