[Bug 218652] lang/python[27,35,36,*?]: thread issue in external library (both ctypes and C extension)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 29 11:34:03 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218652
Eir Nym <eirnym at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eirnym at gmail.com
--- Comment #3 from Eir Nym <eirnym at gmail.com> ---
To do so you need to ądd 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list