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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27653>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to