-
Notifications
You must be signed in to change notification settings - Fork 258
Inheriting from collections.MutableMapping and typing.MutableMapping breaks MutableMapping.register #222
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
Comments
The issue is not specific to The registration attempt results in The resulting The problem is fixed in the first commit of #207. |
@bintoro: Thanks for reminding me of that! I've been wanting to check whether your commit would fix this (or, actually, http://bugs.python.org/issue27014, but I think that's the same issue). I still don't have the time or the stomach for the rest of your PR #207 -- I wonder if you could resubmit just the first commit, assuming it doesn't do much more than fix this particular issue? (If you don't have the time I can probably figure out how to cherry-pick it; the main issue I expect is the merge conflict with e599f84. |
Yes, 27014 is the same issue. And yeah, I can split off the first commit, since it only adds a few tests. I'm not terribly motivated to deal with the rest of the conflict, either. |
Running this code under python2 results in the following error:
The text was updated successfully, but these errors were encountered: