[issue47118] test_run_keeps_context in test_asyncio fails

2022-03-25 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue47118] test_run_keeps_context in test_asyncio fails

2022-03-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset 20e6e5636a06fe5e1472062918d0a302d82a71c3 by Andrew Svetlov in branch 'main': bpo-47118: Fix asyncio.Runner tests error (32117) https://github.com/python/cpython/commit/20e6e5636a06fe5e1472062918d0a302d82a71c3 -- __

[issue47118] test_run_keeps_context in test_asyncio fails

2022-03-25 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +30192 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32117 ___ Python tracker ___ _

[issue47118] test_run_keeps_context in test_asyncio fails

2022-03-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks for the report! I read it ad 'decimal context tests modifies the environment'. I'll update asyncio runner test to ignore external contextvars. -- ___ Python tracker _

[issue47118] test_run_keeps_context in test_asyncio fails

2022-03-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./python -m test -vuall test_asyncio ... == FAIL: test_run_keeps_context (test.test_asyncio.test_runners.RunnerTests) -