Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Sep 2018 11:34:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 218652] lang/python[27,35,36,*?]: thread issue in external library (both ctypes and C extension)
Message-ID:  <bug-218652-21822-vs0ZESsHDG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218652-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218652-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218652

Eir Nym <eirnym@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eirnym@gmail.com

--- Comment #3 from Eir Nym <eirnym@gmail.com> ---
To do so you need to =C4=85dd better thread synchronisation in Python <-> QT
communication. If you'd build a whole QT program inside Python using PyQT, =
all
work has been done for you already.

Threading model in various platforms and OSes are slightly different and
without proper manual synchronization, you'd probably get different results.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218652-21822-vs0ZESsHDG>