Commit 5478183
committed
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.1 parent b9bc7d1 commit 5478183
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1533 | 1533 | | |
1534 | 1534 | | |
1535 | 1535 | | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
1536 | 1540 | | |
1537 | 1541 | | |
1538 | 1542 | | |
| |||
1553 | 1557 | | |
1554 | 1558 | | |
1555 | 1559 | | |
1556 | | - | |
| 1560 | + | |
1557 | 1561 | | |
1558 | 1562 | | |
1559 | 1563 | | |
| |||
1564 | 1568 | | |
1565 | 1569 | | |
1566 | 1570 | | |
1567 | | - | |
1568 | 1571 | | |
1569 | 1572 | | |
1570 | 1573 | | |
| |||
1593 | 1596 | | |
1594 | 1597 | | |
1595 | 1598 | | |
| 1599 | + | |
1596 | 1600 | | |
1597 | 1601 | | |
1598 | 1602 | | |
| |||
0 commit comments