[Python-checkins] r78973 - in python/branches/py3k: Modules/_posixsubprocess.c Objects/abstract.c

Antoine Pitrou solipsis at pitrou.net
Thu Mar 18 01:02:52 CET 2010


<gregory.p.smith> writes:
> 
> Author: gregory.p.smith
> Date: Mon Mar 15 07:07:42 2010
> New Revision: 78973
> 
> Log:
> * Fix the refcount leak in _PySequence_BytesToCharpArray from r78946.
> * Also fixes a potential extra DECREF of an arg in the error case within
>   _posixsubprocess.fork_exec() by not reusing the process_args variable.

Do you plan to fix the remaining refleak in test_subprocess?

Regards

Antoine.




More information about the Python-checkins mailing list