[New-bugs-announce] [issue27653] [Patch] Also disable the use of <netinet/tcp.h> on CloudABI

Ed Schouten report at bugs.python.org
Sat Jul 30 06:50:24 EDT 2016


New submission from Ed Schouten:

While porting Python over to CloudABI (https://mail.python.org/pipermail/python-dev/2016-July/145708.html), we stumbled upon a small issue that caused the build to fail.

As CloudABI is a sandboxed environment, there currently isn't any support for modifying low-level network properties, such as TCP socket attributes. For this reason <netinet/tcp.h> is missing, just like on a couple of other platforms (Symbian, Cygwin, etc).

The attached patch extends the current '#ifndef' to also take CloudABI into consideration.

----------
components: Extension Modules
files: patch-no-netinet-tcp_h
messages: 271679
nosy: EdSchouten
priority: normal
severity: normal
status: open
title: [Patch] Also disable the use of <netinet/tcp.h> on CloudABI
versions: Python 3.6
Added file: http://bugs.python.org/file43949/patch-no-netinet-tcp_h

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27653>
_______________________________________


More information about the New-bugs-announce mailing list