This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Rewrite asyncio queue tests with IsolatedAsyncioTestCase
Type: Stage: resolved
Components: asyncio Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, vstinner, yselivanov
Priority: normal Keywords: patch

Created on 2022-03-16 14:25 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31935 merged asvetlov, 2022-03-16 14:34
Messages (2)
msg415342 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-16 14:25
It can help with future maintenance a lot.  Current tests are cumbersome.
msg415654 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-03-21 03:15
Please have a look at bpo-47076 "test_asyncio: test_get_cancelled() fails randomly on x86-64 macOS 3.x".
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91191
2022-03-21 03:15:20vstinnersetnosy: + vstinner
messages: + msg415654
2022-03-16 15:25:04asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-16 15:24:53asvetlovsetversions: - Python 3.9, Python 3.10
2022-03-16 14:34:38asvetlovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request30027
2022-03-16 14:25:28asvetlovcreate