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

.

parent 9c370895
......@@ -87,7 +87,7 @@ cdef class PyConn:
return pywfileh
def resync(PyConn pywconn, pyat):
cdef Tid at = u64(at)
cdef Tid at = u64(pyat)
with nogil:
err = wconn_resync_pyexc(pywconn.wconn, at)
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