[issue47003] Cleanup _overlapped module

2022-03-13 Thread Andrew Svetlov


Andrew Svetlov  added the comment:


New changeset 690490e4de9f2baf07171b3d63fc440239928fb4 by Andrew Svetlov in 
branch 'main':
bpo-47003: Cleanup _overlapped module (GH-31848)
https://github.com/python/cpython/commit/690490e4de9f2baf07171b3d63fc440239928fb4


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue47003] Cleanup _overlapped module

2022-03-13 Thread Andrew Svetlov


Change by Andrew Svetlov :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue47003] Cleanup _overlapped module

2022-03-13 Thread Andrew Svetlov


Change by Andrew Svetlov :


--
keywords: +patch
pull_requests: +29946
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/31848

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue47003] Cleanup _overlapped module

2022-03-13 Thread Andrew Svetlov


New submission from Andrew Svetlov :

1. CancelIoEx is mandatory for supported Windows versions, there is no need for 
dynamic checks.
2. Argument Clinic supports Py_buffer, use it.

--
components: asyncio
messages: 415064
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Cleanup _overlapped module
versions: Python 3.11

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com