We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having a subfunction keep its parent (in __rkwargs__ and as a property) is a circular dependency problematic for object reconstruction and pickling.
__rkwargs__
This is partly related to SubFunction handling in general for operations on aprents such as subs or xreplace
subs
xreplace
The text was updated successfully, but these errors were encountered:
mloubout
Successfully merging a pull request may close this issue.
Having a subfunction keep its parent (in
__rkwargs__
and as a property) is a circular dependency problematic for object reconstruction and pickling.This is partly related to SubFunction handling in general for operations on aprents such as
subs
orxreplace
The text was updated successfully, but these errors were encountered: