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

TransformWrapper pickling fixes #4915

Merged
merged 3 commits into from Oct 8, 2015

Commits on Sep 13, 2015

  1. BUG: Avoid set_children when unpickling TransformWrapper.

    Calling set_children may or may not work if the child has been unpickled
    yet, and it actually causes duplicate parents to be set in the times
    when it does appear to work.
    QuLogic committed Sep 13, 2015
    Copy the full SHA
    5478183 View commit details
    Browse the repository at this point in the history
  2. BUG: Also pickle TransformWrapper's parents.

    Pickling would lose track of the parents for a TransformWrapper because
    of the override of grandparent's pickling methods.
    QuLogic committed Sep 13, 2015
    Copy the full SHA
    180afeb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2047c3a View commit details
    Browse the repository at this point in the history