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

Violates proxy handler invariants when proxying frozen objects #3

Open
thani-sh opened this issue Nov 26, 2018 · 0 comments
Open

Violates proxy handler invariants when proxying frozen objects #3

thani-sh opened this issue Nov 26, 2018 · 0 comments
Labels

Comments

@thani-sh
Copy link
Contributor

When frozen objects are proxied, the proxy should also act similar to a frozen object. When the proxy violates these invariants a TypeError will be thrown. Example: modifying an existing value on a proxy with a frozen target will throw an error. Decide whether to stick to the standard behavior or look for a workaround so that frozen objects can be proxied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant