-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unpickling pre-3.28.0 Transformation
At around 3.28 we introduced domain caching into Tranformation in a way that prevented older pickles to work. This fix recreates the cache after unpickling. Furthermore, the cache (before "need_domain", now "_target_domain") is never pickled anymore.
- Loading branch information
1 parent
300dbba
commit 246d534
Showing
2 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters