[Python-Dev] Pep 550 and None/masking

Barry Warsaw barry at python.org
Mon Aug 28 12:26:54 EDT 2017


On Aug 28, 2017, at 11:50, Yury Selivanov <yselivanov.ml at gmail.com> wrote:

> For checking if a context variable has a value in the topmost LC, we
> can add two new keyword arguments to the "ContextVar.lookup()" method:
> 
>   ContextVar.lookup(*, default=None, topmost=False)
> 
> If `topmost` is set to `True`, `lookup` will only check the topmost LC.
> 
> For deleting a value from the topmost LC we can add a new
> "ContextVar.delete()" method.

+1

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://mail.python.org/pipermail/python-dev/attachments/20170828/8688652b/attachment.sig>


More information about the Python-Dev mailing list