[issue43419] contextvars does not work properly in asyncio REPL.

2021-03-06 Thread Lanfon
Change by Lanfon : -- keywords: +patch pull_requests: +23541 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24773 ___ Python tracker ___ _

[issue43419] contextvars does not work properly in asyncio REPL.

2021-03-06 Thread Lanfon
New submission from Lanfon : Demonstration (via python -m asyncio): asyncio REPL 3.9.0 (default, Oct 18 2020, 00:21:26) [Clang 11.0.0 (clang-1100.0.33.16)] on darwin Use "await" directly instead of "asyncio.run()". Type "help", "copyright", "credits" or "license" for more information. >>> impo