geoff.ba...@gmail.com writes:
> I have a multithreaded application using an embedded Python 3.6.4 (upgraded
> from 3.6.2 today in the hope that the problem was now solved: it doesn't seem
> to be). The standard library is in a zip file. So long as only one thread is
> running Python at a time i
On Thursday, 21 December 2017 00:33:54 UTC+1, Lawrence D’Oliveiro wrote:
> On Thursday, December 21, 2017 at 5:13:33 AM UTC+13, geoff...@gmail.com wrote:
> >
> > I have a multithreaded application using an embedded Python 3.6.4 ...
>
> Avoid multithreading if you can. Is your application CPU-bou
Hi all,
I have a multithreaded application using an embedded Python 3.6.4 (upgraded
from 3.6.2 today in the hope that the problem was now solved: it doesn't seem
to be). The standard library is in a zip file. So long as only one thread is
running Python at a time it seems to work fine. But ther