Asynchronous programming

Steven D'Aprano steve+python at pearwood.info
Thu Aug 11 07:53:58 EDT 2016


On Thu, 11 Aug 2016 07:33 pm, Chris Angelico wrote:

> Yes,
> threading bugs can be harder to debug; but only when you've violated
> the other principles.


Especially the principle "Avoid threaded programming".

Some people, when faced with a problem, Now they think "I know, I'll have
use two threading." problems.



-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.




More information about the Python-list mailing list