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: Cleanup _overlapped module
Type: Stage: resolved
Components: asyncio Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords: patch

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

Pull Requests
URL Status Linked Edit
PR 31848 merged asvetlov, 2022-03-13 17:44
Messages (2)
msg415064 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-13 17:44
1. CancelIoEx is mandatory for supported Windows versions, there is no need for dynamic checks.
2. Argument Clinic supports Py_buffer, use it.
msg415103 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-13 21:29
New changeset 690490e4de9f2baf07171b3d63fc440239928fb4 by Andrew Svetlov in branch 'main':
bpo-47003: Cleanup _overlapped module (GH-31848)
https://github.com/python/cpython/commit/690490e4de9f2baf07171b3d63fc440239928fb4
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91159
2022-03-13 21:29:04asvetlovsetmessages: + msg415103
2022-03-13 21:28:59asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-13 17:44:43asvetlovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request29946
2022-03-13 17:44:24asvetlovcreate