]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Fix the refcount leak in _PySequence_BytesToCharpArray from r78946.
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 15 Mar 2010 06:07:42 +0000 (06:07 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 15 Mar 2010 06:07:42 +0000 (06:07 +0000)
commit68f52178d9a77bb598664a090019f8f971d3de7d
treebbca03fa51b719d6b9841d0e1b6d4825cd993874
parent845085703cacab33293898cb183f618d9f580d92
* 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.
Modules/_posixsubprocess.c
Objects/abstract.c