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
fe279dc1
Commit
fe279dc1
authored
Apr 15, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
68c95ed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
bigfile/__init__.py
bigfile/__init__.py
+4
-1
No files found.
bigfile/__init__.py
View file @
fe279dc1
...
...
@@ -21,6 +21,9 @@
"""TODO big module-level picture description"""
import
golang
# so that golang.so -> libgolang.so is found and loaded
# preload load golang.so -> libgolang.so. This way ld.so discovers where
# libgolang.so is, and so there will be no load failure when our C++ libraries,
# that use libgolang.so, are loaded (e.g. libwcfs.so).
import
golang
from
._bigfile
import
BigFile
,
WRITEOUT_STORE
,
WRITEOUT_MARKSTORED
,
ram_reclaim
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