[issue35934] Add socket.bind_socket() utility function

2019-02-11 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Closing this out as duplicate. Will continue in issue35934. -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35934] Add socket.bind_socket() utility function

2019-02-07 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- keywords: +patch pull_requests: +11769 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue35934] Add socket.bind_socket() utility function

2019-02-07 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- keywords: +patch, patch, patch pull_requests: +11769, 11770, 11771 ___ Python tracker ___ ___ Pytho

[issue35934] Add socket.bind_socket() utility function

2019-02-07 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- keywords: +patch, patch pull_requests: +11769, 11770 ___ Python tracker ___ ___ Python-bugs-list ma

[issue35934] Add socket.bind_socket() utility function

2019-02-07 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' : The main point of this patch is to automatize all the necessary tasks which are usually involved when creating a server socket, amongst which: * determining the right family based on address, similarly to socket.create_connection() * whether to use SO_R