dyninc / dyn-python

Dyn SDK for Python
Other
36 stars 52 forks source link

Fix Python 3.10 compatibility (collections.abc imports) #141

Closed intgr closed 2 years ago

intgr commented 2 years ago

Many classes moved from collections module to collections.abc.

https://docs.python.org/3.9/library/collections.html?highlight=collections#module-collections

Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.9.