]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
authorBjorn Andersson <bjorn@kryo.se>
Wed, 26 Sep 2018 13:47:52 +0000 (06:47 -0700)
committerTal Einat <taleinat+github@gmail.com>
Wed, 26 Sep 2018 13:47:52 +0000 (16:47 +0300)
commitbb8165172ac2ef8c7092e8e82928cc7f5f310ab3
tree7674fc11d7cbb19a938d05e4a95d8e56446fb274
parent2aaf98c16ae3070378de523a173e29644037d8bd
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)

The AF_QIPCRTR address family was introduced in Linux v4.7.

Co-authored-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Doc/library/socket.rst
Lib/test/test_socket.py
Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst [new file with mode: 0644]
Modules/socketmodule.c
Modules/socketmodule.h
configure
configure.ac
pyconfig.h.in