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.
Created on 2017年10月26日 15:42 by erik.bray, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 4137 | merged | erik.bray, 2017年10月26日 15:45 | |
| PR 4145 | open | python-dev, 2017年10月27日 10:02 | |
| Messages (2) | |||
|---|---|---|---|
| msg305065 - (view) | Author: Erik Bray (erik.bray) * (Python triager) | Date: 2017年10月26日 15:42 | |
On Cygwin, ioctl() is found in sys/ioctl.h (as on Darwin). Without adding something to the effect of #ifdef __CYGWIN__ # include <sys/ioctl.h> #endif the _socket module cannot compile on Cygwin. A fix was this was included in the (rejected) https://bugs.python.org/issue29718; this issue is just as a reminder that it remains an issue and to have a bug report to attach a more focused PR to. |
|||
| msg378732 - (view) | Author: Irit Katriel (iritkatriel) * (Python committer) | Date: 2020年10月16日 18:26 | |
This seems complete, can it be closed? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:53 | admin | set | github: 76059 |
| 2020年10月19日 11:51:42 | erik.bray | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020年10月16日 18:26:21 | iritkatriel | set | nosy:
+ iritkatriel messages: + msg378732 |
| 2017年10月27日 10:02:49 | python-dev | set | pull_requests: + pull_request4111 |
| 2017年10月26日 15:45:49 | erik.bray | set | keywords:
+ patch stage: patch review pull_requests: + pull_request4100 |
| 2017年10月26日 15:42:21 | erik.bray | create | |