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.

classification
标题: mingw: detect winsock2 and setup _socket module
类型: enhancement Stage: resolved
Components: Build Versions: Python 3.4
process
状态: closed Resolution: wont fix
Dependencies: 17594 后续: MinGW is unsupported - close all open issues and list them here.
View: 45538
分配给: 抄送列表: martin.panter, rpetrov
优先级: normal 关键字: patch

Created on 2013-07-18 20:34 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

文件
文件名 上传时间 Description 编辑
0012-MINGW-defect-winsock2-and-setup-_socket-module.patch rpetrov, 2013-07-18 20:34
Messages (2)
msg193323 - (view) Author: Roumen Petrov (rpetrov) * 日期: 2013-07-18 20:34
Split of issue3871 (build core modules) - improved winsock detection. Requires NT 5.1+ (wxp).

Note if you like python winsock for w2k then please extract from old 'all in one' patch.
msg271435 - (view) Author: Martin Panter (martin.panter) * (Python committer) 日期: 2016-07-27 06:18
The patch extends Misc/config_mingw, which is added by another patch in Issue 17594.
历史
日期 用户 动作 参数
2022-04-11 14:57:48admin修改github: 62700
2021-10-21 10:00:20iritkatriel修改resolution: duplicate -> wont fix
2021-10-20 12:47:10iritkatriel修改状态: open -> closed
后续: MinGW is unsupported - close all open issues and list them here.
resolution: duplicate
stage: patch review -> resolved
2016-07-27 06:18:28martin.panter修改抄送: + martin.panter
dependencies: + mingw: preset configure defaults
消息: + msg271435
2016-03-11 21:10:51martin.panter修改标题: mingw: defect winsock2 and setup _socket module -> mingw: detect winsock2 and setup _socket module
stage: patch review
2016-03-11 21:04:42martin.panter链接issue17605 dependencies
2013-07-18 20:34:29rpetrov创建