Skip to content

Conversation

@dlech
Copy link
Contributor

@dlech dlech commented Feb 5, 2026

Replace a confusing error message with one that actually explains what the error is in _overlapped.BindLocal().

Fixes: #144493

Replace a confusing error message with one that actually explains what the error is in `_overlapped.BindLocal()`.

Fixes: python#144493
@sergey-miryanov
Copy link
Contributor

I think this change needs a NEWS entry. You can use https://blurb-it.herokuapp.com/ or blurb command (https://devguide.python.org/core-team/committing/#how-to-add-a-news-entry)

Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dlech
Copy link
Contributor Author

dlech commented Feb 5, 2026

NEWS entry has been added.

Copy link
Contributor

@sergey-miryanov sergey-miryanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinner vstinner merged commit 56590f8 into python:main Feb 6, 2026
47 checks passed
@vstinner
Copy link
Member

vstinner commented Feb 6, 2026

Merged, thanks.

@dlech dlech deleted the patch-1 branch February 6, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_overlapped_BindLocal_impl() exception message is not helpful

3 participants