[issue32331] Fix socket.type on OSes with SOCK_NONBLOCK

2017-12-18 Thread Yury Selivanov
Yury Selivanov added the comment: > In this case, bpo-27456 should be reopened or a new issue should be opened to > fix asyncio in Python 3.6, no? I'll make a PR to fix it in 3.7. Code in 3.6 is good. -- ___ Python tracker

[issue32331] Fix socket.type on OSes with SOCK_NONBLOCK

2017-12-18 Thread STINNER Victor
STINNER Victor added the comment: > This is 3.7 only change. In this case, bpo-27456 should be reopened or a new issue should be opened to fix asyncio in Python 3.6, no? -- ___ Python tracker

[issue32331] Fix socket.type on OSes with SOCK_NONBLOCK

2017-12-18 Thread Yury Selivanov
Change by Yury Selivanov : -- title: Fix socket.type on Linux -> Fix socket.type on OSes with SOCK_NONBLOCK ___ Python tracker ___