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

mappingproxy not in sync with source dict #458

Closed
slozier opened this issue Oct 20, 2018 · 0 comments
Closed

mappingproxy not in sync with source dict #458

slozier opened this issue Oct 20, 2018 · 0 comments
Labels
core Issues relating to core functionality (e.g. syntax)

Comments

@slozier
Copy link
Contributor

slozier commented Oct 20, 2018

The regression was probably caused when dictproxy was converted to mappingproxy. It works fine with ipy2.

class C(object): pass

d = C.__dict__
C.abc = 1
assert "abc" in d
@slozier slozier added the core Issues relating to core functionality (e.g. syntax) label Oct 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues relating to core functionality (e.g. syntax)
Projects
None yet
Development

No branches or pull requests

1 participant