Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing collections.abc DeprecationWarning #15

Closed
wants to merge 2 commits into from
Closed

Fixing collections.abc DeprecationWarning #15

wants to merge 2 commits into from

Conversation

erhosen
Copy link

@erhosen erhosen commented Nov 5, 2019

That will help hot-redis support python 3.9

/hot-redis/hot_redis/types.py:919: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    collections.MutableMapping.register(MultiSet)

vlad.vyazovetskov added 2 commits November 5, 2019 16:45
…upport python 3.9

/hot-redis/hot_redis/types.py:919: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    collections.MutableMapping.register(MultiSet)
@erhosen erhosen closed this by deleting the head repository Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant