File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ What is aiocontextvars and what does it do?
4646
4747It is a partial backport of the new built-in module `contextvars
4848<https://docs.python.org/3.7/library/contextvars.html> `_ introduced in Python
49- 3.7. In Python 3.5 and 3.6, ``aiocontextvars `` patches ``loop.create_task()` to
50- copy context from caller as a workaround to simulate the same behavior. This is
51- also under discussion in upstream backport project, please read more here:
49+ 3.7. In Python 3.5 and 3.6, ``aiocontextvars `` patches ``loop.create_task() ``
50+ to copy context from caller as a workaround to simulate the same behavior. This
51+ is also under discussion in upstream backport project, please read more here:
5252https://github.com/MagicStack/contextvars/issues/2
5353
5454If you are using Python 3.7, then ``aiocontextvars `` does nothing at all.
You can’t perform that action at this time.
0 commit comments