-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
dynamically generated proxies in a submodule can't be serialized when used in manager being attribute of another manager #96
Comments
I recently found a simpler version of this bug, using the MakeProxyType from the manager module.
If you're curious about a full traceback, here it is :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The title says it all.
I got this error message :
when running the code below :
main.py file :
helper.py file :
I tried different things, and this seems to be the minimal bug case.
main.py file :
helper.py file :
main.py file as in the bug case
main.py file :
helper.py file as in the bug case
main.py file :
helper.py file as in the bug case.
seems to work with any classes inheriting from any proxies available in the managers module, I mainly tested it on NamespaceProxy and ListProxy
The text was updated successfully, but these errors were encountered: