Fix RecursionError when storage proxies are deepcopied or unpickled.
They both get attributes (eg. setattr) before setting any attribute,
and don't call the constructor; so self.storage is not set when getattr
is called for the first times.
vlorentz | Authored on Feb 11 2020, 2:12 PM |
vlorentz | Pushed on Feb 11 2020, 2:41 PM |
Buildable 10538 | |
Build 15719: test-and-build | Jenkins |