Staging
v0.5.1
https://github.com/python/cpython
Revision 72d5ddb930030c16851a98384b053bb99d6cd6f2 authored by Miss Islington (bot) on 22 August 2020, 09:08:02 UTC, committed by GitHub on 22 August 2020, 09:08:02 UTC
Automerge-Triggered-By: @csabella
(cherry picked from commit 0be7c216e16f0d459f1c8f6209734c9b2b82fbd4)

Co-authored-by: Denis Ovsienko <denis@ovsienko.info>
1 parent f497bbe
Raw File
Tip revision: 72d5ddb930030c16851a98384b053bb99d6cd6f2 authored by Miss Islington (bot) on 22 August 2020, 09:08:02 UTC
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21922)
Tip revision: 72d5ddb
contextvars.py
from _contextvars import Context, ContextVar, Token, copy_context


__all__ = ('Context', 'ContextVar', 'Token', 'copy_context')
back to top