seeking deeper (language theory) reason behind Python design choice

bartc bc at freeuk.com
Tue May 15 20:28:47 EDT 2018


On 16/05/2018 01:04, Steven D'Aprano wrote:

> I'm not a C coder, but I think that specific example would be immune to
> the bug we are discussing, since (I think) you can't chain assignments in
> C. Am I right?

Assignments can be chained in C (with right-to-left precedence) as can 
augmented assignments (+= and so on).

-- 
bartc



More information about the Python-list mailing list