On Tue, Jul 17, 2018 at 8:28 AM, Serhiy Storchaka <storch...@gmail.com>
wrote:

> 17.07.18 17:59, Guido van Rossum пише:
>
>> The PEP has no specific opinion except it is not forbidden.
>>
>> Personally I like Barry's example just fine -- assuming `subdirs` is not
>> used later, this feels like a good use case.
>>
>
> Shouldn't this problem be solved in the same way as for comprehensions?
>

No, it's nothing like those.


> Should not the assert statement introduce an implicit lexical scope for
> preventing leaking variables?
>

I don't see why. As Chris said, side effects in asserts are nothing new and
this PEP is not the one to do something about it.

Serhiy, have you even read the latest version of PEP 572? In its current
form it does not introduce any implicit scopes and even goes out of its way
to make assignments in comprehensions "leak" out of the comprehension scope
into the surrounding (explicit, using 'def' or 'lambda') function's scope.

-- 
--Guido van Rossum (python.org/~guido)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to