[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 1bce4efdb4624561adce62e544dbe20ec2627ae2 by Serhiy Storchaka in branch '2.7': [2.7] bpo-31927: Fix reading arbitrary data when parse a AF_BLUETOOTH address (GH-4235) (GH-4352) (#4355) https://github.com/python/cpython/commit/1bce4efdb4624561ad

[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4310 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 596286f8f3c8e53ef010d6298464775dc900a515 by Serhiy Storchaka in branch '3.6': [3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4235) (#4352) https://github.com/python/cpython/commit/596286f8f3c8e53ef010d6298464775dc9

[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +4308 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d3187158c09cf899e9849f335bdff10594209167 by Serhiy Storchaka in branch 'master': bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235) https://github.com/python/cpython/commit/d3187158c09cf899e9849f335bdff10594209167 -

[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4202 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue31927] Fix compiling the socket module on NetBSD 8 and other issues

2017-11-02 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : NetBSD 8 adds support of AF_CAN (previously it was supported only on Linux). This causes a compilation error in socketmodule.c, because AF_CAN is defined in sys/socket.h, but sys/socket.h itself doesn't contain all necessary definitions for handling AF_CA