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

Importing ABC directly from collections module was removed in Python 3.9 #33

Open
tirkarthi opened this issue Jan 22, 2020 · 1 comment · May be fixed by #34
Open

Importing ABC directly from collections module was removed in Python 3.9 #33

tirkarthi opened this issue Jan 22, 2020 · 1 comment · May be fixed by #34

Comments

@tirkarthi
Copy link

https://bugzilla.redhat.com/show_bug.cgi?id=1792921

dict_mixin = collections.MutableMapping

Thanks for the library!

thmo added a commit to thmo/demjson that referenced this issue Feb 23, 2020
In Python 3.9+, the ABCs have to be imported from 'collections.abc'
instead of from 'collections'.

Fixes dmeranda#33.
@thmo thmo linked a pull request Feb 23, 2020 that will close this issue
@ttii
Copy link

ttii commented Sep 27, 2024

Hi, Gays, I make A modify for use demjson in Python 3.10 +
https://github.com/ttii/demjson
my be it is helpfor

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 a pull request may close this issue.

2 participants