Commit acd73f63 authored by Kirill Smelkov's avatar Kirill Smelkov

bigfile/zodb: No need for TODO about __getstate__

It was already done from the beginning in 4174b84a (bigfile: BigFile
backend to store data in ZODB).
parent 41c42c17
......@@ -55,8 +55,6 @@ class ZBlk(Persistent):
# NOTE _v_ - so that we can alter it without Persistent noticing -- we'll
# manage ZBlk states by ourselves explicitly.
# TODO __getstate__ / __reduce__ so that it pickles minimally?
# client requests us to load blkdata from DB
# (DB -> ._v_blkdata -> memory-page)
def loadblkdata(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment