X Tutup
Skip to content

Commit 732fbc9

Browse files
committed
Update to Cython 0.28.4 (cztomczak#433, cztomczak#250). Tested only on Linux.
1 parent e6adb64 commit 732fbc9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/extern/cef/cef_task.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ from cef_types cimport int64
99
from cef_ptr cimport CefRefPtr
1010

1111
cdef extern from "include/cef_task.h":
12-
ctypedef int CefThreadId
1312
ctypedef cef_types.cef_thread_id_t CefThreadId
1413

1514
cdef cpp_bool CefCurrentlyOn(CefThreadId)

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cython == 0.25.2
1+
Cython == 0.28.4
22
docopt >= 0.6.2
33
setuptools
44
wheel

0 commit comments

Comments
 (0)
X Tutup