Re: The tragic tale of the deadlocking Python queue

2017-08-17 Thread Terry Reedy
On 8/17/2017 4:31 AM, breamore...@gmail.com wrote: I found it interesting, possibly some of you may feel the same way so here it is https://codewithoutrules.com/2017/08/16/concurrency-python/ The intro ends with "Weep when you read the response of Python’s maintainers!", referring to https://

Re: The tragic tale of the deadlocking Python queue

2017-08-17 Thread Chris Angelico
On Thu, Aug 17, 2017 at 6:31 PM, wrote: > I found it interesting, possibly some of you may feel the same way so here it > is https://codewithoutrules.com/2017/08/16/concurrency-python/ Starts out with a false premise. """ Writing programs with concurrency, programs with multiple threads, is ha

The tragic tale of the deadlocking Python queue

2017-08-17 Thread breamoreboy
I found it interesting, possibly some of you may feel the same way so here it is https://codewithoutrules.com/2017/08/16/concurrency-python/ Kindest regards. Mark Lawrence. -- https://mail.python.org/mailman/listinfo/python-list