[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Łukasz Langa
Change by Łukasz Langa : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 970533e65c1a1129dfc1cc1867f6ad075f7f5bf6 by Miss Islington (bot) in branch '3.9': [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) https://github.com/python/cpython/commit/970533e65c1a1129dfc1cc1867f6ad075f7f5bf6

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread miss-islington
miss-islington added the comment: New changeset 9f814beadb3ee2c7b37e949a2acf72117a449ffd by Miss Islington (bot) in branch '3.10': bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) https://github.com/python/cpython/commit/9f814beadb3ee2c7b37e949a2acf72117a449ffd -- _

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +26416 pull_request: https://github.com/python/cpython/pull/27969 ___ Python tracker _

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 7dc505b8655b3e48b93a4274dfd26e5856d9c64f by Serhiy Storchaka in branch 'main': bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) https://github.com/python/cpython/commit/7dc505b8655b3e48b93a4274dfd26e5856d9c64f --

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +26417 pull_request: https://github.com/python/cpython/pull/27970 ___ Python tracker ___ __

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I do not know why asyncio.events._get_running_loop was patched in FunctionalTestCaseMixin. -- nosy: +lukasz.langa, pablogsal priority: normal -> release blocker type: -> behavior versions: +Python 3.10, Python 3.11, Python 3.9

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +26415 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27968 ___ Python tracker ___

[issue45011] tests fail when using pure-python instead of _asyncio

2021-08-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +serhiy.storchaka title: tests fail when using pure-python instead of _asycio -> tests fail when using pure-python instead of _asyncio ___ Python tracker ___