This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author honglei.jiang
Recipients asvetlov, honglei.jiang, yselivanov
Date 2020-03-26.01:42:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585186958.06.0.811123062641.issue40072@roundup.psfhosted.org>
In-reply-to
Content
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] 参数错误。
History
Date User Action Args
2020-03-26 01:42:38honglei.jiangsetrecipients: + honglei.jiang, asvetlov, yselivanov
2020-03-26 01:42:38honglei.jiangsetmessageid: <1585186958.06.0.811123062641.issue40072@roundup.psfhosted.org>
2020-03-26 01:42:38honglei.jianglinkissue40072 messages
2020-03-26 01:42:37honglei.jiangcreate