Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
15e625a4
Commit
15e625a4
authored
Dec 17, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1f8d5d1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
bigfile/_file_zodb.pyx
bigfile/_file_zodb.pyx
+4
-1
No files found.
bigfile/_file_zodb.pyx
View file @
15e625a4
...
@@ -55,9 +55,12 @@ from golang cimport nil
...
@@ -55,9 +55,12 @@ from golang cimport nil
from
ZODB.utils
import
u64
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
# (because it is not possible to inherit from both Persistent and BigFile at
# the same time - see below)
# the same time - see below)
#
# XXX + wcfs
cdef
class
_ZBigFile
(
BigFile
):
cdef
class
_ZBigFile
(
BigFile
):
cdef
object
zself
# reference to ZBigFile
cdef
object
zself
# reference to ZBigFile
cdef
wcfs
.
Oid
foid
# = .zself._p_oid
cdef
wcfs
.
Oid
foid
# = .zself._p_oid
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment