Commit 29c997f2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9c370895
...@@ -87,7 +87,7 @@ cdef class PyConn: ...@@ -87,7 +87,7 @@ cdef class PyConn:
return pywfileh return pywfileh
def resync(PyConn pywconn, pyat): def resync(PyConn pywconn, pyat):
cdef Tid at = u64(at) cdef Tid at = u64(pyat)
with nogil: with nogil:
err = wconn_resync_pyexc(pywconn.wconn, at) err = wconn_resync_pyexc(pywconn.wconn, at)
if err != nil: if err != nil:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment