]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144493: Improve error message in _overlapped.BindLocal() (#144495)
authorDavid Lechner <david@lechnology.com>
Fri, 6 Feb 2026 08:51:19 +0000 (02:51 -0600)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 08:51:19 +0000 (09:51 +0100)
commit56590f820e94987edf532f7b47772452a25d9c8f
tree7836e2916f7d4553adb33488f9cf968f020a3993
parent957f9fe162398fceeaa9ddba8b40046b8a03176d
gh-144493: Improve error message in _overlapped.BindLocal() (#144495)

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

Fixes: https://github.com/python/cpython/issues/144493
Misc/NEWS.d/next/Library/2026-02-05-17-15-31.gh-issue-144493.XuxwVu.rst [new file with mode: 0644]
Modules/overlapped.c