Commit 15e625a4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1f8d5d1c
......@@ -55,9 +55,12 @@ from golang cimport nil
from ZODB.utils import u64
# helper for ZBigFile - just redirect loadblk/storeblk back
# _ZBigFile is helper for ZBigFile - just redirect loadblk/storeblk back
# (because it is not possible to inherit from both Persistent and BigFile at
# the same time - see below)
#
# XXX + wcfs
cdef class _ZBigFile(BigFile):
cdef object zself # reference to ZBigFile
cdef wcfs.Oid foid # = .zself._p_oid
......
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