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
56a76f96
Commit
56a76f96
authored
Dec 18, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
5d062210
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
bigfile/_file_zodb.pyx
bigfile/_file_zodb.pyx
+0
-23
No files found.
bigfile/_file_zodb.pyx
View file @
56a76f96
...
...
@@ -27,29 +27,6 @@
cdef
extern
from
"wcfs/internal/wcfs.h"
:
pass
#from wendelin.bigfile import BigFile
# XXX C++ does not understand -fplan9-extensions
"""
cdef extern from "bigfile/_bigfile.h":
ctypedef extern class wendelin.bigfile._bigfile.BigFile[object PyBigFile]:
pass
"""
## FIXME hack, keep in sync with PyBigFile
#cdef extern from *:
# """
# #include <wendelin/bigfile/file.h>
# #include <wendelin/bigfile/virtmem.h>
#
# struct cxxPyBigFile {
# PyObject pyobj;
# BigFile file;
# };
# """
# struct cxxPyBigFile:
# pass
# ctypedef extern class wendelin.bigfile._bigfile.BigFile[object cxxPyBigFile]:
# pass
cdef
extern
from
"bigfile/_bigfile.h"
:
struct
PyBigFile
:
pass
...
...
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