bpo-35207: Disallow expressions like (a) = 42 by pablogsal · Pull Request #10444 · python/cpython

@pablogsal self-assigned this

Nov 10, 2018

@pablogsal

As commented initially in bpo-33878, the fact that expressions like
(x) = 42 are accepted is, in reality, an implementation detail and
they should be disallowed.