Re: [Python-Dev] python issue27584 AF_VSOCK support

2017-08-24 Thread Cathy Avery
On 08/17/2017 05:38 PM, Christian Heimes wrote: On 2017-08-17 14:21, Cathy Avery wrote: Hi, I have a python pull request https://github.com/python/cpython/pull/2489 that introduces AF_VSOCK to the python C socket module. Unfortunately things have gone quiet for several weeks. Since I am new to

Re: [Python-Dev] python issue27584 AF_VSOCK support

2017-08-17 Thread Christian Heimes
On 2017-08-17 14:21, Cathy Avery wrote: > Hi, > > I have a python pull request https://github.com/python/cpython/pull/2489 > that introduces AF_VSOCK to the python C socket module. Unfortunately > things have gone quiet for several weeks. Since I am new to this process > I am unclear on what to e

Re: [Python-Dev] python issue27584 AF_VSOCK support

2017-08-17 Thread Brett Cannon
Since everyone is a volunteer, Cathy, there are unfortunately no real timelines. It really comes down to someone who feels they have the knowledge necessary to review the PR having the spare time to do so. So emailing here and saying, "my PR has addressed all the comments and has been ready to go f

[Python-Dev] python issue27584 AF_VSOCK support

2017-08-17 Thread Cathy Avery
Hi, I have a python pull request https://github.com/python/cpython/pull/2489 that introduces AF_VSOCK to the python C socket module. Unfortunately things have gone quiet for several weeks. Since I am new to this process I am unclear on what to expect as the next steps. I believe I have addre