On 04. 09. 24 16:35, Martin Gansser wrote:
this patch solves the problem::

--- a/pyliblo3/_liblo.pyx
+++ b/pyliblo3/_liblo.pyx
@@ -271,7 +271,7 @@ cdef int _msg_callback(const_char *path, const_char *types, 
lo_arg **argv,
          elif t == 'm': v = (argv[i].m[0], argv[i].m[1], argv[i].m[2], 
argv[i].m[3])
          elif t == 't': v = _timetag_to_double(argv[i].t)
          elif t == 'b':
-            v = bytes(<unsigned char*>lo_blob_dataptr(argv[i]))
+            v = bytes(<unsigned char*>lo_blob_dataptr(<lo_blob*>argv[i]))
          else:
              v = None  # unhandled data type

Sounds like
https://bugzilla.redhat.com/show_bug.cgi?id=2248131#c5

--
Miro Hrončok
--
Phone: +420777974800
Fedora Matrix: mhroncok

--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to