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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
0d1ab0ea
Commit
0d1ab0ea
authored
Dec 12, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
769b8f4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
bigfile/file_zodb.py
bigfile/file_zodb.py
+2
-0
wcfs/internal/_wcfs.pyx
wcfs/internal/_wcfs.pyx
+1
-1
No files found.
bigfile/file_zodb.py
View file @
0d1ab0ea
...
...
@@ -662,6 +662,8 @@ class ZBigFile(LivePersistent):
wcfileh
=
None
if
_use_wcfs
:
# TODO maintain zconn -> wconn in sync (p_jar -> wconn)
# TODO close wconn on zconn del (NOTE not close, as zconn.close() just puts it into DB.poll)
# TODO close wcfileh on _ZBigFileH close
zconn
=
self
.
_p_jar
zstor
=
zconn
.
db
().
storage
zurl
=
wcfs
.
zstor_2zurl
(
zstor
)
...
...
wcfs/internal/_wcfs.pyx
View file @
0d1ab0ea
...
...
@@ -89,7 +89,7 @@ cdef extern from "wcfs.h" namespace "wcfs" nogil:
cppclass
WCFS
:
string
mountpoint
pair
[
WatchLink
,
error
]
_openwatch
()
# XXX pair instead of tuple
pair
[
WatchLink
,
error
]
_openwatch
()
pair
[
Conn
,
error
]
connect
(
Tid
at
)
cppclass
_Conn
:
...
...
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