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
0f658ee8
Commit
0f658ee8
authored
Apr 03, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5cf3088d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
bigfile/file_zodb.py
bigfile/file_zodb.py
+0
-5
No files found.
bigfile/file_zodb.py
View file @
0f658ee8
...
...
@@ -695,9 +695,6 @@ class _ZBigFileH(object):
# it on every open.
self
.
zfile
.
_p_jar
.
onCloseCallback
(
self
.
on_connection_close
)
# XXX resync wconn/wcfileh ?
# XXX -> yes, but wconn is 1-1 to zconn, not per fileh
# attach us to Connection's transaction manager:
#
# Hook into txn_manager so that we get a chance to run before
...
...
@@ -726,8 +723,6 @@ class _ZBigFileH(object):
# NOTE open callbacks are setup once and fire on every open - we don't
# need to resetup them here.
# XXX close wcfileh?
# ~~~~ BigFileH wrapper ~~~~
def
mmap
(
self
,
pgoffset
,
pglen
):
return
self
.
zfileh
.
mmap
(
pgoffset
,
pglen
)
...
...
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