commit | 68f52178d9a77bb598664a090019f8f971d3de7d | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 15 06:07:42 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Mar 15 06:07:42 2010 +0000 |
tree | bbca03fa51b719d6b9841d0e1b6d4825cd993874 | |
parent | 845085703cacab33293898cb183f618d9f580d92 [diff] |
* 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.