• Kirill Smelkov's avatar
    lib/zodb: zstor_2zurl: Explicitly reject MappingStorage · fe9c46c9
    Kirill Smelkov authored
    It is not possible for WCFS to access data of in-RAM storage of another
    process. But without explicit explanation the error message is confusing
    - it was something like:
    
        NotImplementedError: don't know how to extract zurl from <ZODB.MappingStorage.MappingStorage object at 0x7f28f04cea10>
    
    which suggests it was just not implemented.
    fe9c46c9
zodb.py 14.9 KB