[issue23972] Asyncio reuseport

2015-10-06 Thread chris laws

chris laws added the comment:

This patch contains minor updates to resolve the Buildbot issues observed on 
the Windows and Debian platforms after the initial #23972 change set was 
committed.

--
Added file: http://bugs.python.org/file40696/23972_cjl_v006.patch

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23972>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23972] Asyncio reuseport

2015-10-02 Thread chris laws

chris laws added the comment:

Updates addressing review comments.

--
Added file: http://bugs.python.org/file40664/23972_cjl_v004.patch

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23972>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23972] Asyncio reuseport

2015-09-29 Thread chris laws

chris laws added the comment:

Rebase patch onto current master.

--
Added file: http://bugs.python.org/file40616/23972_cjl_v003.patch

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23972>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23972] Asyncio reuseport

2015-08-22 Thread chris laws

chris laws added the comment:

I have updated the patch to address comments raised by haypo. 

An exception is now raised if reuse_port is explicitly used and the platform 
does not support SOREUSEPORT. The docs have also been updated to make it more 
explicit that this feature is not supported on Windows.

--
Added file: http://bugs.python.org/file40230/23972_cjl_v002.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23972
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23972] Asyncio reuseport

2015-07-15 Thread chris laws

chris laws added the comment:

Attached is a patch that implements the suggested solution along with tests and 
associated doc updates. Hope this helps.

--
keywords: +patch
Added file: http://bugs.python.org/file39930/23972_cjl.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23972
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23972] Asyncio reuseport

2015-07-13 Thread chris laws

chris laws added the comment:

I encountered this issue too. I needed it resolved ASAP for my work so I 
created a loop patch that partially implements the suggestion solution by 
overriding the create_datagram_endpoint method. Perhaps this might be of some 
use to the eventual ticket resolver.

It can be found in the following gist: 
https://gist.github.com/claws/d4076b4b155695844d54

If this looks like it's progressing in the right direction I can try to 
implement it properly in `base_events.py` and submit it via a patch.

--
nosy: +chris laws

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23972
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com