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
e4567bb2
Commit
e4567bb2
authored
Dec 16, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7f2d5eed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bigfile/file_zodb.py
bigfile/file_zodb.py
+1
-1
setup.py
setup.py
+2
-2
No files found.
bigfile/file_zodb.py
View file @
e4567bb2
...
...
@@ -176,8 +176,8 @@ will be our future approach after we teach NEO about object deduplication.
from
wendelin.bigfile
import
WRITEOUT_STORE
,
WRITEOUT_MARKSTORED
from
wendelin.bigfile._file_zodb
import
_ZBigFile
from
wendelin
import
wcfs
from
wendelin.bigfile._file_zodb
import
_ZBigFile
from
wendelin.lib.mem
import
bzero
,
memcpy
from
wendelin.lib.zodb
import
LivePersistent
,
deactivate_btree
,
zconn_at
...
...
setup.py
View file @
e4567bb2
...
...
@@ -269,7 +269,8 @@ setup(
[
'bigfile/_file_zodb.pyx'
],
extra_compile_args
=
[
'-std=gnu++11'
,
# not c++11 since we use typeof
]),
],
dsos
=
[
'wendelin.bigfile.libvirtmem'
]),
# XXX needed?
PyGoExt
(
'wendelin.wcfs.internal._wcfs'
,
[
'wcfs/internal/_wcfs.pyx'
,
...
...
@@ -280,7 +281,6 @@ setup(
extra_compile_args
=
[
'-std=gnu++11'
,
# not c++11 since we use typeof
],
dsos
=
[
'wendelin.bigfile.libvirtmem'
]),
PyGoExt
(
'wendelin.wcfs.internal.wcfs_test'
,
...
...
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