diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-18 06:42:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 06:42:25 (GMT) |
commit | 94d9c5e5afdee4f46be9d9faaa39d6be40c34849 (patch) | |
tree | 9eb6060cd253338cfdc338648bda908034043baf /Python/context.c | |
parent | c1f1ddf30a595c2bfa3c06e54fb03fa212cd28b5 (diff) | |
download | cpython-94d9c5e5afdee4f46be9d9faaa39d6be40c34849.zip cpython-94d9c5e5afdee4f46be9d9faaa39d6be40c34849.tar.gz cpython-94d9c5e5afdee4f46be9d9faaa39d6be40c34849.tar.bz2 |
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Ifdef is not necessary, as AF_INET6 is supported from Windows Vista, and other code in overlapped.c uses AF_INET6 and is not ifdef'd.
Change the raised exception so users are not fooled to think it comes from Windows API.
Automerge-Triggered-By: @njsmith
(cherry picked from commit 442634c42fcaf31c636f693951a97734042c3e7b)
Co-authored-by: Kjell Braden <afflux@pentabarf.de>
Diffstat (limited to 'Python/context.c')
0 files changed, 0 insertions, 0 deletions