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
23a6588a
Commit
23a6588a
authored
Apr 20, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4558d23f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
wcfs/client/_wcfs.pyx
wcfs/client/_wcfs.pyx
+6
-1
No files found.
wcfs/client/_wcfs.pyx
View file @
23a6588a
...
@@ -134,7 +134,12 @@ cdef class PyFileH:
...
@@ -134,7 +134,12 @@ cdef class PyFileH:
cdef
class
PyMapping
:
cdef
class
PyMapping
:
def
__dealloc__
(
PyMapping
pywmmap
):
def
__dealloc__
(
PyMapping
pywmmap
):
pywmmap
.
wmmap
=
nil
# XXX unmap too ?
# unmap just in case (double unmap is ok)
with
nogil
:
err
=
wmmap_unmap_pyexc
(
pywmmap
.
wmmap
)
pywmmap
.
wmmap
=
nil
if
err
!=
nil
:
raise
pyerr
(
err
)
property
blk_start
:
property
blk_start
:
def
__get__
(
PyMapping
pywmmap
):
def
__get__
(
PyMapping
pywmmap
):
...
...
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