Re: [PATCH 1 of 4] py3: ensure the proxied Windows fd doesn't escape by entering context manager

2018-12-15 Thread Yuya Nishihara
On Sat, 15 Dec 2018 21:06:37 -0500, Matt Harbison wrote: > On Sat, 15 Dec 2018 20:02:08 -0500, Yuya Nishihara wrote: > > > On Sat, 15 Dec 2018 15:04:24 -0500, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1544855178 18000 > >> # Sat Dec 15 01:26:18

Re: [PATCH 1 of 4] py3: ensure the proxied Windows fd doesn't escape by entering context manager

2018-12-15 Thread Matt Harbison
On Sat, 15 Dec 2018 20:02:08 -0500, Yuya Nishihara wrote: On Sat, 15 Dec 2018 15:04:24 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1544855178 18000 # Sat Dec 15 01:26:18 2018 -0500 # Node ID 068910232e124a50a13fd7444844d9151db48d6b # Parent

Re: [PATCH 1 of 4] py3: ensure the proxied Windows fd doesn't escape by entering context manager

2018-12-15 Thread Yuya Nishihara
On Sat, 15 Dec 2018 15:04:24 -0500, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1544855178 18000 > # Sat Dec 15 01:26:18 2018 -0500 > # Node ID 068910232e124a50a13fd7444844d9151db48d6b > # Parent 5817c3b186a7799ecc3130493ba134b55cd4ba07 > py3: ensure the

[PATCH 1 of 4] py3: ensure the proxied Windows fd doesn't escape by entering context manager

2018-12-15 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1544855178 18000 # Sat Dec 15 01:26:18 2018 -0500 # Node ID 068910232e124a50a13fd7444844d9151db48d6b # Parent 5817c3b186a7799ecc3130493ba134b55cd4ba07 py3: ensure the proxied Windows fd doesn't escape by entering context manager The purpose