Page MenuHomeSoftware Heritage

Fix RecursionError when storage proxies are deepcopied or unpickled.
ClosedPublic

Authored by vlorentz on Feb 11 2020, 2:12 PM.

Details

Summary

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.

Diff Detail

Repository
rDSTO Storage manager
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 10533
Build 15708: tox-on-jenkinsJenkins
Build 15707: arc lint + arc unit