Skip to content

Commit 2413454

Browse files
committed
Add contextvars from CPython 3.8
1 parent bd295e0 commit 2413454

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/contextvars.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from _contextvars import Context, ContextVar, Token, copy_context
2+
3+
4+
__all__ = ('Context', 'ContextVar', 'Token', 'copy_context')

0 commit comments

Comments
 (0)