View | Details | Raw Unified | Return to bug 268226
Collapse All | Expand All

(-)b/devel/py-llfuse/files/patch-src_llfuse.c (+11 lines)
Added Link Here
1
--- src/llfuse.c.orig	2022-05-31 15:39:27 UTC
2
+++ src/llfuse.c
3
@@ -41836,7 +41836,7 @@ static void *__pyx_f_6llfuse_worker_start(void *__pyx_
4
  *                   'aborting processing', tid)
5
  */
6
         __pyx_t_7 = __pyx_v_wd->thread_id;
7
-        __pyx_v_tid = __pyx_t_7;
8
+        __pyx_v_tid = (uintptr_t)__pyx_t_7;
9
 
10
         /* "src/fuse_api.pxi":391
11
  *         fuse_session_exit(session)

Return to bug 268226