[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 ___ Python tracker ___

[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread miss-islington
miss-islington added the comment: New changeset 9f26833cedd33439b11059d423f599982abeb180 by Miss Islington (bot) in branch '3.9': bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) https://github.com/python/cpython/commit/9f26833cedd33439b11059d423f599982abeb180 -- __

[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread miss-islington
miss-islington added the comment: New changeset 930d5377c5877a631c3c23929e2cb6211bb0e2fb by Miss Islington (bot) in branch '3.8': bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) https://github.com/python/cpython/commit/930d5377c5877a631c3c23929e2cb6211bb0e2fb -- __

[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7e5e13d113798117d5ef25c5ffdbd0eb39420f98 by Victor Stinner in branch 'master': bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) https://github.com/python/cpython/commit/7e5e13d113798117d5ef25c5ffdbd0eb39420f98 -- _

[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +22497 pull_request: https://github.com/python/cpython/pull/23629 ___ Python tracker ___ __

[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +22496 pull_request: https://github.com/python/cpython/pull/23628 ___ Python tracker _

[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +22495 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23627 ___ Python tracker ___ _

[issue42553] test_asyncio: test_call_later() fails on Windows x64 GitHub Action

2020-12-03 Thread STINNER Victor
New submission from STINNER Victor : FAIL: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) -- Traceback (most recent call last): File "D:\a\cpython\cpython\lib\test\test_asyncio\test_events.py", line 301,