Skip to content

Commit 047bab9

Browse files
authored
Merge pull request RustPython#2950 from fanninpm/contextvars
Add contextvars from CPython 3.8
2 parents 787d9d0 + 307fac7 commit 047bab9

File tree

4 files changed

+1307
-0
lines changed

4 files changed

+1307
-0
lines changed

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)