[issue40072] UDP Echo Server raise OSError when recved packet

honglei jiang report at bugs.python.org
Wed Mar 25 21:42:38 EDT 2020


New submission from honglei jiang <jhonglei at gmail.com>:

Env: Win7/Python3.8.2 x64/

Output:

Starting UDP server
Traceback (most recent call last):
  File "d:\ProgramData\Python38\lib\asyncio\proactor_events.py", line 548, in _loop_reading
    res = fut.result()
  File "d:\ProgramData\Python38\lib\asyncio\windows_events.py", line 808, in _poll
    value = callback(transferred, key, ov)
  File "d:\ProgramData\Python38\lib\asyncio\windows_events.py", line 496, in finish_recv
    return ov.getresult()
OSError: [WinError 87] 参数错误。

[WinError 87] 参数错误。

----------
components: asyncio
files: asyncio_udp_ipv6_server.py
messages: 365045
nosy: asvetlov, honglei.jiang, yselivanov
priority: normal
severity: normal
status: open
title: UDP Echo Server raise OSError when recved packet
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file49000/asyncio_udp_ipv6_server.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40072>
_______________________________________


More information about the Python-bugs-list mailing list