mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Add contextvars from CPython 3.8
This commit is contained in:
4
Lib/contextvars.py
vendored
Normal file
4
Lib/contextvars.py
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
from _contextvars import Context, ContextVar, Token, copy_context
|
||||
|
||||
|
||||
__all__ = ('Context', 'ContextVar', 'Token', 'copy_context')
|
||||
Reference in New Issue
Block a user