[Python-checkins] cpython: Issue #17931: Resolve confusion on Windows between pids and process handles.

Thomas Wouters thomas at python.org
Fri Jun 7 17:54:48 CEST 2013


On Fri, Jun 7, 2013 at 5:16 PM, Brett Cannon <brett at python.org> wrote:

> I think this CL introduced a memory leak. The daily leak report went from
> 0 to not 0 between June 4 and June 5 and this is the only CL that touched C
> code.
>

It wasn't introduced by C code :) The refleak report is induced by the PEP
443 implementation, see my message to python-dev.

-- 
Thomas Wouters <thomas at python.org>

Hi! I'm an email virus! Think twice before sending your email to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-checkins/attachments/20130607/bc666f27/attachment.html>


More information about the Python-checkins mailing list